{"title":"Mixed Colour Flowers","description":"","products":[{"product_id":"snapdragon-crown-mixed-seeds","title":"Antirrhinum Crown Mixed","description":"\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-scarlet { background: #7a1a1a; }\n  .pf-rose    { background: #7a2a4a; }\n  .pf-teal    { background: #1a6a5a; }\n  .pf-green   { background: #3a6a2a; }\n  .pf-slate   { background: #4a4a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li.pink   { border-color: #c05080; }\n  .companion-list li.blue   { border-color: #2e6da4; }\n  .companion-list li.amber  { border-color: #c87a10; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell        { height: 32px; vertical-align: middle; }\n  .cal-sow         { background: #5a9e3a; }\n  .cal-sow-late    { background: #7a8a3a; }\n  .cal-transplant  { background: #e8940a; }\n  .cal-flower      { background: #c03050; }\n  .cal-empty       { background: #e2e2e2; }\n  .first-active    { border-radius: 16px 0 0 16px; }\n  .last-active     { border-radius: 0 16px 16px 0; }\n  .mid             { border-radius: 0; }\n  .single          { border-radius: 16px; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow       { background: #5a9e3a; }\n  .swatch-sow-late  { background: #7a8a3a; }\n  .swatch-transplant{ background: #e8940a; }\n  .swatch-flower    { background: #c03050; }\n  .swatch-empty     { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #fdf0f2;\n    border: 1px solid #d8a0b0;\n    border-left: 5px solid #7a1a1a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #1e0810;\n  }\n  .tip-box strong { color: #0e0408; }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #7a1a1a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .rhs-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #2a5a1a;\n    color: #fff;\n    border-radius: 8px;\n    padding: 10px 20px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    font-size: 1.05rem;\n    letter-spacing: 0.01em;\n  }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003ch1 style=\"text-align: center;\"\u003eAntirrhinum 'Crown Mixed' Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003eBushy, self-supporting, and perfectly proportioned at 40–50cm, producing dense, freely branching spikes of scarlet, pink, yellow, white, and purple from June to October without staking, without flopping, and with excellent rust resistance that keeps the foliage clean well into autumn.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eSnapdragons divide broadly into three height groups — dwarf types that sit at 20–30cm and get overlooked among taller neighbours, tall cutting types at 90cm or more that require staking and dedicated growing space, and the intermediate group to which 'Crown Mixed' belongs — at 40–50cm tall and bushy in habit, self-supporting, freely branching, and producing the dense, rounded mounds of flower colour that work equally well at the front of a border, in a large container, or as the middle tier in a mixed bedding scheme. It is the height that most summer borders actually need and the height that is, for some reason, the most underrepresented in snapdragon ranges.\u003c\/p\u003e\n\u003cp\u003e'Crown Mixed' is also one of the most genuinely bumblebee-specific plants in the range — the snapdragon flower's hinged lower lip, which gives the plant its name and its famous interactive quality, can only be forced open by insects heavy enough to depress the lip and access the nectar within. In practice this means bumblebees almost exclusively, which make 'Crown Mixed' both a specific food source for British bumblebee species and a genuinely entertaining garden plant — the sight of a large bumblebee climbing entirely inside a snapdragon flower, disappearing briefly, and emerging dusted with pollen is one of the small, specific pleasures of a summer garden that no other plant quite replicates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eAntirrhinum majus\u003c\/em\u003e 'Crown Mixed' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H3) — a modern intermediate-height snapdragon bred for a bushy, freely branching, self-supporting habit that produces mounds of densely spiked colour rather than single tall stems. It holds the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e designation and is specifically noted for good field resistance to antirrhinum rust — a fungal disease that can disfigure snapdragon foliage in wet seasons.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Zygomorphic Flower and the Bumblebee:\u003c\/strong\u003e The snapdragon flower is technically described as zygomorphic — bilaterally symmetrical, with a distinct upper and lower section. The lower lip of the flower is hinged, pressing closed over the flower's interior unless forced open by an insect heavy enough to depress it. This mechanical gating system is not accidental — it is a co-evolutionary adaptation that restricts access to the flower's nectar to the specific insect pollinators that the plant has evolved to work with, primarily bumblebees, which are heavy enough to push the lip down and small enough to fit inside the flower once it opens. Lighter insects — hoverflies, butterflies, smaller bees — land on the flower but cannot access the nectar, and therefore do not effect pollination. The snapdragon's entire reproductive strategy is built around bumblebees, and 'Crown Mixed's RHS Pollinators designation reflects this specific and ecologically valuable relationship.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRust Resistance:\u003c\/strong\u003e Antirrhinum rust (\u003cem\u003ePuccinia antirrhini\u003c\/em\u003e) is a fungal disease that produces orange-brown pustules on the underside of snapdragon leaves — unsightly and, in severe cases, defoliating. Traditional open-pollinated snapdragon varieties have moderate to poor rust resistance and can look tired and unhealthy by August in wet seasons. 'Crown' varieties have been selected for improved resistance that keeps the foliage clean and green significantly later into the season, producing a more attractive plant in the border for longer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Interactive Flower:\u003c\/strong\u003e The hinged lower lip that makes the snapdragon such a specific bumblebee plant is also what makes it the most interactive flower in the garden for children. Gently squeezing the sides of the flower causes the mouth to open and shut — a small, endlessly repeatable, entirely delightful piece of plant mechanics that has been introducing children to the pleasures of the garden for as long as snapdragons have been grown. 'Crown Mixed's compact, accessible height makes it particularly suitable for this purpose.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Crown Mixed' is straightforward to grow but benefits from an early start indoors — the earlier the sowing within the February–April window, the more established the plant at planting-out time and the earlier the flowering display begins.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e on the surface of moist seed compost — the seeds are tiny, dust-like specks that require light to germinate and must not be covered. Press lightly onto the surface to ensure contact with the compost. Maintain a temperature of \u003cstrong\u003e20–22°C\u003c\/strong\u003e on a bright, warm windowsill or in a propagator. Germination typically occurs within \u003cstrong\u003e10–14 days\u003c\/strong\u003e. Prick out into individual cells or small pots once seedlings are large enough to handle without damaging the roots.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePinching Out:\u003c\/strong\u003e\u003cbr\u003eWhen young plants are approximately \u003cstrong\u003e10cm tall\u003c\/strong\u003e, pinch out the central growing tip between finger and thumb. This single action encourages the plant to branch from lower down, producing significantly more flowering stems and the characteristic bushy, mounded habit that distinguishes 'Crown Mixed' from taller, single-stemmed varieties. Skipping this step produces a plant that flowers adequately but is noticeably less bushy and less productive than a pinched one.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePlanting Out:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003eMay to June\u003c\/strong\u003e after thorough hardening off, once the risk of frost has passed. Space plants \u003cstrong\u003e30cm apart\u003c\/strong\u003e in full sun. Antirrhinum performs well in average to poor, well-drained soil — very rich soil encourages leafy growth at the expense of flower spikes. Water in well after planting and keep consistently moist through the establishment period.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLate Sowing for Autumn Flowers:\u003c\/strong\u003e\u003cbr\u003eA second sowing in \u003cstrong\u003eJuly or August\u003c\/strong\u003e produces plants that flower in September and October, extending the snapdragon season into autumn. These late-sown plants tend to be smaller and less bushy than spring-sown ones, but they provide valuable late-season colour when many other annuals are finishing.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eDeadhead spent spikes by cutting back to a lateral bud — this encourages the plant to produce new flowering stems throughout the season. 'Crown Mixed's bushy habit means there are usually multiple laterals available to continue flowering after deadheading, making it one of the most continuously productive annuals in the border when managed this way. Remove any leaves showing rust pustules immediately and dispose of rather than composting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBotanical Name\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eAntirrhinum majus\u003c\/em\u003e 'Crown Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Name\u003c\/td\u003e\n\u003ctd\u003eSnapdragon 'Crown Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Type\u003c\/td\u003e\n\u003ctd\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardiness\u003c\/td\u003e\n\u003ctd\u003eH3 — tolerates light frost; plant out after last frost\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Requirements\u003c\/td\u003e\n\u003ctd\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Height\u003c\/td\u003e\n\u003ctd\u003e40–50cm — intermediate, self-supporting, bushy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spread\u003c\/td\u003e\n\u003ctd\u003e35cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Colours\u003c\/td\u003e\n\u003ctd\u003eScarlet, pink, yellow, white, purple — mixed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Form\u003c\/td\u003e\n\u003ctd\u003eClassic hinged-lip snapdragon spike — bumblebee-specific access\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlowering Period\u003c\/td\u003e\n\u003ctd\u003eJune to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRust Resistance\u003c\/td\u003e\n\u003ctd\u003eGood — foliage remains clean later into the season\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStaking Required\u003c\/td\u003e\n\u003ctd\u003eNo — self-supporting at intermediate height\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRHS Pollinator Friendly\u003c\/td\u003e\n\u003ctd\u003eYes ✓ — specifically adapted for bumblebees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd\u003eApproximately 1,000 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerfect For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-scarlet\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌈\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eMid-Border Colour Mounds\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-rose\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🐝\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eBumblebee-Specific Pollinator Garden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🏺\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLarge Container \u0026amp; Patio Displays\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-green\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🧒\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eChildren's Interactive Garden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🍂\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLong-Season Summer to Autumn Colour\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe dense, bushy, multi-coloured mounds of 'Crown Mixed' anchor a border with colour and structure — these companions create the most complementary and most practically useful combinations:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Nicotiana Sylvestris Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/nicotiana-sylvestris-seeds\"\u003eNicotiana sylvestris\u003c\/a\u003e: The Day and Night Team.\u003c\/strong\u003e Snapdragons and Nicotiana are among the finest day-and-evening companions in the cottage border — the snapdragons providing dense, vivid colour throughout the daylight hours, and the tall, white-trumpeted Nicotiana taking over the sensory experience as the evening progresses with an extraordinary sweet fragrance that intensifies after dusk when the snapdragons are merely resting. The tall, architectural presence of Nicotiana sylvestris behind the compact, mounded 'Crown Mixed' creates a natural height layering that works perfectly in the mid-to-back border, with the white tobacco flowers glowing against the evening sky above the dense colour-bed of the snapdragons below.\u003c\/li\u003e\n\u003cli class=\"pink\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Cosmos Sensation Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-sensation-mixed-seeds\"\u003eCosmos 'Sensation Mixed'\u003c\/a\u003e: The Texture Contrast.\u003c\/strong\u003e The solid, upright, densely spiked flowering mounds of 'Crown Mixed' alongside the airy, ferny-foliaged, open-faced daisy flowers of Cosmos 'Sensation Mixed' creates one of the most satisfying structural contrasts in the annual border — dense and vertical against light and horizontal, compact and mounded against tall and see-through, the two plants inhabiting the same space in entirely different visual registers. Both flower from June to October, both are half-hardy annuals with similar growing requirements, and the range of cosmos colours — pink, crimson, white, bicolour — coordinates beautifully with the scarlet, pink, yellow, white, and purple of the snapdragon mix.\u003c\/li\u003e\n\u003cli class=\"blue\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Ageratum Timeless Mix Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ageratum-timeless-mix-seeds\"\u003eAgeratum 'Timeless Mix'\u003c\/a\u003e: The Soft Blue Filler.\u003c\/strong\u003e The soft, cloud-like blue, pink, violet, and white clusters of Ageratum 'Timeless Mix' fill the spaces between 'Crown Mixed' plants with a gentle, diffuse texture that is entirely complementary to the snapdragon's structured, vertical spikes. Both are similar in height — ageratum at 60–70cm slightly taller than the snapdragon's 40–50cm — and both flower continuously from June to October. The ageratum's cool, pastel tones provide a calming counterpoint to the more vivid scarlet and yellow of the snapdragon mix, creating an arrangement-quality combination at border level that needs nothing else and provides a continuous supply of cutting stems from both plants simultaneously.\u003c\/li\u003e\n\u003cli class=\"amber\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Calendula Art Shades Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/calendula-art-shades-mixed-seeds\"\u003eCalendula 'Art Shades Mixed'\u003c\/a\u003e: The Warm Companion.\u003c\/strong\u003e The warm apricot, amber, and orange tones of Calendula Art Shades Mixed alongside the scarlet, pink, and yellow of 'Crown Mixed' creates one of the warmest and most richly toned combinations in the annual range — an all-warm palette of great depth and cohesion that is both visually generous and practically excellent for beneficial insects. Calendula's open flowers attract hoverflies and parasitic wasps alongside the bumblebees that the snapdragon specialises in recruiting, creating together one of the most ecologically complete mid-border annual plantings available from two seed packets. Both are easy from seed, both are long-flowering, and both are among the most reliably useful plants in the cottage garden toolkit.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors from February for the earliest summer display, or make a second sowing in July or August for plants that flower through September and October — with approximately 1,000 seeds per packet, both sowings are easily achievable from a single purchase.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow-late first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow-late last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌸 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors (spring)\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow-late\"\u003e\u003c\/span\u003eSow Indoors (summer — for autumn flowers)\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Surface Sow, Pinch at 10cm \u0026amp; Watch the Bumblebees Tip\u003c\/strong\u003e\u003cbr\u003eThree things make the most of 'Crown Mixed'. First, never cover the seed — it is dust-fine and requires light to germinate. Press lightly onto moist compost surface and resist the instinct to add even a fine covering of vermiculite. Second, pinch out the growing tip at 10cm without exception — this is the difference between a plant that flowers on two or three stems and one that flowers on eight or ten. The pinching takes seconds, costs one potential first flower bud, and pays back over the following five months of significantly bushier, more productive, more attractive flowering. Third, once plants are in flower, spend time watching the bumblebees work them — the sight of a buff-tailed or common carder bumblebee forcing open the hinged lip, disappearing entirely inside the flower for two or three seconds, and emerging dusted with pollen before moving to the next flower is a small but genuinely perfect piece of garden biology that 'Crown Mixed', at its accessible intermediate height, puts within easy observation range in a way that taller snapdragons in a cutting garden do not.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e🌸 The Snapdragon for Every Border\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eAntirrhinum majus\u003c\/em\u003e 'Crown Mixed' is the snapdragon that most cottage borders actually need — compact enough to manage itself without staking, bushy enough to fill its space with genuine colour presence, rust-resistant enough to stay attractive until October, and bumblebee-specific enough to be genuinely ecologically valuable rather than merely ornamental. Pinch it at 10cm, deadhead it regularly, and grow it alongside Nicotiana for the finest day-into-evening border combination in the annual range. And if you are gardening with small children, introduce them to the flower's hinged mouth — the simplest and most reliably delightful thing the garden has to offer.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961869996219,"sku":"ANT-CRN","price":2.15,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Antirrhinum_Crown_Mixed_1.jpg?v=1775753814"},{"product_id":"china-aster-duchess-mixed-seeds","title":"Aster Duchess Mixed","description":"\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-rose    { background: #7a1a4a; }\n  .pf-violet  { background: #4a1a6a; }\n  .pf-teal    { background: #1a6a5a; }\n  .pf-green   { background: #3a6a2a; }\n  .pf-slate   { background: #4a4a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .caution-box {\n    background: #fdf8ec;\n    border: 1px solid #d8c060;\n    border-left: 5px solid #8a6a08;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 16px 0;\n    color: #1e1800;\n  }\n  .caution-box strong { color: #0e0c00; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.orange { border-color: #c86020; }\n  .companion-list li.pink   { border-color: #c05080; }\n  .companion-list li.peach  { border-color: #c07840; }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell       { height: 32px; vertical-align: middle; }\n  .cal-sow        { background: #5a9e3a; }\n  .cal-transplant { background: #e8940a; }\n  .cal-flower     { background: #a02060; }\n  .cal-empty      { background: #e2e2e2; }\n  .first-active   { border-radius: 16px 0 0 16px; }\n  .last-active    { border-radius: 0 16px 16px 0; }\n  .mid            { border-radius: 0; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow        { background: #5a9e3a; }\n  .swatch-transplant { background: #e8940a; }\n  .swatch-flower     { background: #a02060; }\n  .swatch-empty      { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #fdf0f6;\n    border: 1px solid #d8a0c0;\n    border-left: 5px solid #7a1a4a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #1e0818;\n  }\n  .tip-box strong { color: #0e0410; }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #7a1a4a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .rhs-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #2a5a1a;\n    color: #fff;\n    border-radius: 8px;\n    padding: 10px 20px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    font-size: 1.05rem;\n    letter-spacing: 0.01em;\n  }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003ch1 style=\"text-align: center;\"\u003eChina Aster 'Duchess Mixed' Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003eFully double, peony-flowered heads in twelve colours from rose-pink and sky blue to deep violet and buttercream, fragrant, producing five to eight vase-ready stems per plant, and lasting ten to fourteen days in the vase at a time of year when almost everything else in the cutting garden is beginning to tire.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eThe China aster occupies a specific and irreplaceable position in the cutting garden calendar — it flowers from July to October, peaking in August and September, at precisely the moment when the spring and early summer annuals are finishing and before the autumn perennials take over, filling the gap in the cutting garden's output with some of the most substantial, most colourful, and longest-lasting stems the annual range can provide. 'Duchess Mixed' is the peony-flowered form of this already excellent species — fully double, densely incurved petals producing a round, pom-pom-shaped flower head of considerable visual weight and presence, available in a twelve-colour range that runs from the cool blues and lavenders that most summer annuals cannot produce to the warm rose-pinks, corals, and scarlets that coordinate with the rest of the late summer border.\u003c\/p\u003e\n\u003cp\u003eThe fragrance is the surprise. China asters are not widely known as scented flowers — some varieties are unscented entirely — but 'Duchess Mixed' carries a genuine, subtle, fresh fragrance that is noticeable in a vase of cut stems on a warm afternoon and that adds a quality to an arrangement that no photograph can convey. Combined with the exceptional vase life of ten to fourteen days, the productive five-to-eight stems per plant, and the extraordinary breadth of the twelve-colour mix, this is one of the most practically useful and most comprehensively beautiful annuals in the range for the serious cutting garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"caution-box\"\u003e⚠️ \u003cstrong\u003eFusarium Wilt — Crop Rotation is Essential:\u003c\/strong\u003e China asters are susceptible to \u003cem\u003eFusarium oxysporum\u003c\/em\u003e f. sp. \u003cem\u003ecallistephi\u003c\/em\u003e, a soil-borne fungal disease that causes sudden wilting and plant death with no effective treatment once established. The only reliable prevention is strict crop rotation — never grow China asters in the same soil in consecutive years. A three-year rotation is ideal. This is not an occasional precaution but a fundamental requirement for consistent success with this species.\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Duchess Mixed' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2) — the peony-flowered China aster in a twelve-colour mix, holder of the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e designation, and one of the most productive and longest-vase-life annuals available from seed. It is a true annual, not related to the hardy perennial Michaelmas daisy (*Symphyotrichum* spp.) beyond sharing the broader aster family, and must be raised from seed each year to provide a fresh, disease-free display.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Peony-Flowered Form:\u003c\/strong\u003e China asters are available in several flower forms — single-flowered, pompon, quill-petalled, feathered, and peony-flowered among them. The 'Duchess' series is the peony-flowered type, in which the petals are densely incurved toward the centre of the flower, completely concealing the central disc and creating a rounded, fully double head with considerable depth and visual substance. This is the form most closely resembling a peony or chrysanthemum in overall shape, and it is the form most valued for cutting — the dense petals hold their shape and colour in the vase considerably better than single or semi-double forms.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Twelve-Colour Range:\u003c\/strong\u003e The breadth of 'Duchess Mixed's colour range is one of its most practically valuable characteristics. Most late-summer annuals produce warm-toned flowers — the oranges, yellows, and reds of zinnia and the pinks and crimsons of cosmos are the dominant colours of the August cutting garden. China aster provides what almost nothing else can at this season: genuine blue — sky blue, silver-blue, lavender, and deep violet — alongside the warm rose-pinks, corals, and whites. This cool-tone offering at the height of late summer is the specific contribution that makes China aster essential in a cutting garden that aims to cover the full colour spectrum.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhy Not Perennial Asters?\u003c\/strong\u003e The perennial Michaelmas daisy is a different genus entirely (*Symphyotrichum*, formerly *Aster*) and provides an overlapping but distinct flowering period, typically September to October, in single-flowered forms considerably smaller than the peony-flowered China aster. The China aster, raised fresh from seed each year, provides larger, more varied, and more vase-suitable flowers earlier in the season — the two are complementary rather than interchangeable, and the most comprehensive late-summer cutting garden grows both.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Fusarium Reality:\u003c\/strong\u003e *Fusarium* wilt is the single most significant challenge in growing China asters reliably over multiple seasons. The fungus (*Fusarium oxysporum* f. sp. *callistephi*) persists in soil for several years after an infected crop and causes sudden, irreversible wilting and plant death in susceptible plants — there is no cure once plants are affected. Strict crop rotation — moving asters to a fresh position each year, and not returning to a previously used position for at least three years — is the only reliable prevention. Growing in containers with fresh compost each year completely eliminates this risk and is a perfectly valid strategy for gardeners with limited growing space.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Duchess Mixed' requires warmth to germinate and a frost-free establishment period, but is otherwise a generous and rewarding grower that produces its first stems faster than many summer annuals.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eMarch to April\u003c\/strong\u003e. Unlike aquilegias and some other annuals, China aster seed does not require light to germinate — sow onto moist compost and cover with a fine 3–5mm layer of vermiculite or compost. Maintain a temperature of \u003cstrong\u003e20–24°C\u003c\/strong\u003e. Germination is reliable and typically occurs within \u003cstrong\u003e14–21 days\u003c\/strong\u003e. Prick out into individual modules or small pots once seedlings develop their first true leaves.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePlanting Out:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003elate May to June\u003c\/strong\u003e after thorough hardening off — China asters are H2 and will not tolerate any frost. Space plants \u003cstrong\u003e30cm apart\u003c\/strong\u003e in full sun, in well-drained soil enriched with organic matter. Avoid any position where China asters have been grown in the previous two or three years. In exposed gardens, install horizontal support netting at 30–40cm height when plants are 20cm tall — the heavy flower heads on 70cm stems can lean significantly in wind without support.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeeding:\u003c\/strong\u003e\u003cbr\u003eChina asters are productive plants that benefit from a weekly liquid feed of a balanced fertiliser once established and flowering has begun. Unlike anchusa or amaranthus, which prefer lean soil, 'Duchess Mixed' rewards good feeding with larger flower heads, more stems, and a longer flowering season.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCutting and Vase Life:\u003c\/strong\u003e\u003cbr\u003eCut stems when the flower head is approximately three-quarters to fully open — unlike antirrhinums, which benefit from being cut in bud, China aster does not continue to open significantly in the vase and should be at near-full development when cut. Remove all lower leaves before placing in water — any submerged foliage causes rapid bacterial growth that shortens vase life. Change water every two to three days and recut stems. Vase life of ten to fourteen days is achievable in a cool room with fresh water and clean stems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBotanical Name\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Duchess Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Name\u003c\/td\u003e\n\u003ctd\u003ePeony-Flowered China Aster \/ China Aster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Type\u003c\/td\u003e\n\u003ctd\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardiness\u003c\/td\u003e\n\u003ctd\u003eH2 — frost sensitive; plant out only after all risk of frost has passed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Requirements\u003c\/td\u003e\n\u003ctd\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Height\u003c\/td\u003e\n\u003ctd\u003e70cm — tall, upright\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spread\u003c\/td\u003e\n\u003ctd\u003e30–40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Form\u003c\/td\u003e\n\u003ctd\u003eFully double, peony-flowered — dense incurved petals, pom-pom appearance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Colours\u003c\/td\u003e\n\u003ctd\u003e12 colours: rose-pink, coral-rose, apricot, scarlet, sky blue, silver-blue, silver-rose, lavender, deep violet, white, buttercream yellow, bicolours\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFragrance\u003c\/td\u003e\n\u003ctd\u003eSubtle — noticeable close to the flower and in a vase in warm conditions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eStems per Plant\u003c\/td\u003e\n\u003ctd\u003e5–8 cutting stems per plant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlowering Period\u003c\/td\u003e\n\u003ctd\u003eJuly to October (peaks August–September)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVase Life\u003c\/td\u003e\n\u003ctd\u003e10–14 days — remove lower leaves, refresh water every 2–3 days\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDisease Note\u003c\/td\u003e\n\u003ctd\u003eSusceptible to Fusarium wilt — crop rotation essential\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSupport Required\u003c\/td\u003e\n\u003ctd\u003eRecommended in exposed positions — heavy heads on tall stems\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRHS Pollinator Friendly\u003c\/td\u003e\n\u003ctd\u003eYes ✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerfect For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-rose\"\u003e\n\u003cspan class=\"pf-icon\"\u003e✂️\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate Summer Cut Flower Garden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-violet\"\u003e\n\u003cspan class=\"pf-icon\"\u003e💙\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eTrue Blue in the Late Summer Border\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🐝\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate Season Pollinator Forage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-green\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🍂\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eAutumn Cutting Garden Succession\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌈\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eComprehensive Multi-Colour Arrangements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe twelve-colour mix and the mid-to-late summer flowering window make 'Duchess Mixed' an exceptionally versatile combination plant — these companions from the range create the most beautiful and most seasonally coherent pairings:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"orange\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌻\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Zinnia Giants of California Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-giants-of-california-mixed-seeds\"\u003eZinnia 'Giants of California'\u003c\/a\u003e: The Late Summer Spectacular.\u003c\/strong\u003e Zinnias and China asters are the defining late-summer cutting garden pairing — both at their peak in August and September, both fully double, both producing multiple stems per plant, and between them covering the full colour spectrum from the warm oranges, corals, and scarlets of the zinnia to the cool blues, lavenders, and violets that the zinnia cannot provide and the aster does. In a large mixed vase of both together, almost every colour available from the summer cutting garden is present simultaneously, and the two flower forms — the flat, circular zinnia face and the rounded, incurved aster pom-pom — create a visual variety that a single-variety vase cannot achieve. Both flower until the first frosts and both are outstanding for pollinators in the late season when nectar sources are becoming scarce.\u003c\/li\u003e\n\u003cli class=\"pink\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Cosmos Sensation Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-sensation-mixed-seeds\"\u003eCosmos 'Sensation Mixed'\u003c\/a\u003e: The Texture Contrast.\u003c\/strong\u003e The airy, open, single daisy flowers of Cosmos 'Sensation Mixed' on tall, ferny-foliaged stems create precisely the opposite visual quality to the dense, heavy, pom-pom heads of 'Duchess Mixed' — light and open against dense and full, fine-textured foliage against bare upright stems, single petals against incurved doubles. In a border the two together create the layered, textural variety that the best late summer plantings always show; in a vase, the cosmos provides the airy framework that allows the aster pom-poms to be seen as individual flower heads rather than as a uniform mass of colour. The pink, crimson, and white cosmos tones coordinate naturally with many of the aster's twelve colours.\u003c\/li\u003e\n\u003cli class=\"peach\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Antirrhinum Sweet Duet Apple Blossom Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/antirrhinum-sweet-duet-apple-blossom-seeds\"\u003eAntirrhinum 'Sweet Duet Appleblossom'\u003c\/a\u003e: The Romantic Late-Season Continuation.\u003c\/strong\u003e As specifically noted in the 'Sweet Duet Appleblossom' listing, the double antirrhinum and the peony-flowered China aster are natural late-season successors in the romantic double-flowered cutting garden — both fully double, both of substantial flower weight and presence, and the antirrhinum's porcelain-pink and cream providing a cooler, more delicate version of the warm and cool pinks within the aster's twelve-colour mix. Growing both together provides a double-flowered cutting garden that begins with the snapdragons in June and continues seamlessly through the aster's July-to-October season with flowers of similar abundance and similar aesthetic character.\u003c\/li\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Ammi Majus Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\"\u003eAmmi Majus\u003c\/a\u003e: The White Lace Framework.\u003c\/strong\u003e The pure white lace umbels of Ammi Majus — sown in autumn for the earliest possible plants — overlap with the early part of the China aster season in July and August, providing the finest white airy framework for the aster's substantial pom-pom heads. The contrast between the intricate, flat lace of the ammi umbel and the dense, rounded, heavily textured aster flower creates one of the most visually sophisticated late-summer arrangement combinations available from the range — white architectural lightness alongside colourful floral weight. In particular, the blue and violet asters alongside white ammi produces the most distinctively refined combination of the late-summer cutting garden, a cool blue-and-white arrangement that is unusual and beautiful at a time of year when warm-coloured arrangements predominate.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors in March or April — 'Duchess Mixed' is one of the faster developers among summer annuals and will be producing its first cutting stems from July, peaking in August and September, and continuing until the first hard frosts of October.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌸 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Rotate the Crop, Cut at Full Development \u0026amp; Remove All Submerged Leaves Tip\u003c\/strong\u003e\u003cbr\u003eThree things define success with 'Duchess Mixed'. First, rotate without exception — never grow China asters in the same soil in consecutive years, and ideally use a three-year gap before returning to any position. Fusarium wilt is invisible until it strikes, irreversible when it does, and entirely preventable by crop rotation. Growing in containers with fresh compost is the safest approach for small gardens where rotation space is limited. Second, cut at near-full development rather than in bud — unlike antirrhinums and some other annuals, China aster does not continue opening significantly in the vase, and a stem cut in tight bud often fails to open fully indoors. Wait until the pom-pom head is three-quarters to fully open before cutting for the best vase result. Third, remove every leaf below the waterline before placing stems in a vase — submerged leaves decompose rapidly and produce the bacterial growth that shortens vase life most quickly. With clean stems, fresh water, and a cool room, ten to fourteen days of good vase life is reliably achievable.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e🌸 The Late Summer Cutting Garden's Essential Annual\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Duchess Mixed' fills the specific and irreplaceable gap in the cutting garden calendar — July to October, the peony-flowered pom-pom form in twelve colours including the blues and lavenders that nothing else at this season can provide, fragrant, lasting ten to fourteen days in the vase, and producing five to eight stems per plant from each of a hundred seeds. Rotate the crop every year, grow it alongside zinnias and cosmos for the most productive and most colourful late summer cutting garden the range offers, and remove every submerged leaf before vasing for the longest possible enjoyment of the finest late-season annual available from seed.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961870061755,"sku":"AST-DCH","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Aster_Duchess_Mixed_1.jpg?v=1775757110"},{"product_id":"china-aster-ostrich-plume-seeds","title":"Aster Ostrich Plume","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-lavender { background: #4a2a6a; }\n  .pf-violet   { background: #3a1a5a; }\n  .pf-teal     { background: #1a6a5a; }\n  .pf-green    { background: #3a6a2a; }\n  .pf-slate    { background: #4a4a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .caution-box {\n    background: #fdf8ec;\n    border: 1px solid #d8c060;\n    border-left: 5px solid #8a6a08;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 16px 0;\n    color: #1e1800;\n  }\n  .caution-box strong { color: #0e0c00; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.gold   { border-color: #b08010; }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li.rose   { border-color: #a02060; }\n  .companion-list li.purple { border-color: #5a3a8a; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell       { height: 32px; vertical-align: middle; }\n  .cal-sow        { background: #5a9e3a; }\n  .cal-transplant { background: #e8940a; }\n  .cal-flower     { background: #5a2a7a; }\n  .cal-empty      { background: #e2e2e2; }\n  .first-active   { border-radius: 16px 0 0 16px; }\n  .last-active    { border-radius: 0 16px 16px 0; }\n  .mid            { border-radius: 0; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow        { background: #5a9e3a; }\n  .swatch-transplant { background: #e8940a; }\n  .swatch-flower     { background: #5a2a7a; }\n  .swatch-empty      { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #f6f0fc;\n    border: 1px solid #c0a0d8;\n    border-left: 5px solid #4a2a6a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #100820;\n  }\n  .tip-box strong { color: #080414; }\n\n  .award-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #5a3a1a;\n    color: #fff;\n    border-radius: 8px;\n    padding: 10px 20px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    font-size: 1.05rem;\n    letter-spacing: 0.01em;\n  }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #4a2a6a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003cdiv class=\"award-badge\"\u003e🏅 Fleuroselect Quality Mark\u003c\/div\u003e\n\u003ch1 style=\"text-align: center;\"\u003eChina Aster 'Ostrich Plume' Mixed Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003eLong, curled, and twisted petals of soft shell-pink, lavender, deep violet, crimson, and white, more compact and more cottage in character than the professional Giants series, with twice as many seeds per packet and the same late August-to-October season that makes China asters the indispensable final flourish of the annual cutting garden.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eThe range carries three China asters, and understanding the differences between them is the most useful thing any customer considering this family of plants can do before choosing. 'Duchess Mixed' is the peony-flowered type — tightly incurved, twelve colours including true blues, fragrant, beginning in July. 'Giants of California' is the professionally-bred large-headed ostrich plume, bred in California for the commercial cut flower trade, with 12cm heads on long upright stems. 'Ostrich Plume' Mixed is the heirloom of the three — an older variety with the characteristically curled and twisted petal structure that gives the ostrich plume form its name, in a softer, more cottage-toned colour mix of shell-pink, lavender, deep violet, crimson, and white, at a more compact 45–60cm height, with 200 seeds per packet at a price that makes it the most accessible entry point into the ostrich-plume China aster experience.\u003c\/p\u003e\n\u003cp\u003eThe \"twisted\" quality of the Ostrich Plume petals is what distinguishes this from the Giants series visually — where Giants of California's florets are loosely incurved and feathery, Ostrich Plume's florets spiral and curl as they incurve, creating a texture of even greater complexity and movement that looks particularly beautiful in the lower light of September afternoons when the colour saturation is at its most richly atmospheric. The Fleuroselect Quality Mark recognises its consistent, reliable garden and vase performance across European growing conditions — the same award as Giants of California, reflecting the same commitment to quality rather than novelty in a different character of variety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"caution-box\"\u003e⚠️ \u003cstrong\u003eFusarium Wilt — Crop Rotation Essential:\u003c\/strong\u003e Like all China asters, 'Ostrich Plume' is susceptible to \u003cem\u003eFusarium oxysporum\u003c\/em\u003e f. sp. \u003cem\u003ecallistephi\u003c\/em\u003e — a soil-borne fungal disease that causes sudden, irreversible wilting with no effective cure once plants are affected. Never plant China asters in the same soil in consecutive years; a three-year rotation is ideal. Growing in containers with fresh compost each year eliminates the risk entirely and works particularly well for this more compact variety.\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Ostrich Plume' Mixed is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2) and holder of the \u003cstrong\u003eFleuroselect Quality Mark\u003c\/strong\u003e — the heirloom ostrich-plume China aster in a mixed palette of shell-pink, lavender, deep violet, crimson, and white. It is the most compact of the three China asters in the range and the one with the most seeds per packet, making it the natural choice for gardeners who want the ostrich-plume form in a cottage garden scale and character rather than the professional large-headed impact of the Giants series.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Twisted Petal — What Distinguishes Ostrich Plume from Giants:\u003c\/strong\u003e Both Ostrich Plume and Giants of California are ostrich-plume type China asters, and both share the loosely incurved, feathery petal arrangement that distinguishes them from the tightly packed peony form of Duchess Mixed. The additional characteristic specific to 'Ostrich Plume' is the twisting and curling of the individual petals as they incurve — each floret spirals slightly as it curves toward the flower centre, creating a more complex, more three-dimensional texture than a simple inward curl produces. Under close examination, or in the low, warm light of a September afternoon, this twisting quality gives each flower a richly textured, almost baroque appearance that is one of the most distinctive and most characterful effects available from any cutting annual.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Heirloom Character:\u003c\/strong\u003e 'Ostrich Plume' is an older variety than the professionally-bred Giants series, bred for garden and cottage use rather than for the professional cut flower trade. This heritage expresses itself in the colour palette — softer, more traditionally cottage in tone — in the more compact height more suited to a mixed border than a dedicated cutting row, and in the wider seed packet of 200 seeds that reflects open-pollinated seed economics rather than professional hybrid pricing. For the gardener who wants the ostrich-plume form at a scale and in colours that feel genuinely at home in a cottage border alongside foxgloves, cosmos, and sweet rocket, rather than in a professional cutting row, Ostrich Plume is the more naturally suited variety.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Three-Aster Overview:\u003c\/strong\u003e To choose clearly between the range's three China asters: 'Duchess Mixed' (July–October, 12 colours including blues, fragrant, peony form, 100 seeds, RHS Pollinators) suits the gardener who wants the broadest possible colour range and the first flowers of the three; 'Giants of California' (August–October, 5 refined colours, 12cm heads, professional breeding, 100 seeds, Fleuroselect Quality) suits the serious cutting garden focused on maximum head size and florist-quality stems; 'Ostrich Plume' (August–October, 5 soft cottage colours, heirloom, 200 seeds, Fleuroselect Quality) suits the cottage border and cutting garden where character and volume at a natural scale matter more than maximum head size.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Ostrich Plume' is grown in the same way as the other China asters, with the same crop rotation requirement and the same cut-at-full-development rule. Its more compact height (45–60cm) and tighter spacing (25cm) make it particularly well suited to container growing — a pot-based approach that conveniently eliminates the Fusarium rotation requirement entirely.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eMarch to April\u003c\/strong\u003e. Sow onto moist seed compost and cover with a fine 3mm layer of vermiculite. Maintain a temperature of \u003cstrong\u003e18–21°C\u003c\/strong\u003e. Germination is reliable and typically occurs within \u003cstrong\u003e10–14 days\u003c\/strong\u003e. With 200 seeds per packet, there is ample scope for a generous sowing, pot-grown plants, and some in reserve without any pressure to maximise every seed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePlanting Out:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003elate May to June\u003c\/strong\u003e after hardening off. Space plants \u003cstrong\u003e25cm apart\u003c\/strong\u003e — slightly tighter than the other asters, reflecting the more compact growth habit. Full sun and rich, well-drained soil are essential. Do not plant in any position where China asters have grown in the previous two to three years, or use containers with fresh compost for a completely rotation-free growing method particularly suited to this more compact variety.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eContainer Growing:\u003c\/strong\u003e\u003cbr\u003eAt 45–60cm with a 25cm spread, 'Ostrich Plume' is the most container-appropriate of the three asters — compact enough to grow well in a large pot or half-barrel without becoming top-heavy, and light enough in its overall structure not to require the heavy staking that the Giants series sometimes needs. A 30–40cm pot with three plants provides a generous autumn display that can be moved to the best position as the flowers open.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCutting and Vase Life:\u003c\/strong\u003e\u003cbr\u003eCut when the flower head is three-quarters to fully open. Remove all leaves below the waterline immediately — any submerged foliage shortens vase life dramatically through bacterial growth. Change water every two to three days. Up to fourteen days of vase life is achievable in a cool room with consistently clean stems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBotanical Name\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Ostrich Plume' Mixed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Name\u003c\/td\u003e\n\u003ctd\u003eChina Aster 'Ostrich Plume' \/ Heirloom Ostrich Plume Aster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Type\u003c\/td\u003e\n\u003ctd\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardiness\u003c\/td\u003e\n\u003ctd\u003eH2 — frost sensitive; plant out after all risk of frost has passed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Requirements\u003c\/td\u003e\n\u003ctd\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Height\u003c\/td\u003e\n\u003ctd\u003e45–60cm — the most compact of the three asters in the range\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spread\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spacing\u003c\/td\u003e\n\u003ctd\u003e25cm apart — tighter than the other asters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Form\u003c\/td\u003e\n\u003ctd\u003eOstrich plume — long, curled and twisted florets; heirloom character\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Colours\u003c\/td\u003e\n\u003ctd\u003eShell-pink, lavender, deep violet, crimson, white\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlowering Period\u003c\/td\u003e\n\u003ctd\u003eAugust to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVase Life\u003c\/td\u003e\n\u003ctd\u003eUp to 14 days — cut at ¾ to fully open; remove all submerged leaves\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDisease Note\u003c\/td\u003e\n\u003ctd\u003eSusceptible to Fusarium wilt — crop rotation essential; ideal for containers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAward\u003c\/td\u003e\n\u003ctd\u003eFleuroselect Quality Mark ✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd\u003eApproximately 200 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerfect For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-lavender\"\u003e\n\u003cspan class=\"pf-icon\"\u003e✂️\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate Summer Cut Flower Garden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-violet\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🏺\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eContainer \u0026amp; Pot Autumn Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🏡\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eCottage Border Late-Season Colour\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-green\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🐝\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate Pollinator Forage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eHeirloom \u0026amp; Heritage Garden Growing\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe soft shell-pink, lavender, deep violet, and crimson of 'Ostrich Plume' Mixed occupies the most traditionally cottage end of the China aster spectrum — these companions create the most natural and most characterful pairings:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"gold\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Rudbeckia Marmalade Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/rudbeckia-marmalade-seeds\"\u003eRudbeckia 'Marmalade'\u003c\/a\u003e: The Autumn Warmth.\u003c\/strong\u003e The warm golden-yellow daisies of Rudbeckia 'Marmalade' alongside the deep violet and lavender of 'Ostrich Plume' creates the warmest and most autumnal colour combination the late-season border can produce — gold and violet, two colours that together evoke the richest qualities of the September garden more precisely than any other pairing. Both flower simultaneously at their peak in August and September, both are full-sun plants requiring similar growing conditions, and the rudbeckia's simple open daisy face provides a clear, uncluttered visual counterpoint to the complex, twisted, multi-petalled aster heads. This is the harvest festival combination — warm gold and deep purple together in the late summer sun — that makes visitors to a garden stop and stand for a moment.\u003c\/li\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Cosmos Purity Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-purity-seeds\"\u003eCosmos 'Purity'\u003c\/a\u003e: The White Softener.\u003c\/strong\u003e The large, open white daisy faces of Cosmos 'Purity' on tall ferny-foliaged stems provide the most naturally beautiful cottage-garden foil for 'Ostrich Plume's complex, heavy, twisted flower heads — the white daisy simplicity of the cosmos creating visual space and lightness around the more demanding, more textured aster, while the ferny cosmos foliage provides the movement and airiness that the aster's upright stems cannot. In a border the two together create the layered, relaxed, apparently uncontrived quality that defines good cottage garden design; in a vase, the white cosmos faces alongside the shell-pink and lavender aster plumes produces an arrangement of soft, genuine beauty that is entirely characteristic of the late summer cottage garden at its most natural.\u003c\/li\u003e\n\u003cli class=\"rose\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Antirrhinum Sweet Duet Apple Blossom Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/antirrhinum-sweet-duet-apple-blossom-seeds\"\u003eAntirrhinum 'Sweet Duet Appleblossom'\u003c\/a\u003e: The Romantic Succession.\u003c\/strong\u003e The soft porcelain-pink and cream double snapdragons of 'Sweet Duet Appleblossom' flower from June to October, providing a natural lead-in to and continuation alongside the August-to-October Ostrich Plume season. The two varieties share the soft pink register of the cutting garden — the snapdragon's porcelain-pink and cream fading into and continuing through the shell-pink and lavender of the aster — and both are fully double, both romantically textured, both suited to the same cottage garden aesthetic. In an August cutting garden arrangement, stems of both together with white cosmos or ammi provides the most naturally beautiful and the most seasonally complete late-summer vase composition the range can produce.\u003c\/li\u003e\n\u003cli class=\"purple\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Verbena Bonariensis Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/verbena-bonariensis-seeds\"\u003eVerbena bonariensis\u003c\/a\u003e: The See-Through Purple Cloud.\u003c\/strong\u003e The tall, airy, see-through stems of Verbena bonariensis bearing their small purple flower clusters float around and through the more solid 'Ostrich Plume' plants in both border and vase with a lightness and natural grace that is perfectly complementary to the aster's more substantial presence. The cool purple of the verbena coordinates directly with the lavender and deep violet tones of the aster mix, intensifying both without one overwhelming the other, and both are outstanding for late-season pollinators — butterflies particularly are drawn to the verbena, while bumblebees and hoverflies work the aster heads. The combination flowers simultaneously from August to October and requires no management beyond keeping both well-watered in dry spells.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors in March or April — 'Ostrich Plume' shares the August-to-October flowering window with 'Giants of California', beginning a month after 'Duchess Mixed' and reaching its peak in September before continuing to the first hard frosts, with 200 seeds per packet making it easy to sow generously both in the border and in containers.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌸 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Consider Containers, Rotate in the Ground \u0026amp; Let the September Light Do Its Work Tip\u003c\/strong\u003e\u003cbr\u003eThree things make the most of 'Ostrich Plume'. First, consider growing some in containers — at 45–60cm this is the most naturally container-suited of the three asters, compact enough for a large pot or half-barrel without becoming unwieldy, and container growing with fresh compost eliminates the Fusarium rotation requirement entirely while giving you the flexibility to move plants to the best display position as they come into flower. Second, rotate consistently in any ground-grown positions — same rule as the other asters, same disease, same prevention. Third, time some of your cutting for September afternoon light rather than morning — the twisted, spiralling petals of 'Ostrich Plume' catch and hold the low, warm, angled light of a September afternoon in a way that morning light or direct overhead sun does not reveal. The colour saturation deepens, the shadows in the twisted petals deepen, and the whole flower becomes more richly, more atmospherically beautiful than it appears in photographs taken in flat light. This is a variety that earns a second look at the right time of day.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e🌸 The Heirloom Ostrich Plume — Cottage Character in the Late Garden\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Ostrich Plume' Mixed is the China aster for the cottage border and the container garden — heirloom character, twisted and curled petals of shell-pink, lavender, deep violet, and crimson, more compact than the professional Giants series, twice as many seeds per packet, and the same Fleuroselect Quality Mark for reliable, repeatable performance. Sow in March, rotate every year or grow in containers to sidestep rotation entirely, pair with Rudbeckia 'Marmalade' and Cosmos 'Purity' for the finest cottage-scale late-summer combination the range offers, and give it the September afternoon light it deserves.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961870094523,"sku":"AST-OST","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800ce1c53177d5668a3_upscale.jpg?v=1758898442"},{"product_id":"calendula-art-shades-mixed-seeds","title":"Calendula Art Shades Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eCalendula 'Art Shades Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA sophisticated sunset palette of apricot, cream, and buff. This elegant 'cut-and-come-again' variety provides a non-stop supply of vintage-toned blooms for the garden and the vase.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eGrow a sunset in your garden! Calendula 'Art Shades Mixed' is a sophisticated twist on the traditional Pot Marigold—forget the jarring bright yellows of municipal flower beds, this is a curated mix designed for the modern gardener. It produces masses of large, double and semi-double blooms in a warm, romantic spectrum of apricot, creamy-citrus, soft orange, and buff. Many of the flowers feature contrasting dark centres or petal tips dipped in mahogany, giving them a depth and complexity that standard varieties lack. These aren't your grandmother's marigolds—they're elegant, vintage-inspired blooms that look like they've been plucked from a Mediterranean villa garden!\u003c\/p\u003e\n\u003cp\u003eThis is a Hardy Annual and the ultimate \"cut-and-come-again\" flower—standing tall on sturdy 50-60cm stems, it provides bucketfuls of \"sunset\" blooms that mix perfectly with blues and purples in the vase. Calendula is famously tough, thriving in conditions where fussier plants fail, and if you keep cutting or deadheading, it will carry on producing flowers for MONTHS (often well into autumn!). The warm apricot tones of 'Art Shades' look amazing sprinkled over savoury salads—the petals are 100% edible with a mild, peppery flavour. It's beloved by bees and hoverflies (RHS Plants for Pollinators), self-seeds generously once established, and lasts beautifully in the vase. This is cottage garden gold—easy, productive, edible, bee-friendly, and utterly gorgeous!\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eCalendula officinalis\u003c\/em\u003e 'Art Shades Mixed' is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). While standard pot marigolds are prized for their utility, this curated selection offers a sophisticated, multi-tonal aesthetic previously reserved for high-end floristry. It is biologically identical to the hardy native wildflower, surviving temperatures down to -5°C and perfectly suited to the British summer climate.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Art Shades\" Palette:\u003c\/strong\u003e The unique beauty of this variety is botanical: the mix provides a spectrum of apricot, peachy-orange, and buff tones. Many blooms feature anthocyanin-rich mahogany tips or dark chocolate centres, providing a \"sunset\" effect that shifts and deepens as the light changes in the early evening.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Bodyguard:\u003c\/strong\u003e Calendula is a cornerstone of organic gardening. It is an \u003cstrong\u003eRHS Plant for Pollinators\u003c\/strong\u003e, specifically attracting hoverflies. Hoverfly larvae are voracious predators of aphids, meaning that by planting 'Art Shades' near your beans or tomatoes, you are establishing a natural, chemical-free biological control system with a sophisticated aesthetic.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCalendula seeds are large, curved (resembling tiny seahorses), and exceptionally easy to handle, making them a perfect project for gardeners of all experience levels.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eDirect sow outdoors from \u003cstrong\u003eMarch to May\u003c\/strong\u003e for summer blooms, or in \u003cstrong\u003eSeptember\u003c\/strong\u003e for the earliest flowers the following spring. Scatter the seeds into shallow drills 1cm deep and cover well with soil; \u003cstrong\u003eCalendula seeds require darkness to trigger germination\u003c\/strong\u003e. Germination is rapid, typically occurring within 7-10 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e to reach their peak colour intensity and thrive in almost any well-drained soil. They perform exceptionally well in \"poor\" soil; excessive nitrogen or heavy manuring will encourage lush green foliage at the expense of the designer blooms. Space plants 30cm apart to allow for their bushy, upright habit.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo maintain a non-stop display, you must \u003cstrong\u003ekeep picking\u003c\/strong\u003e. Regular harvesting of stems for the vase—or diligent deadheading—prevents the plant from forming seed heads and signals it to continue producing fresh, sunset-hued buds until the first hard frosts of autumn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eCalendula officinalis\u003c\/em\u003e 'Art Shades'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePot Marigold\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Hardy through UK summer)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm - 60cm (Tall cut-flower type)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ High-Impact Cut Flower Bouquets\u003cbr\u003e🐝 Natural Pest Control (Hoverflies)\u003cbr\u003e🥗 Edible Sunset Garnish\u003cbr\u003e🏛️ Vintage-Inspired Villa Gardens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe warm sunset tones of 'Art Shades Mixed' work spectacularly with available partners from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/borage-seeds\" title=\"Borage Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eBorage (Starflower)\u003c\/a\u003e:\u003c\/strong\u003e The Edible Bee Team. The star-shaped sky-blue flowers of Borage provide a cool, stunning contrast to the warm apricot tones of the Calendula. This is the ultimate edible potager pairing; both species are 100% edible and act as absolute magnets for honeybees all summer long.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/clary-sage-oxford-blue-seeds\" title=\"Clary Sage Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eClary Sage 'Oxford Blue'\u003c\/a\u003e:\u003c\/strong\u003e The Designer Mix. The deep indigo-purple bracts of Clary Sage create a stunning, vibrant contrast with the soft apricot flowers. This pairing is highly structural and professional-looking, providing a long season of interest that also dries beautifully for winter.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eDirect sow in spring for a summer-long harvest of sunset blooms, or in autumn for a stronger, earlier display the following spring.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eDirect Sow\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Gourmet Edible Tip\u003c\/strong\u003e\u003cbr\u003eThe petals of 'Art Shades' are 100% edible and possess a mild, peppery flavour. Sprinkle the warm apricot and buff petals over summer salads or use them to decorate celebration cakes for a professional visual pop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor soils, \u003cem\u003eCalendula officinalis\u003c\/em\u003e 'Art Shades Mixed' is an essential choice for those wanting to create a sophisticated, low-maintenance garden that provides non-stop sunset blooms for both the border and the vase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961871143099,"sku":"CAL-ASM","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/20488008f889f915f5f35f1_upscale.jpg?v=1758898473"},{"product_id":"canterbury-bells-crown-mixed-seeds","title":"Canterbury Bells Crown Single Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eCanterbury Bells 'Crown Single Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eTowering spikes of enormous, inflated bells in lavender, rose, and white. A quintessential cottage garden biennial that provides a vertical wall of colour and a shelter for sleepy bumblebees.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you dream of a traditional English cottage garden, Canterbury Bells are non-negotiable. This classic variety produces tall, sturdy spikes loaded with enormous, inflated bell-shaped flowers in soft shades of lavender-blue, rose-pink, and pure white.\u003c\/p\u003e\n\u003cp\u003eThese are flowers with serious impact. Growing up to 90cm tall, they create a towering wall of colour in early summer (June-July), filling the gap between the spring bulbs fading and the summer annuals hitting their stride. They are excellent cut flowers, lasting over a week in a vase, and are a favourite of bumblebees who love to disappear inside the huge bells.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eCampanula medium\u003c\/em\u003e is a robust \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H5). This means the plant operates on a two-year biological cycle: in its first year, it develops a strong rosette of leaves and a deep root system. After overwintering in the garden (withstanding temperatures down to -15°C), it triggers its spectacular flowering phase the following spring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"June Gap\" Specialist:\u003c\/strong\u003e Canterbury Bells are renowned for blooming during the \"June Gap\"—the period in the British gardening calendar when spring tulips have finished, but summer-sown annuals haven't yet reached their peak. This makes them an essential strategic asset for maintaining continuous garden colour.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBumblebee Shelter:\u003c\/strong\u003e The enormous, pendulous bells are not just nectar-rich; they serve as a structural habitat. Bumblebees are frequently found sleeping inside the inflated blooms overnight, using the flower as a natural, sheltered \"bee-hotel\" during the early summer months.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eTo ensure a magnificent display in the second year, Canterbury Bells should be started in early summer to build a resilient framework before winter dormancy.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors or in a cold frame from \u003cstrong\u003eApril to June\u003c\/strong\u003e. Surface sow the seeds onto moist, high-quality seed compost and \u003cstrong\u003edo not cover them\u003c\/strong\u003e; Canterbury Bell seeds are light-sensitive and require exposure to trigger germination. Alternatively, direct sow into a \"nursery bed\" in May or June. Germination typically occurs within 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey prefer \u003cstrong\u003efull sun or partial shade\u003c\/strong\u003e and thrive in fertile, well-drained soil. In autumn (September\/October), transplant your leafy rosettes from the nursery bed to their final flowering positions. Space plants 30cm apart to allow for the substantial floral spikes that will emerge the following spring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe flowering spikes can become very heavy when loaded with blooms. In windy or exposed gardens, we recommend providing a sturdy bamboo cane or support ring as soon as the central spike begins to rise in spring. For the vase, harvest stems when the bottom bells have fully opened but the top buds remain closed; this ensures a long-lasting display of up to 10 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eCampanula medium\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eCanterbury Bells\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH5\u003c\/strong\u003e (Very Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun \/ Part Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e75cm - 90cm (Tall \u0026amp; Statuesque)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e35cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMay to July (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ High-Impact Cut Flower Spikes\u003cbr\u003e🏡 Traditional Cottage Garden Backdrops\u003cbr\u003e🐝 Prime Bumblebee Nectar \u0026amp; Shelter\u003cbr\u003e🍂 Professional Biennial Layering\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 300 tiny seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eBloom-synchronised with other heritage available partners from our range, Canterbury Bells are the anchor of the early summer border:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🦊\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/foxglove-excelsior-mixed-seeds\" title=\"Foxglove Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eFoxgloves 'Excelsior Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Statuesque Duo. Both are tall, statuesque biennials flowering simultaneously (May-July). The elegant pastel spires of the Foxgloves tower behind the inflated bells of the Canterbury Bells, creating a professional-grade vertical backdrop for a traditional English cottage garden.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/sweet-william-auricula-eyed-mixed-seeds\" title=\"Sweet William Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eSweet William 'Auricula Eyed'\u003c\/a\u003e:\u003c\/strong\u003e The Layered Classic. Create perfect graduated tiers of colour by planting the jewel-toned Sweet William (30-40cm) in front of the taller Canterbury Bells. Both are fragrant, pollinator magnets that fill the garden with colour during the essential \"June Gap.\"\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in early summer (Year 1) to ensure a spectacular harvest of towering bell-laden spikes the following May to July (Year 2).\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow (Yr 1)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eMove (Yr 1)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowers (Yr 2)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f1f8e9; border: 1px solid #dcedc8; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator Favourite\u003c\/strong\u003e\u003cbr\u003eCanterbury Bells are a superstar for British bumblebees. The huge tubular flowers provide an easy landing pad and nutrient-rich forage, and you will often find bees using the blooms as a natural shelter during summer rain showers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor-to-average soils, \u003cem\u003eCampanula medium\u003c\/em\u003e is an essential choice for those wanting to create a romantic, low-maintenance biennial display that provides statuesque vertical colour year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961871372475,"sku":"CNT-MIX","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/20488003e1ff6e2cbde2bab_upscale.jpg?v=1758898495"},{"product_id":"clarkia-crown-double-mix-seeds","title":"Clarkia Crown Double Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eClarkia 'Crown Double Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eMiniature, ruffled 'roses' threaded along tall, upright spikes. A resilient 'Mountain Garland' that thrives in poor soil and provides armfuls of exotic-looking stems for the vase.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eAt first glance, Clarkia looks like a string of miniature, ruffled roses or exotic orchids threaded along a tall stem. Known as 'Mountain Garland', this variety produces long, upright spikes packed with double blooms in a rich tapestry of shades: salmon-pink, royal purple, crisp white, and carmine-red.\u003c\/p\u003e\n\u003cp\u003eDespite its delicate, exotic appearance, this is a tough cookie. It is a hardy annual that thrives in cooler summers and poor soil. It is an absolutely essential plant for the cutting patch; just a few plants will provide you with armfuls of long, stiff stems that add height, structure, and intense colour to bouquets.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eClarkia unguiculata\u003c\/em\u003e (previously known as \u003cem\u003eC. elegans\u003c\/em\u003e) is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3\/H4). While native to California, it is perfectly adapted to the temperate British climate, preferring cooler summer conditions over intense, baking heat. It is a rapid grower, reaching maturity and setting seed within a single season.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Rope\" Effect:\u003c\/strong\u003e A unique biological trait of Clarkia is its axillary flowering habit. Unlike many species that produce a single flower at the terminal point of the stem, Clarkia blooms continuously all the way up the stalk. This creates a distinctive \"rope of roses\" aesthetic that provides incredible volume and length for floral arrangements.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTough \u0026amp; Resilient:\u003c\/strong\u003e Because it is a hardy annual, Clarkia is tough enough to withstand light frosts as a seedling. This allows for autumn sowing, which results in significantly taller, stronger plants the following year that can better compete with weeds in a wildflower meadow or mixed border.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eClarkia possesses a relatively small root system and \u003cstrong\u003ehighly resents being moved\u003c\/strong\u003e; direct sowing is the most reliable method for success.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eDirect sow outdoors in \u003cstrong\u003eSeptember\u003c\/strong\u003e for the earliest, tallest plants the following year, or in \u003cstrong\u003eMarch to May\u003c\/strong\u003e for a mid-summer display. Scatter the seeds onto finely raked soil and cover \u003cstrong\u003every lightly\u003c\/strong\u003e—they require a small amount of light to trigger germination. Typically, you will see sprouts within 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey prefer \u003cstrong\u003efull sun or partial shade\u003c\/strong\u003e and are one of the few garden plants that actually prefer \"poor\" or slightly acidic soils. Avoid adding manure or heavy compost, as high nitrogen levels will encourage weak, leafy stems that are prone to lodging (flopping over). Space plants 20cm apart to ensure good airflow.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo encourage a more multi-stemmed, bushy habit, \u003cstrong\u003epinching is recommended\u003c\/strong\u003e once the seedlings are established. In windy or exposed gardens, growing the \"garlands\" through horizontal netting or provide support with light twiggy sticks to keep the stems straight for cutting. Regular harvesting for the house acts as deadheading and keeps the plants productive until late summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eClarkia unguiculata\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMountain Garland \/ Clarkia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\/H4\u003c\/strong\u003e (Hardy through UK winters)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun \/ Part Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm - 75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ High-Volume Cut Flower Stems\u003cbr\u003e🏡 Traditional Cottage Borders\u003cbr\u003e🐝 Wildlife \u0026amp; Bee Support\u003cbr\u003e🧱 Rapid Gap Filling in Summer\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 550 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe structural verticality of Clarkia works spectacularly with partners from our available range that provide soft texture or high-contrast colour:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🎀\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Lavatera Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/lavatera-dwarf-pink-blush-seeds\"\u003eLavatera 'Dwarf Pink Blush'\u003c\/a\u003e:\u003c\/strong\u003e The Texture Pair. Both belong to the same botanical family and share a romantic, ruffled aesthetic. The silky, mounded form of the Lavatera provides a soft base that hides the lower stems of the taller Clarkia spires, creating a cohesive, \"painted\" cottage display in shades of rose and salmon.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cornflower Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cornflower-blue-ball-seeds\"\u003eCornflower 'Blue Ball'\u003c\/a\u003e:\u003c\/strong\u003e The Colour Clash. For a high-energy display, pair the warm pink and purple tones of Clarkia with the intense, electric blue of 'Blue Ball' Cornflowers. This classic \"cool versus warm\" combination is a favorite for meadow-style cutting patches and provides a long-season feast for British bees.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eDirect sow in autumn for the strongest plants, or in spring for successional waves of ruffled garlands through the summer.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eDirect Sow\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Vase Life Tip\u003c\/strong\u003e\u003cbr\u003eTo make Clarkia last longer in the vase (up to 10 days!), strip off all the lower leaves from the stem before putting them in water. Foliage below the water line will rot and shorten the life of the blooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor soils, \u003cem\u003eClarkia unguiculata\u003c\/em\u003e 'Crown Double Mix' is an essential choice for those wanting to create a romantic, low-maintenance garden that provides high-volume spires for the vase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961872224443,"sku":"CLA-CRW","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800148df33f3f0bc5b2_upscale.jpg?v=1758898513"},{"product_id":"cornflower-polka-dot-mixed-seeds","title":"Cornflower Polka Dot Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eCornflower 'Polka Dot Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA multi-coloured dwarf mix that provides a vibrant kaleidoscope for small spaces. These compact, easy-to-grow blooms are a superstar for biodiversity and attract a vast array of bees.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eWhy choose just one colour when you can have them all? 'Polka Dot Mixed' is a cheerful kaleidoscope of cornflower colours—blues, pinks, whites, deep maroons, and soft lilacs all tumbling together in one delightfully informal display. This mix captures that wild, free-spirited cottage garden vibe in bucket loads, looking like a patch of wildflowers has simply appeared in your border.\u003c\/p\u003e\n\u003cp\u003eThis variety is naturally more compact and bushier than the taller 'Ball' types, making it perfect for containers, patio pots, path edges, and the front of borders. The multi-branching stems produce an abundance of flowers that are ideal for small, charming posies. Like all cornflowers, it's a fantastic cut-and-come-again variety—the more you cut, the more it blooms. Incredibly easy to grow, beloved by bees and butterflies, and endlessly cheerful—this is the perfect choice for adding instant cottage garden charm to smaller spaces.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eCentaurea cyanus\u003c\/em\u003e 'Polka Dot' is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H7). As a dwarf-selection form of the British native wildflower, it is perfectly adapted to the UK climate, surviving temperatures as low as -20°C. While heritage cornflowers can reach over 1 metre, 'Polka Dot' is specifically bred for a compact, mounded habit, typically topping out at 50cm.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Autumn Secret\":\u003c\/strong\u003e While many gardeners sow Cornflowers in spring, the secret to the most floriferous plants is \u003cstrong\u003eSeptember sowing\u003c\/strong\u003e. Autumn-sown 'Polka Dot' plants develop massive, resilient root systems over winter and burst into bloom weeks earlier than spring-sown counterparts, providing a low, dense carpet of multi-coloured flowers from early summer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eA Generous Self-Seeder:\u003c\/strong\u003e Cornflowers are one of the best species for naturalizing. If you allow the final flower heads of the season to remain on the plant, they will disperse seeds that readily germinate the following spring—often appearing in delightful, unexpected gaps between paving stones or at the edges of garden paths.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCornflowers are among the easiest plants to raise from seed, providing a high kaleidoscope of colour for very little effort.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eDirect sow outdoors in \u003cstrong\u003eSeptember or October\u003c\/strong\u003e for the earliest blooms, or in \u003cstrong\u003eMarch to May\u003c\/strong\u003e for a continuous summer display. Cornflowers possess a deep taproot and \u003cstrong\u003ehate being moved\u003c\/strong\u003e; for this reason, direct sowing into their final position is always the most successful method. Scatter the seeds onto finely raked soil and cover \u003cstrong\u003elightly\u003c\/strong\u003e (approx. 1cm deep). Germination typically occurs within 10-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in almost any well-drained soil. Paradoxically, Cornflowers perform better in average, \"hungry\" soils. Over-feeding or planting in heavily manured ground will lead to soft leafy growth and weak stems. This compact variety is the ideal choice for window boxes, path edges, or front-of-border positions.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eAs 'Polka Dot Mixed' is a dwarf variety, it rarely requires structural support. Regular harvesting for small posies or deadheading spent flower heads weekly is essential to stimulate the plant into producing fresh buds; if left to set seed too early, the plant will stop flowering. For a continuous display, sow a small batch every 3-4 weeks throughout the spring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eCentaurea cyanus\u003c\/em\u003e 'Polka Dot Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eDwarf Mixed Cornflower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH7\u003c\/strong\u003e (Ultra Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e40cm - 50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e20cm - 30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🪴 Sunny Containers \u0026amp; Window Boxes\u003cbr\u003e🐝 High-Quality Nectar for Bees\u003cbr\u003e🧱 Front-of-Border Kaleidoscope\u003cbr\u003e🥗 Multicoloured Edible Garnishes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 200 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThis colourful dwarf mix acts as its own rainbow, but it pairs spectacularly with these available partners from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Ammi majus Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\"\u003eAmmi majus\u003c\/a\u003e:\u003c\/strong\u003e The Texture Match. The tall, lacy white umbels of Ammi majus provide a soft, neutral backdrop that ties all the vibrant 'Polka Dot' colours together. This creates a professional, multi-layered \"wild meadow\" display where the lower cornflowers pop against the airy white lace.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🐰\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Bunny Tails Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/bunny-tails-grass-seeds\"\u003eBunny Tails Grass\u003c\/a\u003e:\u003c\/strong\u003e The Tactile Pair. The soft, fluffy white seed heads of Bunny Tails (Lagurus ovatus) add wonderful movement and a tactile element to the planting. Since both are compact and love poor soil, they are the perfect duo for a designer container display on a sunny patio.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eDirect sow in autumn for the strongest plants, or in spring for successional waves of multi-coloured blooms through the summer.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eDirect Sow\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f1f8e9; border: 1px solid #dcedc8; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Wildlife Champion\u003c\/strong\u003e\u003cbr\u003eCornflowers are a superstar plant for biodiversity. As an RHS Plant for Pollinators, 'Polka Dot' produces high-quality, easily accessible nectar that attracts a vast array of British bees, butterflies, and hoverflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive on poor, sandy, or chalky soils, \u003cem\u003eCentaurea cyanus\u003c\/em\u003e 'Polka Dot Mixed' is an essential choice for those wanting to create a romantic, low-maintenance garden that provides high-quality dwarf stems for the vase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961872650427,"sku":"CRN-MIX","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_xrlzwlxrlzwlxrlz.png?v=1774112583"},{"product_id":"cosmos-seashell-seeds","title":"Cosmos Seashell","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eCosmos 'Seashells Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA delightful quirk of nature with petals rolled into unique tubular trumpets. These architectural blooms in pastel shades add a playful, sculptural twist to borders and summer bouquets.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you look closely at 'Seashells', you'll see why it is so special. Unlike standard flat Cosmos, the petals of this variety are rolled into tubes or funnels, looking exactly like tiny seashells or trumpets exploding from a sunny yellow centre. It's a delightful quirk of nature that adds real curiosity and talking-point interest to the garden.\u003c\/p\u003e\n\u003cp\u003eThe mix includes a lovely range of shades from soft pastel pink and pure white to deep carmine and pretty two-tone bi-colours. Standing tall on the classic airy, ferny foliage, these unique blooms add texture and architectural interest to any border. They are absolutely fantastic cut flowers, adding a playful, sculptural twist to summer bouquets that guests will always comment on. Like all Cosmos, they're easy to grow, long-flowering, and beloved by pollinators.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eCosmos bipinnatus\u003c\/em\u003e 'Seashells' is a robust \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Native to the sun-baked grasslands of Mexico, it is a Fleuroselect Novelty Winner, recognized specifically for its stable genetic trait that causes the petals to roll into unique tubular funnels. This architectural twist provides a sophisticated 3D quality to the traditional daisy-like Cosmos form.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Treat Mean\" Rule:\u003c\/strong\u003e One of the most important biological traits of Cosmos is its aversion to rich soil. If grown in manured beds or treated with nitrogen-heavy fertilizers, the plant will produce massive green foliage but often fail to flower. For the most prolific seashell display, plant them in poor, dry, or sandy soil and avoid feeding entirely.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBiodiversity \u0026amp; Longevity:\u003c\/strong\u003e Despite the unusual petal shape, 'Seashells' remains a top-tier pollinator plant. The exposed central discs are packed with nectar and pollen, serving as a vital resource for butterflies and hoverflies throughout the summer and well into the late autumn when other garden resources are beginning to fade.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCosmos is one of the easiest and fastest plants to raise from seed, making it a perfect project for beginners or children.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eMarch to April\u003c\/strong\u003e for early summer blooms, or direct sow outdoors in \u003cstrong\u003eMay\u003c\/strong\u003e once the soil has warmed. Sow seeds 5mm deep into moist seed compost. Germination is exceptionally rapid, typically occurring within 7-14 days at a constant temperature of 20°C. If sowing indoors, a bright windowsill provides enough light for healthy early growth.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in poor, well-drained soil. They are the ideal solution for filling large gaps at the back of a sunny border where their tall, billowing habit can act as a seasonal screen. Space plants 45cm apart to allow their airy, architectural framework to develop fully without overcrowding.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo encourage a sturdy, multi-stemmed plant, \u003cstrong\u003epinching is essential\u003c\/strong\u003e. When seedlings reach 20cm tall, pinch out the top growing tip; this prevents the plant from becoming too \"top-heavy\" and toppling over in late summer rain. Weekly deadheading is also vital—never let the flowers go to seed if you want them to continue blooming until the first October frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eCosmos bipinnatus\u003c\/em\u003e 'Seashells Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eCosmos 'Seashells'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 120cm (Tall)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 45cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ Architectural Cut Flowers\u003cbr\u003e🐚 Unique \"Trumpet\" Petals\u003cbr\u003e🐝 Bees \u0026amp; Pollinators\u003cbr\u003e🏆 Fleuroselect Award Winner\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe unique texture of 'Seashells' looks espectacular when paired with contrasting flower shapes from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Ammi majus Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\"\u003eAmmi majus\u003c\/a\u003e:\u003c\/strong\u003e The Texture Match. The lacy white umbels of Ammi majus (Bishop's Flower) provide a soft, frothy backdrop that allows the intricate tubular petals of 'Seashells' to truly stand out. This combination is romantic, textural, and perfect for creating a meadow-style border.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🍭\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Zinnia Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-lilliput-mixed-seeds\"\u003eZinnia 'Lilliput Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Geometric Pair. The tight, round pom-pom heads of these compact Zinnias provide a wonderful structural contrast to the open, trumpet-like petals of the 'Seashells' Cosmos. Both plants love the heat of summer and share the \"starvation rule\" for flowering, making them perfect growing companions.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring or direct sow once the soil warms for a spectacular harvest of unique tubular blooms from mid-summer until the first autumn frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Vase Life Tip\u003c\/strong\u003e\u003cbr\u003eCosmos are a true \"cut-and-come-again\" flower. For the longest vase life of 5-7 days, harvest the stems when the buds are just beginning to open their petals, and always strip the lower foliage to keep the water clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Unique Floral Curiosity\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor soils, \u003cem\u003eCosmos bipinnatus\u003c\/em\u003e 'Seashells Mixed' is an essential choice for those wanting to create a romantic, low-maintenance garden with a professional, sculptural twist.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961872814267,"sku":"COS-SEA","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800013061aa7ac4177c_upscale.jpg?v=1758898588"},{"product_id":"cosmos-sensation-mixed-seeds","title":"Cosmos Sensation Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eCosmos 'Sensation Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eThe ultimate cottage garden classic. Large, saucer-shaped flowers in pure white, soft pink, and deep carmine. A tireless flower factory that creates dreamy, flower-filled borders and buckets of cut flowers.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you only grow one thing from seed this year, make it Cosmos 'Sensation'. This beloved variety produces tall, ferny, airy stems topped with large, open, saucer-shaped flowers in shades of pure white, soft pink, and deep carmine-magenta. It's the ultimate cottage garden classic—romantic, prolific, and utterly reliable. \u003c\/p\u003e\n\u003cp\u003eThis is the ultimate \"low effort, high reward\" plant. It grows rapidly to form a large, bushy cloud (up to 1.2m tall) that sways beautifully in the wind. It is a true cut-and-come-again flower factory—the more you pick for your vases, the more buds it will produce, often flowering non-stop from July right through to the first frosts of November. Perfect for beginners and seasoned gardeners alike, this is the variety that creates those dreamy, flower-filled borders you see in magazines.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eCosmos bipinnatus\u003c\/em\u003e 'Sensation Mixed' is a robust \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Native to the sun-baked hillsides of Mexico, it is biologically programmed to thrive on neglect. It possesses the prestigious \u003cstrong\u003eRHS Award of Garden Merit (AGM)\u003c\/strong\u003e, a mark of excellence that guarantees it will perform reliably in the UK garden.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Starvation\" Rule:\u003c\/strong\u003e One of the most critical aspects of Cosmos biology is its dislike of rich soil. If grown in manured ground or treated with high-nitrogen fertilizers, the plant will put all its energy into massive green foliage, often failing to produce any flowers at all. For the best floral display, plant it in poor, dry, or sandy soil and avoid feeding.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eLate-Season Biodiversity:\u003c\/strong\u003e As an RHS Plant for Pollinators, 'Sensation Mixed' is a vital resource for British bees and butterflies. Because it flowers so late into the autumn, it provides a high-quality nectar source at a time when most other garden flowers have faded, helping pollinators prepare for winter hibernation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCosmos is one of the easiest and fastest plants to raise from seed, making it a perfect project for beginners or children.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eMarch to May\u003c\/strong\u003e for early blooms, or direct sow outdoors in \u003cstrong\u003eMay or June\u003c\/strong\u003e once the soil has warmed. Sow seeds 5mm deep into moist seed compost. Germination is rapid, typically occurring within 7-14 days at a constant temperature of 20°C.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in poor, well-drained soil. They are the perfect solution for filling large gaps at the back of a sunny border or for establishing an instant, high-volume cutting patch. Space plants 45cm apart to allow their bushy, cloud-like habit to develop fully.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo encourage a sturdy, multi-stemmed plant, \u003cstrong\u003epinching is essential\u003c\/strong\u003e. When seedlings reach 15-20cm tall, pinch out the top growing tip; this prevents the plant from becoming too \"top-heavy\" and toppling over in late summer. Weekly deadheading is also vital—never let the flowers go to seed if you want them to continue blooming until the first November frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eCosmos bipinnatus\u003c\/em\u003e 'Sensation Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eCosmos 'Sensation'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 120cm (Tall)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 45cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to November\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ High-Volume Cut Flowers\u003cbr\u003e🐝 Bees \u0026amp; Butterflies\u003cbr\u003e🏰 Back-of-Border Filling\u003cbr\u003e🏆 RHS AGM Excellence\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe soft, ferny foliage of Cosmos acts as a perfect textural \"weaver,\" harmonising with these available seeds from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\" title=\"Ammi majus Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAmmi majus\u003c\/a\u003e:\u003c\/strong\u003e The Texture Match. The lacy white umbels of Ammi majus (Bishop's Flower) mingle perfectly with the broad, open saucers of the Cosmos. This is a quintessential florist's pairing, creating a dreamy, \"wild meadow\" display that looks spectacular in a vase.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/salvia-viridis-blue-seeds\" title=\"Salvia Blue Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eSalvia viridis 'Blue'\u003c\/a\u003e:\u003c\/strong\u003e The Vertical Contrast. The deep indigo-blue spikes of this Salvia provide a brilliant structural counterpoint to the billowing, cloud-like habit of the 'Sensation' Cosmos. The rich blue bracts also help ground the soft pinks and whites of the Cosmos mix.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring or direct sow once the soil warms for an unstoppable harvest of saucer-shaped blooms from mid-summer until the first frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Vase Life Tip\u003c\/strong\u003e\u003cbr\u003eCosmos are a true \"cut-and-come-again\" flower. For the longest vase life of 5-7 days, harvest the stems when the buds are just beginning to open their petals, and never let spent flowers go to seed on the plant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Essential Spring-Sown Classic\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor soils, \u003cem\u003eCosmos bipinnatus\u003c\/em\u003e 'Sensation Mixed' is an essential choice for those wanting to create a romantic, low-maintenance garden that supports a huge variety of British pollinators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":42961872847035,"sku":"COS-SEN","price":2.5,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800fe1bf8a8dcd0eb5c_upscale.jpg?v=1758898589"},{"product_id":"dahlia-early-bird-mix-seeds","title":"Dahlia Early Bird Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eDahlia 'Early Bird Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003e\u003cspan class=\"citation-15 citation-end-15\"\u003eA vibrant dwarf mix bred for speed.\u003csup class=\"superscript\" data-turn-source-index=\"13\"\u003e\u003c!----\u003e\u003c\/sup\u003e\u003c\/span\u003e \u003cspan class=\"citation-14\"\u003eThese sturdy, compact plants produce colourful semi-double flowers weeks ahead of standard varieties—perfect for patio pots and front-of-border edging.\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you can't wait until late summer for your dahlia fix, 'Early Bird' is the answer! This special variety has been bred for speed, producing its first flush of colourful blooms weeks ahead of standard types—often as early as late June or the start of July.\u003c\/p\u003e\n\u003cp\u003eThe plants are compact and bushy (around 50-60cm), producing a vibrant mix of semi-double and double flowers in rich shades of red, violet, yellow, orange, and bronze. Because they are short and sturdy, they don't need staking, making them the ultimate low-maintenance choice for filling patio pots and window boxes with long-lasting colour.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDahlia variabilis\u003c\/em\u003e 'Early Bird Mix' is a robust \u003cstrong\u003eHalf-Hardy Perennial\u003c\/strong\u003e (H2), typically grown as a high-performance annual from seed. This specific cultivar is celebrated for its remarkable speed to bloom, often flowering several weeks earlier than heritage or exhibition dahlia varieties.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Tuber Cycle:\u003c\/strong\u003e While these plants flower spectacularly in their first season, they will still develop energy-storing tubers underground by autumn. If you find a particular colour combination you love, the tubers can be lifted after the first frost and stored in a cool, dry, frost-free environment to be replanted the following spring for an even more vigorous display.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Friendliness:\u003c\/strong\u003e The semi-double and single flowers in this mix feature open centres, providing easy biological access for British honeybees and bumblebees. Unlike densely packed \"ball\" or \"cactus\" dahlias, 'Early Bird' serves as a functional nectar station, supporting garden biodiversity throughout the summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eDahlias are fast-growing and incredibly rewarding, typically blooming just 10-12 weeks after sowing.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Sow the seeds onto the surface of moist seed compost and cover with a fine layer of vermiculite. Maintain a constant temperature of 20-25°C for rapid germination, which usually occurs within 7-14 days. When seedlings have developed 2-3 sets of leaves, prick them out into individual pots, handling them only by the leaves to avoid bruising the stems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eOnly plant out in \u003cstrong\u003elate May or June\u003c\/strong\u003e once all risk of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and deep, rich, fertile soil. Dahlias are hungry plants; we recommend digging in plenty of well-rotted organic matter or feeding weekly with a potash-rich tomato fertilizer once the flower buds begin to form.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo ensure a relentless display, \u003cstrong\u003epinching and deadheading are vital\u003c\/strong\u003e. Pinch out the central growing tip once the plant reaches 10cm to encourage a bushy habit. Throughout the season, regularly remove faded flower heads to prevent the plant from setting seed, ensuring a continuous supply of fresh blooms right up until the first autumn frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eDahlia variabilis\u003c\/em\u003e 'Early Bird Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eDwarf Bedding Dahlia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm - 60cm (Dwarf)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eLate June to First Frost\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🏺 Low-Maintenance Patio Pots\u003cbr\u003e🐝 Bees \u0026amp; Butterflies\u003cbr\u003e🧱 Front-of-Border Edging\u003cbr\u003e⚡ Early Summer Colour\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 40 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eBecause 'Early Bird' blooms so quickly, pair it with these available early-summer partners from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Salvia Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/salvia-farinacea-victoria-blue-seeds\"\u003eSalvia 'Victoria Blue'\u003c\/a\u003e:\u003c\/strong\u003e The Classic Contrast. The deep indigo-blue spikes of Salvia provide a cool, vertical contrast to the hot, rounded daisy heads of the Dahlia. Both love full sun and share an early-summer flowering window, making them a perfect duo for containers.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🍊\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Calendula Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/calendula-officinalis-neon-seeds\"\u003eCalendula 'Neon'\u003c\/a\u003e:\u003c\/strong\u003e The Vibrant Match. The electric orange of 'Neon' Calendula picks up and amplifies the warm reds and golds in the Dahlia mix, creating a high-energy, fiery display that glows under the summer sun.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for a rapid burst of multi-coloured blooms from early summer right through until the first autumn frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator Paradise\u003c\/strong\u003e\u003cbr\u003eUnlike heavy, double exhibition dahlias that hide their centres, the flowers in this mix provide easy biological access for honeybees and bumblebees, making it a critical mid-summer nectar source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in full sun, \u003cem\u003eDahlia variabilis\u003c\/em\u003e 'Early Bird Mix' is an essential choice for those wanting to create a vibrant, low-maintenance garden that provides non-stop colour weeks ahead of standard varieties.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961873076411,"sku":"DAH-ELY","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_a5nunka5nunka5nu.png?v=1773851663"},{"product_id":"hollyhock-bishy-barnabee-mix-seeds","title":"Hollyhock Bishy Barnabee Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eHollyhock 'Bishy Barnabee Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eOur curated house blend of romantic 'powder puff' doubles and elegant single varieties. From soft lemon and apple-blossom pink to dramatic chocolate-maroon, this mix recreates the relaxed charm of a country garden.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThis is our very own \"House Blend\"—a curated mix of our absolute favourite Hollyhocks. We have brought together the best of both worlds: the romantic, ruffled \"powder puff\" blooms of the Chater's Double types, and the elegant, open saucers of the traditional single varieties.\u003c\/p\u003e\n\u003cp\u003eExpect a glorious tapestry of colour. This packet is a lucky dip that could include soft lemon yellow, rich crimson, pale apple-blossom pink, pure white, and even the dramatic chocolate-maroon of 'The Watchman'. If you want to recreate the relaxed, slightly wild look of a Norfolk country garden, this is the seed packet you need.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eAlcea rosea\u003c\/em\u003e 'Bishy Barnabee Mix' is a robust \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H5). It follows the iconic two-year cycle of the traditional English cottage garden: spending its first summer building a deep, resilient taproot and a lush rosette of foliage, followed by a spectacular vertical display in its second summer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"House Blend\" Advantage:\u003c\/strong\u003e We created this mix to ensure a long flowering season and maximum visual variety. By combining single and double flower forms, you get a mix of textures that appeal to both the eye and to local wildlife. It is specifically designed to self-seed, meaning your garden will continue to evolve its own unique colour palette year after year.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Haven:\u003c\/strong\u003e The single-flowered varieties within this mix are a particular favourite for British bumblebees. Their wide-open saucers provide an easy-access nectar source during the height of summer, making this mix a vital addition to any biodiversity-focused garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eHollyhocks develop a strong taproot very early on, so they perform best when root disturbance is kept to an absolute minimum.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors in \u003cstrong\u003eApril to May\u003c\/strong\u003e or directly outdoors from \u003cstrong\u003eJune to July\u003c\/strong\u003e. If sowing in pots, we strongly recommend using deep modules or root trainers. Sow the large seeds about 1cm deep. Keep at 15-20°C; germination usually occurs within 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and fertile, well-drained soil. This mix reaches majestic heights of up to 2.2 metres, so it is best suited for the back of a border. Planting against a warm, sunny wall or a sturdy fence is ideal, as it provides both radiant heat and shelter from strong summer winds.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo prevent \"Hollyhock Rust\" (orange spots), water only at the base of the plant and avoid getting the leaves wet. In exposed or windy UK gardens, these giants will require the support of a bamboo cane. After flowering, you can leave a few seed heads to ripen and drop, allowing the plant to self-perpetuate in its own \"wild\" way.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eAlcea rosea\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHollyhock 'Bishy Barnabee Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH5\u003c\/strong\u003e (Hardy across the UK)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.8m - 2.2m (Very Tall)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 60cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🐝 Supporting Local Pollinators\u003cbr\u003e🎨 Evolving \"Surprise\" Colours\u003cbr\u003e🏰 Stately Back of Border\u003cbr\u003e🏡 Traditional Cottage Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 50 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCombine these architectural giants with other cottage classics for a perfectly tiered border. Pair them with these available stars:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/delphinium-summer-skies-seeds\" title=\"Delphinium Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eDelphinium 'Summer Skies'\u003c\/a\u003e:\u003c\/strong\u003e The Blue Contrast. True blue is a rare colour in the hollyhock world. Planting sky-blue Delphiniums alongside your mixed Hollyhocks adds the missing piece of the colour puzzle and creates a breathtaking vertical display.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🦊\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/foxglove-excelsior-mixed-seeds\" title=\"Foxglove Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eFoxglove 'Excelsior Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Succession Plan. Foxgloves usually flower in June, just as the Hollyhocks are beginning their ascent. Planting both ensures you have a continuous wall of vertical spires from early summer through to autumn.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for architectural leafy rosettes in Year 1, followed by a majestic tapestry of colour in Year 2.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Seeds\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowers (Yr 2)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlanting Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Skin Caution\u003c\/strong\u003e\u003cbr\u003eThe stems and foliage of Hollyhocks are covered in rough, bristly hairs that can be irritating to sensitive skin. We strongly recommend wearing gloves when staking or pruning your mature plants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Traditional Garden Hero\u003c\/h3\u003e\n\u003cp\u003eThe single-flowered varieties in this mix are a magnet for British bees. Their wide, open shape acts as a perfect landing pad, offering a rich source of pollen and nectar during the peak of the UK summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Hollyhocks →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961873797307,"sku":"HLY-BBM","price":2.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_6y4ayz6y4ayz6y4a.png?v=1771714889"},{"product_id":"hollyhock-summer-carnival-seeds","title":"Hollyhock Summer Carnival","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eHollyhock 'Summer Carnival' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eTowering sturdy spikes covered in fully double, ruffled flowers that look like giant peonies. A spectacular mix of pinks, reds, and yellows designed for rapid first-year results and high-impact borders.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you love the towering majesty of cottage garden hollyhocks but don't want to wait a whole year for them to bloom, 'Summer Carnival' is the answer. This award-winning variety has been bred to flower in its very first summer from an early sowing.\u003c\/p\u003e\n\u003cp\u003eThese aren't just fast; they are spectacular. The plants produce tall, sturdy spikes (up to 1.5m) covered in fully double, ruffled flowers that look like giant peonies. The mix includes a carnival of colours: powder puff pink, bright scarlet, sunny yellow, and pure white. It is the quickest way to add height and drama to the back of a border.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eAlcea rosea\u003c\/em\u003e 'Summer Carnival' is a \u003cstrong\u003eHardy Annual or Short-lived Perennial\u003c\/strong\u003e (H5). Unlike traditional biennials that spend their first year growing only foliage, this variety is bred for speed. If sown in early spring, it will complete its entire cycle—from seed to 1.5-metre flowering spike—in just a single UK summer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFlorist Quality:\u003c\/strong\u003e The ruffled, double blooms are so dense and heavy they resemble peonies. Because of their substance, they make surprisingly good cut flowers. To ensure longevity in a vase, sear the stem ends in boiling water for 10 seconds immediately after cutting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eAGM Winner:\u003c\/strong\u003e This variety holds the prestigious RHS Award of Garden Merit. This confirms its status as a reliable, high-performing plant that is perfectly suited to the conditions found in British cottage gardens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eTo achieve flowers in the first year, an early start indoors is essential for this variety.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eJanuary to March\u003c\/strong\u003e for same-year flowers. Sow seeds 1cm deep in individual 9cm pots or deep modules. Hollyhocks develop a deep taproot quickly and strongly dislike root disturbance, so avoid seed trays. Keep at 15-20°C; germination typically takes 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and rich, fertile soil. As \"hungry\" plants that reach impressive heights, they benefit from digging in plenty of well-rotted manure or compost before planting out. They look most at home at the back of a border or against a warm, sunny wall.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo prevent \"Hollyhock Rust\" (orange spots on leaves), water at the base of the plant rather than over the foliage, and ensure plenty of air circulation. In windy or exposed gardens, these tall spikes will require the support of a sturdy bamboo cane. Remove lower leaves if they begin to look tatty to keep the plant looking pristine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eAlcea rosea\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHollyhock 'Summer Carnival'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual \/ Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH5\u003c\/strong\u003e (Hardy across the UK)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.5m (Tall)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 50cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🏰 Back of Border Majesty\u003cbr\u003e⚡ Rapid First-Year Results\u003cbr\u003e✂️ Ruffled Cut Flowers\u003cbr\u003e🏡 Traditional Cottage Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 50 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eTowering Hollyhocks can sometimes have \"bare legs\" at the base. Hide their lower stems with these available partners from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cosmos Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-sensation-mixed-seeds\"\u003eCosmos 'Sensation Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Foliage Cover. The tall, ferny clouds of Cosmos grow to about 1m, perfectly masking the lower stems of the Hollyhocks while adding a secondary layer of floating daisy flowers.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🎨\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Zinnia Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-elegans-lilliput-mixed-seeds\"\u003eZinnia 'Lilliput Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Colour Echo. The vibrant, pom-pom blooms of Zinnia echo the double shape and bright palette of 'Summer Carnival', creating a perfectly coordinated, multi-tiered cottage garden border.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow early indoors for Peoria-like blooms in their very first year.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Prevention Tip\u003c\/strong\u003e\u003cbr\u003eHollyhocks are prone to rust (orange spots). To prevent this, always water at the very base of the plant and avoid getting the leaves wet. Providing plenty of space for air to circulate between plants will also help keep the foliage healthy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Award of Garden Merit\u003c\/h3\u003e\n\u003cp\u003eHollyhock 'Summer Carnival' is an \u003cstrong\u003eAGM winner\u003c\/strong\u003e, proving its status as a reliable, vigorous, and exceptionally beautiful performer in the British garden. It is the gold standard for first-year flowering hollyhocks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Hollyhocks →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961873862843,"sku":"HLY-SUM","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/hollyhock-summer-carnival-flower-seeds-petal-leaf-861.jpg?v=1758898690"},{"product_id":"honesty-lunaria-annua-mixed-seeds","title":"Honesty Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eHonesty 'Mixed' Seeds (Lunaria annua)\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eBranching sprays of purple, lilac, and white blooms that give twice: vibrant late-spring flowers followed by shimmering, pearlescent seed pods that are the crown jewel of winter dried arrangements.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eHonesty (also known as the Money Plant or Moonwort) is a plant that gives twice. In late spring, it produces tall, branching sprays of vibrant flowers in shades of rich purple, magenta, lilac, and pure white. They bridge the gap perfectly between spring bulbs and summer perennials.\u003c\/p\u003e\n\u003cp\u003eBut the real magic happens in autumn. The flowers turn into flat, round, paper-thin seed pods. When dried and peeled, they reveal a shimmering, translucent, pearlescent disc that looks like a silver moon or a coin. These \"Silver Dollars\" are the crown jewel of winter dried flower arrangements, lasting for years without fading.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eLunaria annua\u003c\/em\u003e, commonly known as Honesty, is a robust \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H7). It is perfectly suited to the UK climate, surviving temperatures as low as -20°C. It operates on a two-year cycle: growing a leafy rosette in its first year and flowering followed by seed production in its second.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Silver Membrane:\u003c\/strong\u003e The translucent \"coins\" that make Honesty famous are actually the central membranes of the seed pods. To reveal them, wait until the pods have turned completely brown and brittle in late summer. Gently rub the pod between your fingers to peel away the outer skin and release the seeds, leaving the shimmering silver membrane intact.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eButterfly Hero:\u003c\/strong\u003e Honesty is a critical plant for British biodiversity. It is a primary nectar source for the \u003cstrong\u003eOrange Tip butterfly\u003c\/strong\u003e in spring and acts as a vital food plant for their caterpillars. By growing Honesty, you are directly supporting one of the UK’s most beautiful spring butterflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eHonesty is one of the easiest and most reliable biennials to establish from seed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors from \u003cstrong\u003eMay to July\u003c\/strong\u003e. Scatter the large, flat seeds onto finely raked soil and cover to a depth of about 5mm. They germinate readily in 14-21 days. If sowing in trays, transplant them into their final positions in autumn while they are still small, as they develop a long taproot that dislikes being disturbed once mature.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey thrive in \u003cstrong\u003epartial shade or full sun\u003c\/strong\u003e. Honesty is naturally a woodland edge plant, making it an excellent choice for those tricky spots under deciduous trees or against north-facing fences where other flowers might struggle. It is remarkably tolerant of most UK soil types, including heavy clay.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eOnce established, Honesty requires virtually no maintenance. To ensure a harvest of \"silver coins,\" leave the seed heads on the plant until they are dry and papery before cutting the stems for indoor display. If you allow some seeds to fall, the plant will happily self-seed, providing you with free flowers year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eLunaria annua\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHonesty \/ Money Plant \/ Silver Dollar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH7\u003c\/strong\u003e (Ultra Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePart Shade \/ Full Sun ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e75cm - 90cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApril to June (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🍂 Dried Decoration\u003cbr\u003e🌳 Shady \u0026amp; Woodland Borders\u003cbr\u003e🦋 Supporting Spring Butterflies\u003cbr\u003e💐 Country-Style Cut Flowers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 50 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eHonesty blooms in late spring, making it a perfect partner for structure and spring bulbs. Pair it with these available stars:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🦊\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/foxglove-excelsior-mixed-seeds\" title=\"Foxglove Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eFoxglove 'Excelsior Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Woodland Duo. Both Honesty and Foxgloves thrive in dappled shade and provide excellent vertical structure. Planting them together creates an effortless, naturalistic \"secret garden\" corner that pollinators will adore.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌷\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/tulip-angelique-bulbs\" title=\"Tulip Bulbs\" style=\"color: #005bd3; text-decoration: none;\"\u003eTulip 'Angelique'\u003c\/a\u003e:\u003c\/strong\u003e The Spring Finale. The vivid purple and lilac tones of Honesty provide a lush, wild backdrop for the soft pink petals of 'Angelique'. The leafy Honesty also helps to hide the fading tulip foliage as the season progresses.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for lush leafy growth in Year 1, followed by vibrant spring flowers and shimmering autumn pods in Year 2.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowers (Yr 2)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eHarvest Pods\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #e1f5fe; border: 1px solid #b3e5fc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ The Silver Coin Secret\u003c\/strong\u003e\u003cbr\u003eTo reveal the famous silver \"coins,\" wait until the stems are dry and brittle in late summer. Gently rub the pod between your thumb and finger; the outer brown skins will flake away to reveal the shimmering translucent membrane inside.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eHonesty is a powerhouse of the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. It is one of the most important spring nectar sources in the UK, specifically valued as a food plant for the Orange Tip butterfly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961873928379,"sku":"HON-MIX","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/533AB2CA-7D75-4D17-84A4-5A098304BA5F.jpg?v=1772916348"},{"product_id":"larkspur-giant-imperial-mix-seeds","title":"Larkspur Giant Imperial Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eLarkspur 'Giant Imperial Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eTall, sturdy stems packed with fully double ruffled flowers in a romantic palette of violet, rose, and white. This superior 'Giant Imperial' strain branches from the base, providing multiple cutting stems for bouquets and wedding confetti.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you love the towering vertical spikes of a cottage border but don't want to wait years for perennials to establish, Larkspur is the answer. 'Giant Imperial' is a superior, florist-quality strain that produces tall, sturdy stems packed with fully double, ruffled flowers in a romantic mix of violet, deep blue, rose pink, carmine, and white.\u003c\/p\u003e\n\u003cp\u003eUnlike older varieties that produce just one central stem, the 'Imperial' group branches from the base, giving you multiple cutting stems from every single plant. It is an absolute essential for the cutting patch, providing height and drama to bouquets. It also dries beautifully, holding its colour for winter arrangements or making the perfect biodegradable wedding confetti.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eConsolida ajacis\u003c\/em\u003e, or Larkspur, is the annual relative of the Delphinium and is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). It is a \"cool-season\" specialist, genetically programmed to establish its roots during the damp, chilly UK autumn or early spring before the intense heat of summer arrives.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Branching Advantage:\u003c\/strong\u003e 'Giant Imperial' is prized by flower farmers because of its basal-branching habit. Instead of one single spike, each plant produces several stems, significantly increasing your harvest for the vase. These stems are strong and rigid, though they still appreciate some protection from strong winds.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eRHS Wildlife Hero:\u003c\/strong\u003e Listed on the RHS Plants for Pollinators list, Larkspur is a magnet for bumblebees and hoverflies. The complex, spurred flowers provide a deep well of nectar that is highly valued by beneficial insects in the mid-summer garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide: The Fridge Trick\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eLarkspur seeds can sometimes enter a state of deep dormancy if they get too warm. To guarantee success, place your sealed seed packet in the \u003cstrong\u003efreezer for 7 days\u003c\/strong\u003e before sowing. This \"cold shock\" mimics a sharp frost and tells the seed that winter is over and it is time to grow.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors in \u003cstrong\u003eSeptember\u003c\/strong\u003e (for the tallest, earliest flowers) or \u003cstrong\u003eMarch\/April\u003c\/strong\u003e. Scatter seeds onto finely raked soil and cover lightly; Larkspur seeds require \u003cstrong\u003edarkness to germinate\u003c\/strong\u003e. They have a sensitive taproot and hate being moved, so direct sowing is strongly recommended for the best results.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and fertile, well-drained soil. As they are fast-growing and reach up to 1.2 metres, they are \"hungry\" plants; digging in some well-rotted garden compost before sowing will result in much thicker, more floriferous spires.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eIn windy or exposed UK gardens, provide support with birch twigs or garden twine while the plants are still young. To maximize your cutting season, harvest the main central stem first to encourage the side branches to develop their own flower spikes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eConsolida ajacis\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eLarkspur 'Giant Imperial Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Tolerates light frost)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 120cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ Professional Cut Flowers\u003cbr\u003e🍂 Winter Dried Arrangements\u003cbr\u003e👰 Biodegradable Confetti\u003cbr\u003e🐝 Wildlife Support\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 300 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe tall spires of Larkspur provide much-needed vertical structure. Pair them with these available softer shapes from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🔵\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cornflower-blue-ball-seeds\" title=\"Cornflower Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCornflower 'Blue Ball'\u003c\/a\u003e:\u003c\/strong\u003e The Country Classic. Cornflowers and Larkspur are the traditional duo for a romantic English meadow border. The round heads of the cornflower contrast perfectly with the vertical Larkspur spikes.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-queen-annes-lace\" title=\"Ammi Majus Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAmmi Majus (Queen Anne’s Lace)\u003c\/a\u003e:\u003c\/strong\u003e The Filler. While Larkspur provides the structural \"thriller\" spires, Ammi Majus provides the frothy white \"filler\" that knits the whole planting scheme together.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in autumn for spectacular early summer spires, or early spring for a mid-summer display.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eLarkspur belongs to the Delphinium family; all parts of the plant and its seeds are toxic if ingested by humans or pets. We recommend washing your hands after handling the seeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eLarkspur is an exceptional nectar source for UK pollinators. \u003cem\u003eConsolida ajacis\u003c\/em\u003e is listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list, and is particularly loved by bumblebees and hoverflies in the high-summer garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961874256059,"sku":"LRK-GIM","price":2.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/8409EB28-6737-40EF-9E0D-462ACE770C6B.jpg?v=1773344107"},{"product_id":"nasturtium-tom-thumb-seeds","title":"Nasturtium Tom Thumb","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eNasturtium 'Tom Thumb' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eNeat, compact mounds of lily-pad leaves topped with vibrant trumpet flowers in fiery orange, scarlet, and yellow. A triple-threat: a beautiful dwarf ornamental, a peppery edible treat, and a protective trap-crop for your vegetables.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you have a vegetable patch, you need Nasturtium 'Tom Thumb'. Unlike the unruly trailing varieties that scramble everywhere, this is a specially bred dwarf variety. It forms neat, compact mounds of lily-pad leaves topped with vibrant, trumpet-shaped flowers in fiery shades of orange, scarlet, and yellow.\u003c\/p\u003e\n\u003cp\u003eBut this plant is more than just a pretty face. It is a triple-threat: it looks beautiful edging a path, it acts as a \"trap crop\" to lure pests away from your precious vegetables, and every single part of it is edible. The leaves have a peppery kick like watercress, the flowers look stunning in salads, and the seeds can be pickled as \"poor man's capers.\"\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eTropaeolum majus (nanum)\u003c\/em\u003e 'Tom Thumb' is a vigorous \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). It is famous for its rapid growth, often going from seed to flower in just a few weeks, though it is highly frost-sensitive and will perish at the first touch of a UK winter.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Treat Mean\" Rule:\u003c\/strong\u003e One of the golden rules for Nasturtiums in the UK is to avoid rich soil. If planted in heavily manured ground or fed with high-nitrogen fertiliser, the plant will produce massive, lush green leaves but almost no flowers. To get a carpet of citrus blooms, plant them in your poorest, driest soil.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Sacrificial Lamb:\u003c\/strong\u003e In organic gardening, 'Tom Thumb' is frequently used as a \"trap crop.\" Blackfly (aphids) and Cabbage White butterflies are more attracted to Nasturtiums than they are to beans or brassicas. By planting them nearby, you lure the pests away from your harvest.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eNasturtium seeds are large and easy to handle, making them a perfect choice for children or beginner gardeners.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors from \u003cstrong\u003eApril to June\u003c\/strong\u003e. Poke a hole about 2cm deep and drop a seed in. Because they have a sensitive root system, they dislike being transplanted, so direct sowing into their final position is best. Germination is usually very quick, occurring within 10-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e to flower well. They thrive in poor, dry, or gritty soil where other plants might struggle. This makes them excellent for hot gravel gardens, dry banks, or the edges of allotment paths.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eDo not feed them! Just water occasionally during prolonged dry spells. If your plants become heavily infested with blackfly (doing their job as a trap crop), simply snip off the affected stems and discard them; the plant is vigorous enough to regrow fresh foliage quickly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eTropaeolum majus (nanum)\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eDwarf Nasturtium 'Tom Thumb'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost tender)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm - 30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🥗 Edible Kitchen Gardens\u003cbr\u003e🐛 Protective Trap Cropping\u003cbr\u003e🏺 Window Boxes \u0026amp; Troughs\u003cbr\u003e🧱 Path Edging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 35 large seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e'Tom Thumb' is best placed in the vegetable garden or at the front of a hot, sunny border. Pair it with these available partners:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Calendula Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/calendula-art-shades-mixed-seeds\"\u003eCalendula 'Art Shades'\u003c\/a\u003e:\u003c\/strong\u003e The Edible Potager. Combine the citrus colors of Nasturtium with the soft apricot and cream tones of Calendula. Both are edible, medicinal, and brilliant for attracting pollinators to your vegetable plot.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🔥\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"French Marigold Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/french-marigold-spanish-brocade\"\u003eFrench Marigold 'Spanish Brocade'\u003c\/a\u003e:\u003c\/strong\u003e The Protective Border. Both plants act as natural deterrents for pests. Marigolds and Nasturtiums planted together create a vibrant, low-growing \"shield\" around your crops in shades of fire-orange and gold.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow directly outdoors once the soil has warmed in spring for flowers all summer long.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9c4; border: 1px solid #fbc02d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🥧 Edibility Note\u003c\/strong\u003e\u003cbr\u003eAll parts of the Nasturtium are edible! The flowers have a peppery kick, and the leaves taste similar to watercress. The seeds can even be pickled in vinegar to make a spicy alternative to capers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Biodiversity Powerhouse\u003c\/h3\u003e\n\u003cp\u003eNasturtiums are a vital part of a healthy garden ecosystem. They provide a high-value nectar source for bumblebees and act as an essential food plant for the caterpillars of the Cabbage White butterfly, helping to keep your vegetables safe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Companion Plants →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961874616507,"sku":"NST-TOM","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800279bd217aa6e698f_upscale.jpg?v=1774546635"},{"product_id":"nigella-mixed-seeds","title":"Nigella 'Miss Jekyll Mixed' (Love-in-a-mist)","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eNigella 'Miss Jekyll Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eSemi-double flowers in a beautiful pastel palette of sky blue, violet, white, and rose, nestled in a ruff of fine, ferny foliage. A romantic heritage classic that provides both hazy summer blooms and architectural seed pods for drying.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you want to create a soft, impressionist painting in your garden, 'Miss Jekyll Mixed' is the seed to sow. This classic heritage mix produces semi-double flowers in a beautiful pastel palette of sky blue, deep violet-blue, pure white, and soft rose pink.\u003c\/p\u003e\n\u003cp\u003eThe flowers sit nestled in a ruff of fine, ferny foliage, creating the famous \"mist\" effect. But the show doesn't end when the petals fall. The centre of the flower swells into a magnificent, balloon-like seed pod striped with purple and green. These architectural pods stand tall through autumn and are one of the most sought-after elements for dried flower arranging.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eNigella damascena\u003c\/em\u003e 'Miss Jekyll Mixed' is a \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3\/H4). Named after the famous British designer Gertrude Jekyll, this mix provides a romantic, hazy look that is the hallmark of the traditional English cottage garden.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Mist\" Effect:\u003c\/strong\u003e The \"mist\" is actually a collection of finely divided bracts (specialised leaves) that form a lace-like cage around the flowers. This unique structure allows Nigella to stand up well to the UK's summer rain and wind without the need for staking.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eReliable Self-Seeder:\u003c\/strong\u003e Once established, you rarely need to buy Nigella again. If you allow the seed pods to dry and split on the plant, they will naturally scatter their seeds, providing you with a fresh pastel display every spring for years to come.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eNigella is one of the most straightforward and rewarding seeds to grow in the UK, making it perfect for both beginners and experienced gardeners.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors in \u003cstrong\u003eSeptember\u003c\/strong\u003e (for earlier, larger blooms next spring) or \u003cstrong\u003eMarch to May\u003c\/strong\u003e for a mid-summer display. Prepare a fine tilth and scatter seeds thinly. Cover very lightly with 3mm of compost—they prefer a light covering to settle into the soil. Seedlings usually appear in 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey prefer \u003cstrong\u003efull sun\u003c\/strong\u003e but will happily tolerate light shade. They are not fussy about soil quality and will even flourish in gravel gardens or poor soil. Avoid over-feeding with rich fertilisers, as this will produce excessive green \"mist\" (foliage) but fewer of those multi-coloured pastel flowers.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eMaintenance is minimal. For a continuous supply of flowers for jam-jar posies, deadhead regularly. If you want the large, decorative balloon seed pods for autumn drying, leave the final flush of flowers to set seed naturally on the plant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eNigella damascena\u003c\/em\u003e 'Miss Jekyll Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eLove-in-a-Mist\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\/H4\u003c\/strong\u003e (Tolerates light frost)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun \/ Part Shade ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm - 50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🍂 Dried Seed Pods\u003cbr\u003e🐝 High Nectar Source\u003cbr\u003e🏡 English Cottage Gardens\u003cbr\u003e🌾 Filling Bare Gaps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 400 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eNigella's airy, pastel nature makes it the perfect \"weaver\" between more solid flowers. Try these combinations from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🧡\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/calendula-art-shades-mixed-seeds\" title=\"Calendula Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCalendula 'Art Shades'\u003c\/a\u003e:\u003c\/strong\u003e The Cottage Mix. The solid apricot and cream tones of the Calendula provide a warm anchor for the cool, airy blues and whites of the Nigella mix. Both are easy hardy annuals that bees adore.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🔴\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/poppy-flanders-red-seeds\" title=\"Poppy Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003ePoppy 'Flanders Red'\u003c\/a\u003e:\u003c\/strong\u003e The Wild Border. The vibrant scarlet of the Poppy floating amongst the hazy green mist of the Nigella creates a classic, naturalistic display that looks like a piece of the British countryside.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in autumn or spring for a misty pastel display from June through August.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f3e5f5; border: 1px solid #e1bee7; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🥧 Edible Seeds\u003c\/strong\u003e\u003cbr\u003eThe seeds of Nigella are edible and commonly known as Kalonji or Black Cumin. They have a subtle nutty, peppery flavour and are delicious when sprinkled on homemade naan bread or used to add a spicy kick to summer curries!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eNigella damascena is listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. Its complex, nectar-rich flowers are a vital resource for honeybees and solitary bees during the mid-summer gap in the UK cottage garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961874682043,"sku":"NIG-LIM","price":2.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800b2d4639fe08a838a_upscale.jpg?v=1773506081"},{"product_id":"scabious-imperial-mix-seeds","title":"Scabious Imperial Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eScabious 'Imperial Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA high-performing array of honey-scented 'Pincushion' flowers in jewel tones of blackcurrant, crimson, and lavender. These 'cut-and-come-again' blooms sway on tall wiry stems, providing a non-stop summer display and a buzzing haven for pollinators.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eScabious 'Imperial Mix' (\u003cem\u003eScabiosa atropurpurea\u003c\/em\u003e) is a high-performing cottage garden staple that produces an abundance of blooms from mid-summer until the first frosts. It features tall, wiry stems topped with dome-shaped \"pincushion\" flowers in a stunning array of jewel tones, including deep blackcurrant, rich crimson, soft lavender, salmon pink, and pure white. These flowers release a sweet, honey-like scent that is irresistible to butterflies and bees.\u003c\/p\u003e\n\u003cp\u003eAs a true \"cut-and-come-again\" variety, the more you harvest the flowers for the vase, the more the plant grows. In late summer, the central \"cushion\" can elongate into architectural, globe-like seed heads that look spectacular in the winter garden or when used in dried arrangements. It adds effortless height and a relaxed \"meadow-style\" elegance to borders and bouquets alike.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eScabiosa atropurpurea\u003c\/em\u003e 'Imperial Mix' is a \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H4). It is a fast-growing, productive plant that completes its life cycle in a single season, providing non-stop colour from July right through to the first November frosts.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Pincushion Effect:\u003c\/strong\u003e The flowers are famous for their unique structure—a dense, cushioned centre surrounded by a ring of delicate, outer petals. This creates a soft, textured look that contrasts beautifully with more solid floral shapes in the border.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDouble Season Interest:\u003c\/strong\u003e While primarily grown for its flowers, the elongated, structural seed heads provide a \"second life\" for the plant in autumn and winter, offering food for birds and architectural interest in the frost.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eScabious is robust and easy to grow, provided it has good drainage and plenty of sunlight.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors in \u003cstrong\u003eMarch or April\u003c\/strong\u003e for the earliest blooms, or in \u003cstrong\u003eSeptember\u003c\/strong\u003e to overwinter for even stronger plants next year. Surface sow onto moist compost and cover with a light dusting of vermiculite. Germination takes 10–14 days at 18–20°C. Alternatively, direct sow outdoors in \u003cstrong\u003eMay\u003c\/strong\u003e once the soil has warmed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in late May in \u003cstrong\u003efull sun\u003c\/strong\u003e. They thrive in neutral to alkaline (chalky) soil and require excellent drainage—they will sulk in heavy, waterlogged clay.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe stems are tall and slender (90cm), so in exposed UK gardens, support with netting or pea sticks early in the season. \u003cstrong\u003eDeadhead regularly\u003c\/strong\u003e to prevent the plant from putting all its energy into seeds too early; this will keep the \"pincushions\" coming all summer long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eScabiosa atropurpurea\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePincushion Flower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH4\u003c\/strong\u003e (Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 50 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe jewel tones of the 'Imperial Mix' make them perfect for creating depth in a mixed border:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\" title=\"Ammi Majus Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAmmi Majus\u003c\/a\u003e:\u003c\/strong\u003e The Texture Match. Pairing the heavy, colourful \"cushions\" of the Scabious with the light, airy lace of Ammi Majus creates a sophisticated, professional-looking display that is a florist's dream.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌾\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/wild-carrot-daucus-carota-seeds\" title=\"Wild Carrot Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eWild Carrot (Daucus carota)\u003c\/a\u003e:\u003c\/strong\u003e The Pollinator Buffet. Both plants feature flat \"landing pads\" that are a favourite for butterflies and hoverflies. Growing them together creates a structural, naturalistic meadow feel that lasts well into winter.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in spring for a summer display, or autumn to overwinter for earlier blooms.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eScabious 'Imperial Mix' is listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. Its nectar-rich \"cushions\" are a vital food source for butterflies, who use the flat flowers as a stable feeding station all summer long.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961876451515,"sku":"SCB-IMP","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800b7a77bf32ba3f6f5_upscale.jpg?v=1758898790"},{"product_id":"strawflower-helipterum-roseum-mixed-seeds","title":"Strawflower Helipterum Roseum Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eStrawflower Helipterum Mixed Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eDainty, daisy-like blooms with tissue-thin papery petals in shades of blush-pink, rose, and white. This refined 'Paper Daisy' possesses genuine Victorian charm, retaining its delicate shape and vibrant colour for years once dried.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eStrawflower Helipterum 'Mixed' Seeds are a delicate and refined \"ethereal beauty\" possessing genuine Victorian cottage garden charm. Unlike the heavier Helichrysum strawflowers, this variety produces dainty, daisy-like blooms (3-4cm across) with tissue-thin, papery petals in shades of soft blush-pink, rose-pink, and pure white, often featuring golden-yellow or dark centres. \u003c\/p\u003e\n\u003cp\u003eThe flowers feel dry and crinkly even while growing, as the \"petals\" are actually naturally dry modified bracts rather than moisture-filled petals. Reaching a graceful height of 40-50cm, they are incredibly prolific and rich in pollen, making them attractive to bees, butterflies, and hoverflies. They are the absolute darlings of the dried flower world, retaining their shape and vibrant colour for years after harvesting.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eHelipterum roseum\u003c\/em\u003e (syn. \u003cem\u003eAcroclinium\u003c\/em\u003e) is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). It thrives in the warmth of a British summer but is sensitive to frost, making it a perfect candidate for spring sowing under cover.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSolar-Powered Character:\u003c\/strong\u003e These flowers exhibit a \"daily opening and closing dance.\" They open wide in brilliant sunshine to display their centres and close tight during the evening or rain to protect their pollen from moisture.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEverlasting Qualities:\u003c\/strong\u003e Because the bracts are naturally dry and papery while still on the stem, they are incredibly easy to preserve. They lack the bulk of standard strawflowers, making them ideal for more delicate dried arrangements, flower crowns, and stationary crafts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eAcroclinium is straightforward to grow, provided it receives maximum sunlight and excellent drainage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e for an early start. Sow seeds onto the surface of moist compost and cover with only the finest dusting of vermiculite or compost, as they benefit from light to germinate. Maintain a temperature of 18-20°C. Seedlings typically appear in 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003elate May or June\u003c\/strong\u003e once the risk of frost has completely passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and prefer light, sandy, or well-drained soil. In the UK, they perform best in a sheltered spot away from heavy winds that might snap their slender stems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDrying Tips:\u003c\/strong\u003e\u003cbr\u003eFor the best dried results, harvest the stems when the buds are only \u003cstrong\u003ehalf-open\u003c\/strong\u003e. Hang them upside down in a dark, dry, and well-ventilated place. This ensures they keep their soft pink and white colours without fading.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eHelipterum roseum\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePaper Daisy \/ Acroclinium\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Needs frost protection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e40cm - 50cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20-25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 250 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe refined, pastel beauty of Acroclinium pairs beautifully with other airy cottage garden favourites:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ageratum-timeless-mix-seeds\" title=\"Ageratum Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAgeratum 'Timeless Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Texture Match. The soft, fuzzy powder-puffs of Ageratum provide a stunning tactile contrast to the crisp, papery petals of the Paper Daisy. Both are excellent for cutting and thrive in the same summer conditions.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌌\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/nigella-mixed-seeds\" title=\"Nigella Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eNigella 'Miss Jekyll Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Ethereal Duo. Planting Acroclinium amongst the \"mist\" of Nigella creates a dreamy, Victorian look. Both produce fascinating seed pods that can be harvested together for winter arrangements.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow under cover in spring for a summer of delicate, everlasting colour.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f4f9f4; border: 1px solid #dce7dc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator-Rich\u003c\/strong\u003e\u003cbr\u003eAcroclinium is a champion of the wildlife garden. Its centres are packed with accessible pollen, acting as a vital feeding station for solitary bees and hoverflies during the peak of summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Half-Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961876877499,"sku":"STR-ACR","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/25AAA24B-9156-4D1D-8582-7B400A04C1EC.jpg?v=1773349696"},{"product_id":"sweet-pea-bishy-barnabee-mix-seeds","title":"Sweet Pea Bishy Barnabee Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eSweet Pea 'Bishy Barnabee Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eOur exclusive signature blend, hand-picked for powerful nostalgic fragrance and vintage charm. A tumbling riot of frilled lavender, rich violet, and creamy white blooms that scramble up wigwams to provide endless armfuls of scent for the home.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eOur exclusive 'Bishy Barnabee Mix' is a hand-picked selection of our very favourite Sweet Peas. We haven't just gone for size; we have selected varieties specifically for their powerful, nostalgic fragrance and their old-fashioned charm. Expect a tumbling riot of colour: soft lavenders, rich violets, creamy whites, and vintage pinks.\u003c\/p\u003e\n\u003cp\u003eSweet Peas are the soul of the cottage garden. Whether scrambling up a rustic hazel wigwam or trailing elegantly from a tall container, they provide armfuls of flowers for the house. This mix combines the elegance of the long-stemmed 'Spencer' types with the intense perfume of the traditional 'Grandiflora' types, giving you the best of both worlds.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eLathyrus odoratus\u003c\/em\u003e 'Bishy Barnabee Mix' consists of \u003cstrong\u003eHardy Annuals\u003c\/strong\u003e (H3). These plants complete their lifecycle in one year but are remarkably resilient to UK frosts, allowing for autumn sowing to produce earlier, stronger plants.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Best of Both Worlds:\u003c\/strong\u003e This curated mix features 'Spencer' varieties, loved for their large, frilled blooms and long stems, and heritage 'Grandiflora' types, which are famous for having the most intense, room-filling perfume.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eClimbing Habit:\u003c\/strong\u003e As vigorous climbers reaching up to 2m, they use delicate tendrils to pull themselves upward. They are perfect for providing vertical height and sensory interest to any sunny border or cutting patch.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Peas are \"hungry and thirsty\" plants that reward deep soil preparation and regular attention.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eFor the earliest blooms, sow indoors from \u003cstrong\u003eOctober to November\u003c\/strong\u003e and overwinter in a cold frame. Alternatively, sow from \u003cstrong\u003eJanuary to March\u003c\/strong\u003e. Soak seeds in tepid water for 2-4 hours before sowing 1cm deep in deep pots (root trainers) to accommodate their long taproots. Germination takes 10-21 days at roughly 15°C.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eApril or May\u003c\/strong\u003e in a position with \u003cstrong\u003efull sun\u003c\/strong\u003e and fertile soil. They require a support structure like a trellis, wigwam, or netting to climb immediately. Dig in plenty of well-rotted manure or compost before planting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe golden rule is \u003cstrong\u003e\"Pick, Pick, Pick!\"\u003c\/strong\u003e Regularly harvesting the flowers prevents seed pods from forming; once the plant sets seed, it will stop flowering. Feed weekly with a high-potash fertiliser (like tomato feed) once the first buds appear to sustain the display into autumn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eLathyrus odoratus\u003c\/em\u003e 'Bishy Barnabee Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eSweet Pea\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Hardy Annual)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.8m - 2.0m (Climber)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20-30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 25 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Peas can sometimes look bare at the base; hide their \"scruffy legs\" with these perfect partners:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cosmos Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-purity-seeds\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The perfect screen. Planting bushy white Cosmos in front of your Sweet Pea wigwam provides a fresh, clean backdrop and feathery foliage to hide lower stems.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Gypsophila Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/gypsophila-covent-garden-seeds\"\u003eGypsophila 'Covent Garden'\u003c\/a\u003e:\u003c\/strong\u003e The Florist's Dream. This classic combination provides a ready-made bouquet right in the border. The airy white mist of Gypsophila looks stunning against the colourful, scented climbers.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in autumn or early spring for a vertical display of scented colour.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff3cd; border: 1px solid #ffeaa7; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eUnlike garden peas, Sweet Pea seeds are \u003cstrong\u003emildly toxic\u003c\/strong\u003e if ingested in large quantities. They are grown for their fragrance and beauty, not for eating. Please keep seeds away from small children and do not mistake pods for edible crops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Hand-Picked Excellence\u003c\/h3\u003e\n\u003cp\u003eOur 'Bishy Barnabee Mix' is specifically curated to maintain the powerful perfume that is often lost in modern hybrids. It is a vital nectar source for bees throughout the peak of the English summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961877369019,"sku":"SWP-BBM","price":2.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/204880099bece0c7daea949_upscale.jpg?v=1773496946"},{"product_id":"sweet-pea-heaven-scent-seeds","title":"Sweet Pea Heaven Scent","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eSweet Pea 'Heaven Scent' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eSpecifically bred for an intense, room-filling perfume, featuring large ruffled blooms in a romantic blend of salmon-pink and soft cream. This vigorous climber carries its flowers on long, sturdy stems, capturing the very essence of a fragrant English summer garden.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eSweet Pea 'Heaven Scent' is a spectacular variety specifically bred to bring the intense, room-filling perfume of wild sweet peas back into the modern garden without sacrificing bloom size. It produces large, ruffled flowers in a romantic blend of deep salmon-pink and soft cream, carried on long, sturdy stems.\u003c\/p\u003e\n\u003cp\u003eThis variety bridges the gap between the \"Old Spice\" heritage types, known for their scent, and the modern \"Spencer\" exhibition types, known for their size. It is ideal for cutting and capturing the essence of an English summer garden, providing vertical colour and a high-impact fragrance that truly lives up to its name.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eLathyrus odoratus\u003c\/em\u003e 'Heaven Scent' is a \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). It is a unique horticultural hybrid designed to offer the best of both worlds: the massive, ruffled flower form of a Spencer variety and the heavy, intoxicating scent of a heritage Grandiflora.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHybrid Vigour:\u003c\/strong\u003e Because it bridges two distinct sweet pea groups, it exhibits excellent vigour in the UK climate. It produces strong, climbing vines that can easily reach 2 metres, providing a dense screen of salmon-pink and cream blooms.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Magnet:\u003c\/strong\u003e The intense fragrance is designed to attract bees from across the garden. Its open, ruffled structure makes it easy for bumblebees to access the nectar, making it a valuable addition to a wildlife-friendly cutting garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Peas are \"hungry and thirsty\" plants. This variety, with its large blooms, requires a steady supply of nutrients to reach its full potential.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eFor the strongest plants and longest stems, sow indoors in \u003cstrong\u003eOctober to November\u003c\/strong\u003e and overwinter in a cold frame. Alternatively, sow from \u003cstrong\u003eJanuary to March\u003c\/strong\u003e. Soak seeds in tepid water for a few hours before sowing 1cm deep in deep pots (root trainers). Keep cool (approx 15°C); excessive heat can inhibit germination.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eApril or May\u003c\/strong\u003e in a position with \u003cstrong\u003efull sun\u003c\/strong\u003e and rich, fertile soil. They require a support structure like a trellis or wigwam to climb. Dig in plenty of well-rotted manure or compost before planting out to support their rapid growth.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe golden rule is \u003cstrong\u003e\"Pick, Pick, Pick!\"\u003c\/strong\u003e Harvest flowers every 2-3 days to prevent seed pods from forming. Once the plant sets seed, it will stop flowering. Feed weekly with a high-potash fertiliser (like tomato feed) once the first buds appear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eLathyrus odoratus\u003c\/em\u003e 'Heaven Scent'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHigh-Scent Sweet Pea\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Hardy Annual)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.8m - 2.0m (Climber)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20-30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e👃 Intense Room-Filling Scent\u003cbr\u003e✂️ Professional Cut Flowers\u003cbr\u003e🪜 Arches \u0026amp; Obelisks\u003cbr\u003e👰 Wedding Floristry\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 20 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Peas often have \"scruffy legs\" at the base; hide them with these perfect partners:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cosmos Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-purity-seeds\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The Floral Screen. Plant white Cosmos in front of your Sweet Pea wigwam. The bushy, ferny foliage hides the lower Sweet Pea stems, and the white flowers make the salmon-pink 'Heaven Scent' blooms glow.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Nicotiana Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/nicotiana-white-trumpets-seeds\"\u003eNicotiana 'White Trumpets'\u003c\/a\u003e:\u003c\/strong\u003e The Scented Sanctuary. Combine these for an evening sensory experience. Both release their strongest fragrances at dusk, creating an intoxicating corner of perfume near a patio or window.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in autumn or early spring for a vertical display of scented colour.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff3cd; border: 1px solid #ffeaa7; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eSweet Pea seeds are \u003cstrong\u003emildly toxic\u003c\/strong\u003e if ingested in large quantities. They are grown for their beauty and scent, not for eating. Please keep seeds away from children and do not mistake pods for edible crops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eSweet Pea 'Heaven Scent' is an excellent choice for garden biodiversity. Its intense, room-filling perfume acts as a natural beacon for bees and long-tongued insects throughout the English summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961877401787,"sku":"SWP-HVN","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/image_1.png?v=1773956890"},{"product_id":"sweet-pea-old-spice-starry-night-seeds","title":"Sweet Pea Old Spice Starry Night","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eSweet Pea 'Old Spice Starry Night' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA dramatic and moody palette of velvety bi-colours in deep violet, indigo, and maroon. This high-performance 'Old Spice' variety restores the legendary perfume of wild sweet peas with superior heat tolerance, ensuring a non-stop display of fragrance even through the height of summer.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eSweet Pea 'Old Spice Starry Night' seeds belong to the \"Old Spice\" series, which is renowned for restoring the original, powerful fragrance characteristic of wild sweet peas while incorporating modern heat tolerance. The 'Starry Night' selection is noted for its dramatic and moody colour palette, featuring velvety bi-colours in shades of deep violet, indigo, maroon, and purple.\u003c\/p\u003e\n\u003cp\u003eAs a \"Grandiflora\" type, these flowers are slightly smaller than frilly exhibition varieties; however, they provide double the perfume. They are specifically bred to be tougher and more resilient to summer heat than standard 'Spencer' varieties, allowing them to continue blooming and providing scent through the July sun.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eLathyrus odoratus\u003c\/em\u003e 'Old Spice Starry Night' is a \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). Unlike many modern hybrids that sacrifice fragrance for frills, this variety prioritises the intense, nostalgic perfume that made Sweet Peas a cottage garden staple.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eGrandiflora Advantage:\u003c\/strong\u003e Belonging to the Grandiflora group, it is far more tolerant of high summer temperatures than common 'Spencer' types. This means the plants are less likely to \"shut down\" during a UK heatwave, continuing to produce flowers and scent well into August and September.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVertical Interest:\u003c\/strong\u003e These are vigorous climbers reaching up to 1.8m. They are perfect for growing up obelisks, wigwams, or trellis, providing essential vertical structure and \"armfuls\" of flowers for the house.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Peas are \"hungry and thirsty\" plants that reward good soil preparation with months of bloom.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eFor the strongest plants, sow indoors in \u003cstrong\u003eOctober to November\u003c\/strong\u003e and overwinter in a cold frame. Alternatively, sow from \u003cstrong\u003eJanuary to March\u003c\/strong\u003e. Soak seeds in tepid water for a few hours before sowing 1cm deep in deep pots (root trainers) to accommodate their long taproots.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eApril or May\u003c\/strong\u003e once the soil has warmed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and rich, fertile soil—dig in plenty of well-rotted manure or compost before planting. Ensure they have a support structure ready to climb immediately.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe golden rule is \"Pick, Pick, Pick!\" Do not let seed pods form, as this tells the plant to stop flowering. Feed weekly with a high-potash fertiliser (like tomato feed) once the first buds appear to sustain the display until the first frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eLathyrus odoratus\u003c\/em\u003e 'Old Spice'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eGrandiflora Sweet Pea\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Hardy Annual)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.8m (Climber)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20-30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 25 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Peas can sometimes look bare at the bottom; use these companions to hide their \"scruffy legs\":\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-purity-seeds\" title=\"Cosmos Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The Classic Screen. Planting bushy white Cosmos in front of your Sweet Pea wigwam hides the lower stems, while the bright white flowers make the deep violet tones of 'Starry Night' pop.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/nicotiana-white-trumpets-seeds\" title=\"Nicotiana Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eNicotiana 'White Trumpets'\u003c\/a\u003e:\u003c\/strong\u003e The Night Scent Duo. Combine these two fragrance champions near a seating area. Both release an intense perfume at dusk, creating a sensory \"Scented Sanctuary\" in your garden.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in autumn or early spring for a vertical riot of scented colour.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff3cd; border: 1px solid #ffeaa7; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eUnlike garden peas, Sweet Pea seeds are \u003cstrong\u003emildly toxic\u003c\/strong\u003e if ingested in large quantities. They are grown for their beauty and scent, not for eating. Please keep seeds away from small children and do not mistake pods for edible crops.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eSweet Pea 'Old Spice Starry Night' is an excellent variety for supporting garden biodiversity. Its nectar-rich blooms are a particular favourite for bees, who are attracted by its intense scent and accessible flower structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961877467323,"sku":"SWP-OSN","price":2.5,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_m7ijmmm7ijmmm7ij.png?v=1773959105"},{"product_id":"zinnia-giants-of-california-seeds","title":"Zinnia Giants of California","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eZinnia 'Giants of California' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eMassive, architectural blooms up to 12cm across in a vibrant fiesta of hot cherry-red, orange, and violet. These heat-loving kings of the cutting patch produce sturdy, florist-quality stems and act as a high-energy nectar station for summer butterflies from July until the first frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you want flowers that look like Dahlias but grow as easily as daisies, 'Giants of California' is the variety for you. Bred specifically for size and substance, these plants produce massive, semi-double to fully double flowers—up to 12cm (nearly 5 inches!) across—on tall, sturdy stems. The flat, overlapping petals create perfect, almost geometric blooms in a vibrant fiesta of hot colours: cherry red, bright orange, canary yellow, deep violet, hot pink, and coral.\u003c\/p\u003e\n\u003cp\u003eThese are the undisputed kings of the cutting patch. Just a few stems fill a vase with bold, architectural colour that lasts for 7-10 days. They are heat-loving, sun-worshipping plants that actually get better and better as the summer gets hotter, flowering more prolifically as temperatures rise. They bloom tirelessly from mid-summer right through to the first killing frost, providing months of non-stop cutting material.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eZinnia elegans\u003c\/em\u003e 'Giants of California' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Originating from Mexico, it thrives in hot, dry conditions with intense sunshine. In the UK, it is the ultimate \"summer performer,\" truly coming into its own from July until the first sharp frosts of autumn.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Heat-Worshipper\" Rule:\u003c\/strong\u003e Zinnias absolutely detest cold and wet conditions. They will \"sulk\"—turning yellow and refusing to grow—if planted out too early into chilly UK soil. Success depends on waiting for the genuine warmth of June.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWildlife Champion:\u003c\/strong\u003e These giants are a major draw for butterflies and bees. Their large, flat-petalled landing platforms and rich nectar supply make them a high-energy feeding station during the peak of summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eZinnias grow rapidly once the weather warms up, but they require a gentle hand during establishment.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eOption 1 - Indoor Sowing (Best):\u003c\/strong\u003e Sow into module trays or individual pots from \u003cstrong\u003emid-April to mid-May\u003c\/strong\u003e to minimise root disturbance. Sow 5mm deep and keep warm at 20°C; they germinate quickly in 5-10 days. \u003cstrong\u003eOption 2 - Direct Sow:\u003c\/strong\u003e Sow directly into prepared beds in \u003cstrong\u003eJune\u003c\/strong\u003e once the soil is warm.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in early June in a sheltered, \u003cstrong\u003efull sun\u003c\/strong\u003e position. They require rich, fertile, free-draining soil. Because they reach up to 100cm, they benefit from support—run horizontal twine between stakes to create a supportive grid.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003ePinching:\u003c\/strong\u003e When plants are 15cm tall, pinch out the central growing tip to encourage branching and more flower heads. \u003cstrong\u003eWatering:\u003c\/strong\u003e Always water at the \u003cstrong\u003ebase of the plant\u003c\/strong\u003e. Wet foliage encourages powdery mildew, which Zinnias are susceptible to in humid UK weather. Feed every two weeks with a liquid tomato fertiliser once they start to bloom.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eZinnia elegans\u003c\/em\u003e 'Giants of California'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eGiant Zinnia \/ Youth-and-Age\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Needs frost protection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️ (Essential)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 100cm (Tall florist type)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\/November\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ Premier Cut Flower\u003cbr\u003e🦋 Butterfly Magnet\u003cbr\u003e🔥 Hot Colour Schemes\u003cbr\u003e🏗️ Architectural Structure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe bold, rigid forms of these giant Zinnias create high-impact displays when paired with contrasting textures :\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ageratum-timeless-mix-seeds\" title=\"Ageratum Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAgeratum 'Timeless Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Texture Masterclass. The bold, waxy petals of the Zinnia contrast beautifully with the soft, fuzzy \"powder puffs\" of Ageratum, creating a sophisticated, multi-dimensional border.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🏮\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/amaranthus-love-lies-bleeding-seeds\" title=\"Amaranthus Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAmaranthus 'Love-Lies-Bleeding'\u003c\/a\u003e:\u003c\/strong\u003e The Tropical Clash. The tall, upright Zinnia heads paired with the cascading, rope-like tassels of Amaranthus create a high-energy, exotic look perfect for late summer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring or direct sow in June. Flowers from midsummer to the first frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff3e0; border: 1px solid #ffe0b2; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🦋 Butterfly Magnet\u003c\/strong\u003e\u003cbr\u003eZinnias are widely considered one of the best annuals for attracting butterflies. The huge, flat-topped blooms of 'Giants of California' act as stable landing pads, allowing butterflies to feed easily in the heat of a summer afternoon.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-giants-of-california-seeds#\"\u003eView our Complete Growing Guide for Zinnias →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961879007419,"sku":"ZIN-GOC","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/D13727FA-EEB8-4F45-95DB-EDF74EAD5FFD.jpg?v=1758898880"},{"product_id":"zinnia-lilliput-mix-seeds","title":"Zinnia Lilliput Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eZinnia 'Lilliput Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA compact and perfectly formed delight, featuring a vibrant explosion of beehive-shaped pompom flowers. These tough, bushy Zinnias stand up beautifully to the elements, providing a non-stop riot of primary colours and a stable feeding platform for butterflies from midsummer until the first frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eWhile giant Zinnias can be a bit gangly, 'Lilliput' is a perfectly formed, compact delight. It produces masses of small (5cm), fully double, beehive-shaped flowers that look like colourful pompoms. The mix is a vibrant explosion of primary colours: scarlet, pink, yellow, orange, rose, and white.\u003c\/p\u003e\n\u003cp\u003eThis is the perfect Zinnia for British gardens because it is tough. Growing to just 45-55cm, it stands up to wind and rain much better than the taller varieties, meaning you rarely need to stake it. It creates a bushy mound of colour that looks just as good in a patio pot as it does at the front of a sunny border.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eZinnia elegans\u003c\/em\u003e is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Native to Mexico, it thrives in heat and light but is highly sensitive to the cold; in the UK, it is a \"fair-weather\" flower that performs best from midsummer onwards.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Sulk\" Prevention:\u003c\/strong\u003e Zinnias are notorious for \"sulking\"—turning yellow and stopping growth—if they are planted out too early into cold or waterlogged soil. Patience is the secret to success with this variety.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWildlife Champion:\u003c\/strong\u003e The compact, beehive-shaped flowers of the Lilliput strain are a magnet for butterflies, providing a perfectly sized landing pad during the hottest months of the year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eZinnias are wonderfully rewarding, but they have two non-negotiable rules: \u003cstrong\u003ewarmth and minimal root disturbance\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eApril to May\u003c\/strong\u003e. It is essential to sow Zinnias directly into individual module cells or pots, as they have sensitive root systems and hate being transplanted. Keep them warm (20-24°C); they germinate rapidly, usually within 5-10 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eJune\u003c\/strong\u003e once the soil is warm and all risk of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and fertile, free-draining soil.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003ePinch Out:\u003c\/strong\u003e When your plants reach 15cm in height, pinch out the central growing tip to encourage branching. \u003cstrong\u003eDeadhead:\u003c\/strong\u003e Regularly snip off faded blooms to keep the \"pompoms\" coming until the first frosts in October.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eZinnia elegans\u003c\/em\u003e 'Lilliput Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePompom Zinnia \/ Beehive Zinnia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Needs frost protection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm - 55cm (Compact\/Semi-Dwarf)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🦋 Butterfly Gardens\u003cbr\u003e🏺 Patio Containers\u003cbr\u003e✂️ Posies \u0026amp; Jam Jars\u003cbr\u003e🔥 Hot Borders\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe intense primary colours and geometric shapes of Lilliput Zinnias shine in high-contrast borders :\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🍓\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/gomphrena-strawberry-fields-seeds\"\u003eGomphrena 'Strawberry Fields'\u003c\/a\u003e:\u003c\/strong\u003e The Hot Palette. Zinnias and Gomphrena are best of friends; both love the heat and provide rigid, long-lasting flowers in fiery shades.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/rudbeckia-marmalade-seeds\"\u003eRudbeckia 'Marmalade'\u003c\/a\u003e:\u003c\/strong\u003e The fiesta-style border. The vibrant orange and yellow tones of the Zinnia mix pair perfectly with the deep golden petals of Rudbeckia.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring. Plant out or direct sow in June once the soil is warm.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff3e0; border: 1px solid #ffe0b2; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🦋 Butterfly Magnet\u003c\/strong\u003e\u003cbr\u003eThe double, flat-topped blooms of the Lilliput Mix act as stable landing pads, allowing butterflies to feed easily in the heat of a summer afternoon.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-lilliput-mix-seeds#\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Zinnias →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961879072955,"sku":"ZIN-LIL","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/989812A4-BB39-4CD4-9C9E-AEC1409E1C23.jpg?v=1773496875"},{"product_id":"viola-cornuta-large-flower-mix","title":"Viola Cornuta Large Flower Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eViola Cornuta 'Large Flower Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eTough, joyful, and reliable mound-forming violets in a velvet riot of purple, yellow, and blue. These weather-resistant 'Horned Pansies' are the gold standard for window boxes and path edging, providing months of continuous, edible blooms even in the face of erratic British weather.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eViola Cornuta 'Large Flower Mix' are the tough, reliable siblings to the showier pansies, capable of flowering for months on end even in the face of the erratic British weather. This specific mix combines the robust, weather-resistant habit of a wild violet with the larger, colourful blooms typically associated with pansies, creating a joyful riot of velvet purples, sunny yellows, icy whites, and sky blues, many featuring those classic \"face\" markings.\u003c\/p\u003e\n\u003cp\u003eThese are versatile all-rounders, equally happy in window boxes, hanging baskets, or at the front of a border. They are noted for being tougher in wind and rain than large-flowered pansies, making them a more resilient choice for exposed UK gardens. Best of all, they are \"cut-and-come-again\" flowers; picking them for small posies or using them as an edible garnish actually encourages the plant to produce more blooms.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eViola cornuta\u003c\/em\u003e is an exceptionally \u003cstrong\u003eHardy Perennial\u003c\/strong\u003e (H7), though it is often grown as a biennial or annual in the UK to ensure the most vibrant display. It is one of the hardiest plants in the cottage garden, capable of surviving temperatures well below -15°C.\u003c\/p\u003e\n\u003cp\u003eUnlike their larger pansy relatives, these tufted violets remain compact and mound-forming, making them ideal for the edges of paths. They have a remarkable ability to bloom through both the winter and the height of summer, depending on when they are sown. They are also famous for their longevity, often returning for several years if given a cool, moist spot to rest during the hottest months.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWildlife Champion:\u003c\/strong\u003e The open, accessible flowers are a vital resource for early-emerging bees and hoverflies. Because they can bloom in the very early spring and late autumn, they provide nectar during the \"hungry gap\" when few other flowers are available.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eViolas are famously easy to grow, provided you follow the one golden rule: \u003cstrong\u003ethey must have darkness to germinate\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e for summer flowers, or \u003cstrong\u003eJune to September\u003c\/strong\u003e for flowers the following spring. Surface sow onto moist compost but \u003cstrong\u003ecover the seeds completely\u003c\/strong\u003e with a 5mm layer of compost or vermiculite to block out all light. Keep the tray at a cool 15-20°C and seedlings should appear in 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out after hardening off. Violas thrive in \u003cstrong\u003efull sun or partial shade\u003c\/strong\u003e. In the UK, they perform best if they receive some afternoon shade during the intense mid-summer heat. They prefer cool, moist, and nutrient-rich soil; adding a handful of well-rotted leaf mould or compost to the planting hole will keep them flowering longer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eDeadhead regularly!\u003c\/strong\u003e This is the secret to getting a Viola to flower for six months straight. Snip off faded blooms to prevent seed pods from forming. If the plants become leggy in August, give them a \"haircut\" by cutting them back by half and feeding them with a liquid seaweed fertiliser; they will quickly produce a fresh flush of foliage and flowers for the autumn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eViola cornuta\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHorned Pansy \/ Tufted Violet\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH7\u003c\/strong\u003e (Extremely Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eSun or Partial Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e15cm - 20cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e20cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 15cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJan to Oct (Cycle dependent)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🥗 Edible Cake Toppers\u003cbr\u003e🏺 Window Boxes\u003cbr\u003e🐝 Hungry Gap Nectar\u003cbr\u003e🌸 Low Edging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eViolas are the ultimate \"knitting\" plants, filling gaps and creating colourful skirts for taller varieties :\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/alyssum-royal-carpet-seeds\" title=\"Alyssum Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAlyssum 'Royal Carpet'\u003c\/a\u003e:\u003c\/strong\u003e The Low-Level Layer. Pairing the multi-coloured faces of the Violas with a frothy carpet of purple and white Alyssum creates a dense, colourful ground cover that smells divine.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/forget-me-not-victoria-mixed-seeds\" title=\"Forget-me-not Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eForget-me-not 'Victoria Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Spring Classic. For a romantic spring display, plant Violas alongside compact Forget-me-nots; they share the same love of cool soil and provide a multi-layered cloud of pastel blooms.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in spring for summer flowers, or late summer for winter and early spring blooms.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🥗 Edible \u0026amp; Delicious\u003c\/strong\u003e\u003cbr\u003eViola flowers are 100% edible and have a delicate, slightly sweet flavour reminiscent of mild lettuce. They make spectacular cake decorations, can be frozen into ice cubes for summer cocktails, or used to add a high-end \"florist look\" to salads and desserts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Violas →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961879564475,"sku":"VIO-COR","price":2.25,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800864ec3a41f7fcf7b_upscale.jpg?v=1758898918"},{"product_id":"sweet-william-auricula-eyed-mixed-seeds","title":"Sweet William Auricula Eyed Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eSweet William 'Auricula-Eyed' Mixed Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eThe definition of an 'Old Fashioned' nostalgic flower, featuring hand-painted clusters of velvety blooms with a delicious, spicy clove scent. These intricate 'Auricula-Eyed' flowers fill the June gap perfectly, bringing vintage charm and a feast for butterflies to your cottage garden.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eSweet William is the definition of an \"Old Fashioned\" flower, and the 'Auricula Eyed' mix is the most nostalgic of them all. Each flower head is a dense cluster of single blooms, featuring a crisp white eye surrounded by a contrasting ring of velvety crimson, violet, salmon, or pink.\u003c\/p\u003e\n\u003cp\u003eThese bi-colour patterns look almost hand-painted. Combined with a delicious, spicy clove scent (typical of the Dianthus family), this plant brings a sensory, vintage feel to the border. It fills the \"June Gap\" perfectly, bridging the time between the last spring tulips and the first summer roses.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDianthus barbatus\u003c\/em\u003e 'Auricula-Eyed' is a \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H6), often acting as a short-lived perennial. It operates on a two-year cycle: you sow the seeds in Year 1 to build a strong green rosette, which then produces a spectacular floral display in early summer of Year 2.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"June Gap\" Solution:\u003c\/strong\u003e Sweet Williams are essential for providing a second wind of colour in the garden just as the spring bulbs fade and the main summer perennials are still forming their buds. This mix is particularly prized for its uniformity and the intricate \"eyes\" that mimic the luxury of heritage Primulas.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWildlife Champion:\u003c\/strong\u003e These fragrant blooms are highly attractive to butterflies and moths. They are listed on the RHS Plants for Pollinators list, as their single flower heads provide easy access to nectar during the critical mid-season period.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Williams are robust and remarkably easy to grow, but they require light to wake the seeds up.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow outdoors in a nursery bed or modules from \u003cstrong\u003eMay to July\u003c\/strong\u003e. Scatter the seeds on the surface of moist compost and \u003cstrong\u003edo not cover the seeds\u003c\/strong\u003e—they need light to germinate. Simply press them firmly onto the surface or rake in very lightly. You should see seedlings emerge in 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out into their final flowering positions in \u003cstrong\u003eSeptember or October\u003c\/strong\u003e. They demand a spot in \u003cstrong\u003efull sun\u003c\/strong\u003e (or very light shade) and thrive best in well-drained, slightly alkaline soil (lime or chalk). They do not like sitting in wet, acidic bogs over the winter.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eWater during dry spells in their first year. Once they rise to flower in their second year, they are very sturdy and rarely need staking. Deadheading will encourage a longer flowering season, but if you allow some heads to set seed, they will often self-sow to provide more plants for the future.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eDianthus barbatus\u003c\/em\u003e 'Auricula-Eyed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eOld Fashioned Sweet William\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH6\u003c\/strong\u003e (Very Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm - 60cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune and July (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🦋 Butterfly Magnet\u003cbr\u003e🍰 Edible Cake Toppers\u003cbr\u003e👃 Spicy Clove Scent\u003cbr\u003e✂️ Long-lasting Cut Flowers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe nostalgic, variegated tones of 'Auricula-Eyed' Mixed are perfect for layering with other cottage classics from our website :\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🏰\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Foxglove Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/foxglove-alba-white-seeds\"\u003eFoxglove 'Alba White'\u003c\/a\u003e:\u003c\/strong\u003e The Stature Pair. The tall, elegant white spires of the Foxgloves rise behind the dense clusters of Sweet William, creating a magnificent vertical contrast that frames the intricate patterns of the 'Auricula-Eyed' blooms.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Forget-me-not Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/forget-me-not-victoria-mixed-seeds\"\u003eForget-me-not 'Victoria Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Texture Haze. For a softer look, plant Sweet Williams in drifts with a low frothy understory of pink and white Forget-me-nots. They bloom in succession, ensuring the border stays filled with colour throughout late spring and early summer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for flowers from June to July the following year.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fce4ec; border: 1px solid #f8bbd0; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🥗 Edible \u0026amp; Scented\u003c\/strong\u003e\u003cbr\u003eSweet William petals are 100% edible and offer a gentle, spicy clove flavour. They make stunning decorations for cakes or a sophisticated addition to summer salads. \u003cem\u003eNote: Always remove the bitter white base of the petal before use.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eDianthus barbatus is proudly listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. Its single, open flowers provide critical forage during the \"June Gap,\" attracting a wide variety of bees and butterflies to your cottage garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":42961879695547,"sku":"SWW-AUR","price":2.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/2048800b97781531e7bcf7a_upscale.jpg?v=1758898929"},{"product_id":"painted-daisy-seeds","title":"Chrysanthemum Painted Daisies","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eChrysanthemum 'Painted Daisies' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA kaleidoscope in flower form. Each bloom features concentric rings of scarlet, mahogany, and yellow, creating a striking bullseye effect that is a magnetic focal point for bees.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you think daisies are just white and yellow, think again. 'Painted Daisies' (Annual Chrysanthemums) are like a kaleidoscope in flower form. Each bloom features distinct, concentric rings of scarlet, mahogany, bright yellow, and purple, creating a striking \"bullseye\" effect.\u003c\/p\u003e\n\u003cp\u003eThese are incredibly rewarding plants for beginners. They grow fast, produce mounds of ferny, succulent foliage, and pump out hundreds of flowers from mid-summer right through to autumn. They are excellent cut flowers, adding a retro, playful vibe to any bouquet, and are absolutely covered in bees on sunny days.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eIsmelia carinata\u003c\/em\u003e, commonly known as the Painted Daisy or Tricolour Chrysanthemum, is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). Unlike the perennial \"Mums\" often found in autumn, these are true meadow annuals that complete their entire life cycle in a single summer season. They are perfectly adapted to the British summer, possessing excellent weather resistance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Cockade\" Flower:\u003c\/strong\u003e The biological curiosity of this species lies in its petal pigmentation. The distinct concentric rings of colour are often compared to a botanical \"rosette\" or cockade. This high-contrast patterning is an evolutionary strategy designed to provide a highly visible landing target for pollinators from a distance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Support:\u003c\/strong\u003e As an RHS Plant for Pollinators, 'Painted Daisies' provide high-quality, easily accessible nectar. They are particularly attractive to British bees and hoverflies, making them a vital addition to any biodiversity-focused cottage garden or productive allotment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003ePainted Daisies are exceptionally easy to raise from seed, making them a perfect project for children or first-time gardeners.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eDirect sow outdoors from \u003cstrong\u003eMarch to May\u003c\/strong\u003e for mid-to-late summer blooms. Scatter the seeds onto finely raked soil and cover \u003cstrong\u003elightly\u003c\/strong\u003e (approx. 3mm deep). Germination is typically rapid, occurring within 7-14 days. For an earlier display, seeds can be started indoors in \u003cstrong\u003eFebruary\u003c\/strong\u003e and transplanted once the soil warms.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in almost any well-drained soil. They are not fussy regarding soil type but perform best in \"lean\" conditions; over-feeding will encourage excessive green foliage at the expense of the colourful bullseye blooms. Space plants 25cm apart to allow their mounded habit to develop fully.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo encourage a bushy, multi-stemmed plant, \u003cstrong\u003epinching is recommended\u003c\/strong\u003e. When seedlings reach 10-15cm tall, snip out the central growing tip to stimulate lateral branching. Regular deadheading or harvesting for the vase is essential—the more you cut, the more the plant will reward you with fresh blooms until the first autumn frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eIsmelia carinata\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePainted Daisy \/ Tricolour Chrysanthemum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Hardy through UK summer)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ Retro \u0026amp; Playful Cut Flowers\u003cbr\u003e🌈 High-Impact Colourful Borders\u003cbr\u003e🐝 Feeding Beneficial Pollinators\u003cbr\u003e🧒 Children's First Gardens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 400 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe busy, multi-coloured pattern of 'Painted Daisies' acts as a vibrant focal point that pairs spectacularly with available partners from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cornflower Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cornflower-blue-ball-seeds\"\u003eCornflower 'Blue Ball'\u003c\/a\u003e:\u003c\/strong\u003e The Solid Contrast. The saturated, electric blue of the Cornflower provides a stunning visual anchor that picks out the blue rings of the daisy blooms. Together, they create a professional-looking \"meadow-mix\" aesthetic with natural height layering.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🧡\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Calendula Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/calendula-touch-of-red-seeds\"\u003eCalendula 'Touch of Red'\u003c\/a\u003e:\u003c\/strong\u003e The Warm Match. The burnished orange and mahogany tones of this Calendula perfectly echo the warm scarlet and yellow rings of the Painted Daisy. This combination creates a rich, \"sunset\" palette that is exceptionally attractive to British hoverflies and bees.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eDirect sow in spring for a spectacular harvest of multi-coloured bullseye blooms from mid-summer until the autumn frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eDirect Sow\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Edible Garnish Tip\u003c\/strong\u003e\u003cbr\u003eThe petals of Annual Chrysanthemums are entirely edible! They possess a slightly peppery, citrus-like tang. Sprinkle the multi-coloured petals over summer salads or use them to decorate celebration cakes for an immediate visual pop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in full sun, \u003cem\u003eIsmelia carinata\u003c\/em\u003e is an essential choice for those wanting to create a vibrant, low-maintenance garden that provides non-stop \"bullseye\" blooms for both the border and the vase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":43056661364923,"sku":"CHR-PTD","price":2.3,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/204880017fe57474e485a52_upscale.jpg?v=1763425021"},{"product_id":"sweet-william-indian-carpet-mixed-seeds","title":"Sweet William Indian Carpet Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eSweet William 'Indian Carpet' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA specialised dwarf variety that creates a vibrant, low-growing carpet of intricately patterned blooms. These ground-hugging domes release a nostalgic clove perfume, making them the ideal choice for fragrant path edging, sunny rockeries, and a favourite haven for garden butterflies.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eSweet William 'Indian Carpet' is a specialised dwarf variety of \u003cem\u003eDianthus barbatus\u003c\/em\u003e known for its nostalgic charm and spicy clove scent. Unlike taller varieties, 'Indian Carpet' hugs the ground to form a lush, low mat of foliage that produces a dome of blooms in early summer.\u003c\/p\u003e\n\u003cp\u003eThe flowers are intricately patterned with contrasting eyes and rings in rich shades of crimson, pink, salmon, and white. Because the plants are compact and rarely exceed 25cm in height, they are considered ideal for edging paths, filling rockeries, or creating a vibrant \"skirt\" around the base of shrubs and roses.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDianthus barbatus\u003c\/em\u003e 'Indian Carpet' is a \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H6). It follows the classic two-year life cycle: sown in summer, it spends its first winter as a low-growing evergreen mound before exploding into a colourful carpet of fringed blooms the following May.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDwarf Advantage:\u003c\/strong\u003e While standard Sweet Williams can be tall and floppy, 'Indian Carpet' stays neat and compact (15-25cm). This makes it highly resistant to wind damage and perfect for exposed UK gardens where taller varieties might require staking.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWildlife Champion:\u003c\/strong\u003e Listed on the RHS Plants for Pollinators list, it is a particular favourite for butterflies. Its flat, clustered flower heads provide an easy-access platform for them to feed on the nectar-rich blooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSweet Williams are robust and remarkably easy to grow, though they demand light to trigger germination.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow outdoors in a nursery bed or modules from \u003cstrong\u003eMay to July\u003c\/strong\u003e. Scatter seeds thinly on the surface of moist compost—\u003cstrong\u003edo not cover the seeds\u003c\/strong\u003e as they require light to germinate. Simply press them firmly into the surface. Seedlings typically appear in just 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eSeptember or October\u003c\/strong\u003e for flowers the following spring. They prefer \u003cstrong\u003efull sun\u003c\/strong\u003e (though they tolerate light shade) and thrive in well-drained, neutral to slightly alkaline soil. If you have heavy clay, add grit to ensure the roots do not sit in water over the winter.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eOnce established, they are very low-maintenance. Water during dry spells in their first summer. Deadhead spent flower clusters to encourage a secondary, later flush of colour. If allowed to set seed, they will often self-sow, providing a permanent colony in your borders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eDianthus barbatus\u003c\/em\u003e 'Indian Carpet'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eDwarf Sweet William\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH6\u003c\/strong\u003e (Very Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun \/ Part Shade ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e15cm - 25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e20cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMay to July (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🦋 Butterfly Magnet\u003cbr\u003e🍰 Edible Garnish\u003cbr\u003e👃 Spicy Clove Scent\u003cbr\u003e🌸 Low Path Edging\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe compact mound of 'Indian Carpet' makes it the perfect \"skirt\" for mid-border stars from our range :\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Viola Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/viola-cornuta-large-flower-mix\"\u003eViola 'Large Flower Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Low-Level Layer. Planting Violas amongst your Sweet Williams creates a tapestry of \"faces\" and rings. They share a similar love for cool UK spring soil and both provide edible petals for your kitchen.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Forget-me-not Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/forget-me-not-victoria-mixed-seeds\"\u003eForget-me-not 'Victoria Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Frothy Duo. The azure blue and soft pink of Forget-me-nots weave through the dense domes of 'Indian Carpet', creating a soft, romantic look typical of a traditional Norfolk cottage garden.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for a colourful carpet from May to July the following year.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fce4ec; border: 1px solid #f8bbd0; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🥗 Edible \u0026amp; Scented\u003c\/strong\u003e\u003cbr\u003eThe petals of Sweet William are 100% edible and have a subtle, spicy clove flavour. They make beautiful garnishes for salads or can be used as sophisticated decorations for summer cakes. \u003cem\u003eNote: Always remove the bitter white base of the petal before eating.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eSweet William 'Indian Carpet' is listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. Its compact, early-summer blooms are a vital nectar source for long-tongued insects, especially butterflies, who use the flat domes as a stable feeding station.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":43092099334331,"sku":"SWW-IND","price":2.15,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/20488002b0b77b0b4e8da17_upscale.jpg?v=1758898997"},{"product_id":"achillea-pastel-mix-seeds","title":"Achillea Pastel Mixed","description":"\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-rose   { background: #8a4a5a; }\n  .pf-apri   { background: #8a5a3a; }\n  .pf-teal   { background: #2a6a5a; }\n  .pf-green  { background: #3a6a2a; }\n  .pf-slate  { background: #4a5a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li.blue   { border-color: #2e6da4; }\n  .companion-list li.gold   { border-color: #b08010; }\n  .companion-list li.steel  { border-color: #4a6a8a; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell       { height: 32px; vertical-align: middle; }\n  .cal-sow        { background: #5a9e3a; }\n  .cal-transplant { background: #e8940a; }\n  .cal-flower     { background: #c89070; }\n  .cal-empty      { background: #e2e2e2; }\n  .first-active   { border-radius: 16px 0 0 16px; }\n  .last-active    { border-radius: 0 16px 16px 0; }\n  .mid            { border-radius: 0; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow        { background: #5a9e3a; }\n  .swatch-transplant { background: #e8940a; }\n  .swatch-flower     { background: #c89070; }\n  .swatch-empty      { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #fdf8f4;\n    border: 1px solid #d8c0a8;\n    border-left: 5px solid #8a5a3a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #1e1008;\n  }\n  .tip-box strong { color: #0e0804; }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #8a5a3a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .rhs-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #2a5a1a;\n    color: #fff;\n    border-radius: 8px;\n    padding: 10px 20px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    font-size: 1.05rem;\n    letter-spacing: 0.01em;\n  }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003ch1 style=\"text-align: center;\"\u003eAchillea 'Pastel Mixed' Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003eA painterly tapestry of sun-washed apricot, soft rose, vintage white, and gentle lilac — the most romantically coloured achillea available from seed, and the one that most naturally belongs in the cottage garden border where its faded, sun-bleached palette blends into everything around it with effortless grace.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eThere is a particular quality to the colours of 'Pastel Mixed' that sets it apart from every other achillea in cultivation. Where 'Cerise Queen' is vivid and 'Cloth of Gold' is saturated and 'Rubra Red' is emphatic, 'Pastel Mixed' is something altogether more subtle and more romantically beautiful — a blend of soft, sun-washed tones that seems to have absorbed the hazy warmth of a long summer and translated it into flower colour. Creamy apricot, soft rose-pink, vintage white, and a gentle, dusty lilac: tones that feel aged and gentle rather than fresh and sharp, that work with other colours rather than competing with them, and that create in a border or a vase the kind of quietly beautiful effect that is far harder to achieve than bold colour and far more rewarding when it works.\u003c\/p\u003e\n\u003cp\u003eAs a millefolium achillea it has all the genus's outstanding practical qualities — fully hardy, drought-tolerant, exceptionally long-flowering from June to September, and outstanding for hoverflies, bees, and butterflies throughout the summer. The flat-topped flower plates that are the millefolium achillea's signature serve as perfect landing platforms for pollinators, and 'Pastel Mixed' earns its RHS Plants for Pollinators designation with every summer season. It is also an outstanding cut and dried flower — the pastel tones hold beautifully through drying, fading gently to soft, dusty, vintage versions of themselves that are among the most sought-after tones in contemporary dried flower arranging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eAchillea millefolium\u003c\/em\u003e 'Pastel Mixed' is a \u003cstrong\u003eHardy Perennial\u003c\/strong\u003e belonging to the millefolium group of achilleas — the common yarrow group characterised by flat-topped flowerheads, finely divided feathery foliage, and spreading, rhizomatous habit. It holds the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e designation and represents the most tonally diverse and most romantically coloured entry in the Bishy Barnabee's achillea range, producing a blend of soft apricot, rose-pink, white, and lilac rather than a single defined colour.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Pastel Colour Palette Explained:\u003c\/strong\u003e The soft, faded quality of 'Pastel Mixed' colours is not a sign of weakness or immaturity — it is a stable genetic characteristic of this variety group, in which the anthocyanin and carotenoid pigments responsible for colour are produced at deliberately reduced concentrations, creating the characteristic sun-bleached, aged appearance that makes these tones so valuable in the cottage garden aesthetic. The colours are most saturated when the flowers first open in June and July, softening gently as the season progresses to the muted, vintage tones that dry so beautifully in August and September.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eA Mixed Variety:\u003c\/strong\u003e 'Pastel Mixed' produces seedlings that will vary in flower colour — some plants will flower apricot, others rose-pink, others white, others lilac. This variation is the point rather than a drawback: the naturalistic, tapestry-like effect of a drift of 'Pastel Mixed' comes from the gentle variation between plants, which creates the sense of a naturally occurring wildflower meadow rather than a planted scheme. For a more uniform effect, the individual named varieties — Cerise Queen, Cloth of Gold, Rubra Red — are the better choice; for the most romantically naturalistic, the mixed palette of 'Pastel Mixed' is unmatched.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Full Achillea Range:\u003c\/strong\u003e With 'Pastel Mixed' the Bishy Barnabee's achillea collection is now complete across six distinct varieties — Ballerina (white ptarmica pompom), Marshmallow (large white ptarmica pompom), Cerise Queen (vivid cerise millefolium), Cloth of Gold (deep gold filipendulina), Rubra Red (rich red millefolium), and Pastel Mixed (soft multi-tonal millefolium). Together they represent the full diversity of form, colour, and character that the achillea genus offers, from the palest white through every warm and cool tone to the deepest gold.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Pastel Mixed' is grown in the same way as all millefolium achilleas — same surface sowing technique, same sun and drainage requirements, same long-term care.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e in trays or modules of good-quality seed compost. As with all achilleas, the fine seed requires light to germinate — scatter on the surface, press gently into contact with the compost, and do not cover. Maintain a temperature of 18–20°C. Germination typically occurs within \u003cstrong\u003e10–14 days\u003c\/strong\u003e, though it can be variable. With 'Pastel Mixed', expect seedlings to vary in their early leaf colour and vigour — this is normal variation within a mixed variety and all seedlings should be grown on regardless of appearance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTransplanting:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003eMay to June\u003c\/strong\u003e after thorough hardening off. Space plants \u003cstrong\u003e45cm apart\u003c\/strong\u003e in well-drained soil in full sun. Lean soil is beneficial — achillea in rich, fertilised ground produces lush leafy growth at the expense of flowers. Once established, 'Pastel Mixed' spreads gently by rhizome and self-seeds moderately, gradually naturalising in the border in a way that enhances rather than disturbs the planting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eDeadhead spent flowerheads to encourage a second flush of blooms in late summer. Alternatively, leave the fading flowerheads in place through August and September — the gentle, sun-bleached tones of ageing 'Pastel Mixed' flowers are genuinely beautiful in their own right and provide seeds for overwintering birds. Cut back to basal foliage in late autumn or early spring. Divide every three to four years in spring to maintain vigour.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCutting and Drying:\u003c\/strong\u003e\u003cbr\u003eFor fresh cutting, harvest at peak colour. For drying — where 'Pastel Mixed' is particularly outstanding — cut just as flowers reach full colour and hang in small bunches upside down in a warm, dark, ventilated space for two to three weeks. The dried tones are soft, dusty, and warm — apricot fading to buff, rose-pink to vintage blush, lilac to pale lavender — and are among the most sought-after dried flower colours in contemporary naturalistic arranging.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBotanical Name\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eAchillea millefolium\u003c\/em\u003e 'Pastel Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Name\u003c\/td\u003e\n\u003ctd\u003eYarrow 'Pastel Mixed' \/ Milfoil\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Type\u003c\/td\u003e\n\u003ctd\u003eHardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardiness\u003c\/td\u003e\n\u003ctd\u003eH7 — fully hardy throughout the British Isles, to -20°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Requirements\u003c\/td\u003e\n\u003ctd\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Height\u003c\/td\u003e\n\u003ctd\u003e60–75cm in flower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spread\u003c\/td\u003e\n\u003ctd\u003e45–60cm, slowly spreading by rhizome\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Form\u003c\/td\u003e\n\u003ctd\u003eFlat-topped millefolium umbel — wide landing platform for pollinators\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Colours\u003c\/td\u003e\n\u003ctd\u003eCreamy apricot, soft rose-pink, vintage white, gentle lilac — mixed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlowering Period\u003c\/td\u003e\n\u003ctd\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSoil\u003c\/td\u003e\n\u003ctd\u003eWell-drained; tolerates dry, poor soils — avoid rich or waterlogged ground\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRHS Pollinator Friendly\u003c\/td\u003e\n\u003ctd\u003eYes ✓ — outstanding for hoverflies, bees, and butterflies\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDried Flower Use\u003c\/td\u003e\n\u003ctd\u003eExcellent — pastel tones fade to beautiful dusty vintage tones when dried\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd\u003eApproximately 1,000 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerfect For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-rose\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🎨\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eSoft Romantic Cottage Borders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-apri\"\u003e\n\u003cspan class=\"pf-icon\"\u003e💐\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eCut \u0026amp; Dried Pastel Arrangements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🐝\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eHigh-Biodiversity Pollinator Gardens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-green\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌿\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eNaturalising \u0026amp; Meadow Plantings\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e☀️\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eDrought-Tolerant Low-Maintenance Schemes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe soft, multi-tonal pastel palette of 'Pastel Mixed' is among the most versatile in the summer perennial border — gentle enough to harmonise with almost anything, warm enough to anchor a romantic planting, and distinctive enough to hold its own as a drift on its own:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/oxeye-daisy-seeds\" title=\"Oxeye Daisy Seeds\"\u003eOxeye Daisy\u003c\/a\u003e: The Wildflower Classic.\u003c\/strong\u003e Oxeye Daisy and 'Pastel Mixed' achillea is one of the finest and most naturally evocative combinations available from perennial seed — the clean white-and-yellow simplicity of the daisy alongside the soft, complex, multi-tonal warmth of the achillea plates creating a drift that feels entirely like a native wildflower meadow rather than a planted garden. Both are fully hardy perennials that naturalise gently over time, both are outstanding for pollinators, and both thrive in the same open, sunny, well-drained conditions. The combination is at its most beautiful in June and July, when both are in full flower simultaneously, and when the straight white uprightness of the daisy stems provides a structural contrast to the horizontal spreading habit of the achillea.\u003c\/li\u003e\n\u003cli class=\"blue\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cornflower-blue-ball-seeds\" title=\"Cornflower Blue Ball Seeds\"\u003eCornflower 'Blue Ball'\u003c\/a\u003e: The Colour Theory Contrast.\u003c\/strong\u003e The electric, saturated blue of Cornflower Blue Ball alongside the soft, sun-washed pastels of 'Pastel Mixed' is a combination of considerable visual energy — the cool, vivid blue providing exactly the chromatic counterpoint needed to make the warm apricot and rose tones of the achillea appear richer and more saturated than they would against a neutral or similar-toned background. This blue-and-warm-pastel relationship echoes some of the finest Dutch master still life colour harmonies, and in a cutting garden arrangement the two together — blue cornflower spikes and soft pastel achillea plates — is one of the most romantically cottage and most immediately beautiful combinations the range offers.\u003c\/li\u003e\n\u003cli class=\"gold\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/achillea-cloth-of-gold-seeds\" title=\"Achillea Cloth of Gold Seeds\"\u003eAchillea 'Cloth of Gold'\u003c\/a\u003e: The Warm Achillea Harmony.\u003c\/strong\u003e Planting 'Pastel Mixed' alongside 'Cloth of Gold' creates the most naturalistic and most warmly toned combination within the achillea range — the soft, faded apricot and rose of the pastel mix stepping up gently through the warm colour register to the deep, rich gold of Cloth of Gold's large flat plates above. The two millefolium-related varieties share the same spreading, naturalising habit and the same flowering season, and growing them together in a drift allows the colours to merge and blend at the edges in a way that feels entirely uncontrived. In a dried arrangement, the vintage buff and soft gold of the two varieties together is one of the most beautifully warm and most cohesive dried flower combinations available from the range.\u003c\/li\u003e\n\u003cli class=\"steel\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌀\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/echinops-ritro-veitchs-blue-seeds\" title=\"Echinops Veitch's Blue Seeds\"\u003eEchinops ritro 'Veitch's Blue'\u003c\/a\u003e: The Structural Complement.\u003c\/strong\u003e The cool, spiky, architectural steel-blue globe heads of Echinops alongside the soft, spreading, multi-tonal warmth of 'Pastel Mixed' is a combination that brings out the best in both — the precise, geometric form of the Echinops globes contrasting with the generous, relaxed flatness of the achillea plates, the cool blue-grey intensifying the warm apricot and rose tones around it. Both are drought-tolerant perennials that thrive in the same open, sunny conditions, both are outstanding for pollinators, and both dry superbly — making this a combination that works from the first June flowers right through to a dried winter arrangement of considerable beauty.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors from February and plant out in May or June — a generous packet of approximately 1,000 seeds allows for naturalistic drifts of soft apricot, rose, white, and lilac flowering from June through to September, improving and spreading with every passing year.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌸 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Surface Sow, Plant in Drifts \u0026amp; Embrace the Variation Tip\u003c\/strong\u003e\u003cbr\u003eThree things bring out the finest qualities of 'Pastel Mixed'. First, do not cover the seed — press lightly onto the surface of moist compost and let light do the germination work, as with all achilleas. Second, plant in generous drifts rather than singly — the tapestry effect that makes 'Pastel Mixed' so beautiful in the border comes from the gentle variation between individual plants, and a single plant cannot produce it. Five or seven plants in a flowing, informal group of mixed colours is the minimum for the effect to read as intended; fifteen or twenty plants naturalising across a sunny border is where it becomes genuinely spectacular. Third, do not edit out individual plants for producing a colour you like less than the others — the value of a mixed palette is in the relationship between the colours, and removing any one tone disrupts the whole. Every colour in 'Pastel Mixed' is there for a reason, and the most beautiful drifts are always the most complete ones.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e🌸 The Most Romantically Coloured Achillea in the Range\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eAchillea millefolium\u003c\/em\u003e 'Pastel Mixed' is the achillea for the cottage garden that values romance over impact, atmosphere over drama, and the quietly beautiful over the immediately striking. Its sun-washed apricot, rose, white, and lilac tones work with everything around them in the border, improve year on year as established clumps spread and self-seed gently into the surrounding planting, and dry to the kind of soft, dusty, vintage tones that contemporary dried flower arranging values above almost any other. Grow it in drifts alongside Oxeye Daisy and Cornflower Blue Ball for the finest naturalistic summer border the range can produce, and let it naturalise at its own gentle pace into exactly the romantic, painterly tapestry its name promises.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":44348202680507,"sku":"ACH-PST","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/C8B4383F-2085-4B46-ABBA-34E41F93BB6D.jpg?v=1774740709"},{"product_id":"strawflower-helichrysum-swiss-giant-mix-seeds","title":"Strawflower Helichrysum Swiss Giant Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eStrawflower 'Swiss Giant Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eThe undisputed gold standard for everlasting blooms, featuring massive double flowers in a fiery sunset palette of red, orange, gold, and pink. These unique papery flowers retain their brilliant colour and form for years, providing a non-stop summer display and essential winter décor.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eStrawflower 'Swiss Giant Mix' is the undisputed gold standard for anyone interested in drying flowers. This specific strain produces exceptionally tall, sturdy stems reaching up to 100cm, topped with massive, double flowers in a vibrant sunset palette. You can expect a brilliant display of fiery reds, glowing oranges, golden yellows, and romantic pinks, as well as pure white.\u003c\/p\u003e\n\u003cp\u003eThe flowers possess a unique, papery texture because the \"petals\" are actually modified leaves called bracts. These bracts feel crisp and dry even while the plant is still growing in the garden, making them the essential ingredient for winter wreaths, buttonholes, and everlasting bouquets. A fascinating characteristic of these blooms is that they are hygroscopic; they will close up tight at night or when it rains to protect their pollen, and burst open again as soon as the sun comes out—even years after they have been dried.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eXerochrysum bracteatum\u003c\/em\u003e (formerly \u003cem\u003eHelichrysum\u003c\/em\u003e) is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). It thrives in the warmth of a British summer but cannot tolerate frost, so it must be started under cover in the spring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Everlasting Advantage:\u003c\/strong\u003e Unlike most flowers that wither, Strawflowers are \"everlasting.\" Their intense colours are locked into the papery bracts at the point of harvest, allowing them to retain their form and brilliance for several years without fading.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eVertical Impact:\u003c\/strong\u003e Reaching heights of 90cm to 100cm, the 'Swiss Giant' strain provides excellent vertical structure for the middle or back of a sunny border and is a vital nectar source for bees and butterflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eStrawflowers are remarkably easy to grow if given plenty of light and well-drained soil.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e for the best head start. Sow seeds on the surface of moist compost and do not cover them, as they require light to germinate. Maintain a temperature of roughly 20°C. Seedlings typically appear in 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003elate May or June\u003c\/strong\u003e once all risk of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and prefer light, sandy, or free-draining soil. They are remarkably drought-tolerant once established.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003ePinch out the central tip when the plant is 15cm tall to encourage a bushier habit and more flower stems. For drying, harvest the flowers just as the outer 2-3 layers of bracts have opened but before the yellow centre is fully visible. Hang them upside down in a dark, well-ventilated place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eXerochrysum bracteatum\u003c\/em\u003e 'Swiss Giant'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eStrawflower \/ Everlasting Flower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Protect from frost)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 400 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eStrawflowers are the stars of the drying patch; pair them with these for a professional cut-flower display:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ageratum-timeless-mix-seeds\" title=\"Ageratum Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAgeratum 'Timeless Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Textural Contrast. The soft, fuzzy \"powder puffs\" of Ageratum provide a stunning foil to the sharp, papery bracts of the Strawflowers. Both share a love for the sun and produce endless stems for cutting.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/statice-mixed-seeds\" title=\"Statice Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eStatice 'Mixed'\u003c\/a\u003e:\u003c\/strong\u003e The Everlasting Duo. Statice is the ultimate companion for Strawflowers; both are renowned for holding their colour for years after drying, giving you a complete palette for winter arrangements.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow under cover in spring for a summer of jewel-bright, dryable blooms.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f4f9f4; border: 1px solid #dce7dc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator Paradise\u003c\/strong\u003e\u003cbr\u003eStrawflowers are a particular favourite for solitary bees and hoverflies. Their flat, open flower heads act as easy-access \"landing pads\" for nectar-seeking insects throughout the peak of summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Half-Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":43093617967291,"sku":"STR-HEL","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/53A005DC-9D14-4BBC-B0E6-BD2F40AFFB18.jpg?v=1773349851"},{"product_id":"foxglove-bishy-barnabee-mix-seeds","title":"Foxglove Bishy Barnabee Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eFoxglove 'Bishy Barnabee Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eOur signature 'House Blend'—a hand-picked selection of tall purples, elegant whites, and romantic apricots. Towers of thimble-shaped bells with speckled throats that provide a complete woodland look.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eThis is our very own \"House Blend\"—a hand-picked selection of the Foxgloves we love the most. We have brought together the classic wild majesty of the tall purples, the elegance of the pure whites, and the soft romance of the apricots and creams.\u003c\/p\u003e\n\u003cp\u003eThis mix is designed to give you a complete woodland look in a single packet. Expect towering spires, speckled throats, and a buzzing cloud of bees. Whether you are filling a shady corner or adding height to the back of a border, this mix provides the surprise and variety that makes gardening so exciting.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDigitalis purpurea\u003c\/em\u003e 'Bishy Barnabee Mix' is a robust \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H7). It is perfectly adapted to the UK climate, surviving temperatures as low as -20°C. It operates on the classic two-year rhythm of the cottage garden: growing a lush rosette of foliage in its first summer and exploding into majestic flowering spires in its second.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"House Blend\" Advantage:\u003c\/strong\u003e We curated this mix to provide an evolving tapestry of colour and texture. By blending diverse heritage strains, we’ve ensured a long flowering window and a high level of visual variety. This mix is specifically designed to self-seed, allowing the plants to \"wander\" and renew themselves naturally in your garden year after year.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Haven:\u003c\/strong\u003e Listed on the RHS Plants for Pollinators list, Foxgloves are vital for British biodiversity. They are specifically evolved to accommodate long-tongued bees, such as the Garden Bumblebee, providing a critical high-summer nectar source in shady or woodland-edge spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eFoxglove seeds are exceptionally fine (dust-like) and \u003cstrong\u003erequire light to germinate\u003c\/strong\u003e, so they should never be buried deeply.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors in \u003cstrong\u003eApril to May\u003c\/strong\u003e or directly outdoors from \u003cstrong\u003eMay to July\u003c\/strong\u003e. Scatter the seeds onto the surface of moist seed compost. \u003cstrong\u003eDo not cover them\u003c\/strong\u003e with soil; a very fine sprinkling of vermiculite can be used but is not essential. Keep at 15-20°C; germination usually occurs within 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey thrive in \u003cstrong\u003eshade or partial shade\u003c\/strong\u003e, making them the perfect solution for brightening the dark spots under deciduous trees or along north-facing fences. They prefer humus-rich, moisture-retentive soil; adding leaf mould or well-rotted compost to the planting area will ensure the tallest, strongest spires.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eMove young plants to their final flowering positions in \u003cstrong\u003eSeptember or October\u003c\/strong\u003e so they can establish roots before winter. Once the main central spike has finished flowering, cut it down to the base; this often triggers the plant to send up smaller side-shoots, extending the display of colour through to late summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eDigitalis purpurea\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFoxglove 'Bishy Barnabee Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH7\u003c\/strong\u003e (Ultra Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eShade \/ Part Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.2m - 1.5m (Very Tall)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 50cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMay to July (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🌳 Shady Woodland Borders\u003cbr\u003e🐝 Supporting British Bumblebees\u003cbr\u003e🎨 Surprise Variety of Colours\u003cbr\u003e🏡 Traditional Cottage Gardens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 1000 seeds (fine)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eFoxgloves are the structural stars of the shade garden. Pair this mix with these available shade-loving favourites from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🪙\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/honesty-lunaria-annua-mixed-seeds\" title=\"Honesty Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eHonesty (Lunaria annua)\u003c\/a\u003e:\u003c\/strong\u003e The Spring Bridge. Honesty and Foxgloves are the perfect biennial partners. The rich purples and whites of Honesty provide late-spring colour, transitioning into spectacular silver seed pods just as the 'Bishy Barnabee' spires reach their peak.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/red-campion-seeds\" title=\"Red Campion Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eRed Campion (Silene dioica)\u003c\/a\u003e:\u003c\/strong\u003e The Naturalistic Tapestry. Red Campion creates a frothy, rose-pink base that complements the vertical majesty of the Foxglove spires perfectly. Both are native-style hero plants for woodland edges and attract a huge range of pollinators.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for architectural rosettes in Year 1, followed by a majestic, multi-coloured display in Year 2.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\/Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowers (Yr 2)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlanting Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eAll parts of the Foxglove plant are highly toxic if ingested by humans or pets. We strongly recommend wearing gloves when handling the plants and keeping packets out of reach of small children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eFoxgloves are a cornerstone of the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. They are specifically evolved to feed long-tongued British bumblebees, providing a critical high-summer food source in the cottage garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":43488051101883,"sku":"FOX-BBM","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/204880078536540a0358d09_upscale.jpg?v=1758899105"},{"product_id":"dahlia-yankee-doodle-dandy-mix-seeds","title":"Dahlia Yankee Doodle Dandy Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eDahlia 'Yankee Doodle Dandy' Seeds\u003c\/h1\u003e\n\u003cp\u003eIf you want a dahlia that brings instant cheer and whimsy to the garden, 'Yankee Doodle Dandy' is the perfect choice. This delightful \"Collarette\" variety produces blooms in a rich tapestry of deep reds, purples, yellows, and oranges—often with the petals contrasting beautifully against the inner \"collar.\"\u003c\/p\u003e\n\u003cp\u003eUnlike the heavy, fully double dahlias, these flowers feel light and playful, dancing on shorter, bushy plants (approx. 50-60cm). Because the centres are open, they are absolute magnets for bees and butterflies, making them an eco-friendly choice for the wildlife-conscious gardener who doesn't want to sacrifice colour.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDahlia × hortensis\u003c\/em\u003e 'Yankee Doodle Dandy' is a robust \u003cstrong\u003eHalf-Hardy Perennial\u003c\/strong\u003e (H2), typically grown as a high-performance annual. It belongs to the \"Collarette\" classification, characterized by a single outer ring of broad petals surrounding a distinct, inner \"collar\" of shorter, frilly petaloids.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Collar\" Contrast:\u003c\/strong\u003e This mix is celebrated for its intricate bi-colour patterns. The inner collar is frequently a different hue to the outer petals—such as a ruby-red bloom with a creamy-white collar—creating a 3D visual depth that makes each flower unique and fascinating at close range.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTuber Bonus:\u003c\/strong\u003e While these plants flower spectacularly in their first year from seed, they will still develop significant underground tubers by autumn. If you find a particular colour combination you love, the tubers can be lifted and stored frost-free over winter, allowing you to grow your favourites again the following spring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eDahlias are fast-growing and incredibly rewarding, typically blooming just 12-14 weeks after sowing.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Sow the seeds 0.5cm deep into moist seed compost and maintain a consistent temperature of 15-20°C. Germination is usually rapid, occurring within 7-14 days. When seedlings are large enough to handle, prick them out into individual pots, handling them only by the leaves to avoid bruising the delicate stems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eOnly plant out in \u003cstrong\u003elate May or June\u003c\/strong\u003e once all risk of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and rich, well-drained soil. As a bedding variety, they are the ideal choice for front-of-border positions or large patio containers where their compact, mounded habit can be fully appreciated.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo ensure a relentless display, \u003cstrong\u003epinching and deadheading are vital\u003c\/strong\u003e. Pinch out the central growing tip when the plants are 10cm tall to encourage a bushier, multi-stemmed habit. Throughout the summer, regularly remove faded flower heads to prevent the plant from setting seed, which forces it to put all its energy into fresh buds right up until the first frosts in October.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eDahlia × hortensis\u003c\/em\u003e 'Yankee Doodle Dandy'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eCollarette Dahlia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm - 60cm (Compact)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🐝 Late-Season Bumblebees\u003cbr\u003e🏺 Vibrant Patio Containers\u003cbr\u003e🧱 Front-of-Border Bedding\u003cbr\u003e✂️ Professional Cut Flowers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 40 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eAs a shorter bedding variety, 'Yankee Doodle Dandy' looks spectacular when backed by taller, airy partners from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Verbena Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/verbena-bonariensis-seeds\"\u003eVerbena bonariensis\u003c\/a\u003e:\u003c\/strong\u003e The Tall Purple Contrast. Plant this behind your Dahlias. The wiry, see-through stems and electric violet heads act as a perfect textural foil to the warm reds and oranges of the Dahlia mix without casting heavy shade.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cosmos Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-purity-white-seeds\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The White Backdrop. The large, silk-white saucer flowers of 'Purity' provide a clean, calm background that allows the intricate multi-coloured patterns of the 'Yankee Doodle Dandy' blooms to truly stand out and take centre stage.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for non-stop whimsical blooms from mid-summer until the first frosts of autumn.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator Paradise\u003c\/strong\u003e\u003cbr\u003eUnlike heavy, double dahlias that hide their pollen, the open-centred \"Collarette\" flowers provide easy access for honeybees and bumblebees, making this an essential late-summer forage source.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in full sun, \u003cem\u003eDahlia × hortensis\u003c\/em\u003e 'Yankee Doodle Dandy' is an essential choice for those wanting to create a vibrant, low-maintenance garden that provides non-stop colour from July until the frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Perennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":43488058966203,"sku":"DAH-YDD","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_9bvvc69bvvc69bvv.png?v=1773852619"},{"product_id":"china-aster-peony-mix-seeds","title":"Aster Peony Mix","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-purple { background: #4a1a6a; }\n  .pf-violet { background: #3a1a5a; }\n  .pf-teal   { background: #1a6a5a; }\n  .pf-green  { background: #3a6a2a; }\n  .pf-slate  { background: #4a4a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .caution-box {\n    background: #fdf8ec;\n    border: 1px solid #d8c060;\n    border-left: 5px solid #8a6a08;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 16px 0;\n    color: #1e1800;\n  }\n  .caution-box strong { color: #0e0c00; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.orange { border-color: #c86020; }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li.gold   { border-color: #b08010; }\n  .companion-list li.rose   { border-color: #a02060; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell       { height: 32px; vertical-align: middle; }\n  .cal-sow        { background: #5a9e3a; }\n  .cal-transplant { background: #e8940a; }\n  .cal-flower     { background: #4a1a6a; }\n  .cal-empty      { background: #e2e2e2; }\n  .first-active   { border-radius: 16px 0 0 16px; }\n  .last-active    { border-radius: 0 16px 16px 0; }\n  .mid            { border-radius: 0; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow        { background: #5a9e3a; }\n  .swatch-transplant { background: #e8940a; }\n  .swatch-flower     { background: #4a1a6a; }\n  .swatch-empty      { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #f4f0fc;\n    border: 1px solid #b8a0d8;\n    border-left: 5px solid #4a1a6a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #100820;\n  }\n  .tip-box strong { color: #080414; }\n\n  .rhs-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #2a5a1a;\n    color: #fff;\n    border-radius: 8px;\n    padding: 10px 20px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    font-size: 1.05rem;\n    letter-spacing: 0.01em;\n  }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #4a1a6a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003cdiv class=\"rhs-badge\"\u003e🐝 RHS Plants for Pollinators\u003c\/div\u003e\n\u003ch1 style=\"text-align: center;\"\u003eChina Aster 'Peony Mix' Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003eThe peony-form China aster in a cool, sophisticated purple-dominant palette — deep violet, vibrant pink, soft lavender, and white in fully double, 8–10cm incurved heads on sturdy 60cm stems, arriving in August with the confidence of a plant that knows it is the finest thing left flowering in the late-summer garden.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eWith four China asters in the range, the Peony Mix occupies a specific and clearly defined position: it shares the peony-incurved flower form with 'Duchess Mixed', but where Duchess offers a twelve-colour rainbow beginning in July that includes blues, yellows, and every tone between, Peony Mix works in a cooler, more sophisticated register — deep purple, vibrant pink, soft lavender, and white — and begins a month later in August, at the point where the summer cutting garden is handing over to the autumn palette. The flower heads are 8–10cm across, substantial rather than monumental, and the colour palette is one that coordinates naturally with the violet zinnias, deep crimson Amaranthus, and warm gold rudbeckias that are also at their peak in August and September.\u003c\/p\u003e\n\u003cp\u003eIt is a cooler, calmer, more restrained alternative to Duchess Mixed rather than a competitor to it — the gardener who wants the full spectrum of colours and the earliest possible late-summer flowering should choose Duchess Mixed; the gardener who wants a more cohesive, more tonally unified palette of purples and pinks arriving in the second half of the season will find that the Peony Mix, in a late-summer vase, produces exactly the arrangement they had in mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"caution-box\"\u003e⚠️ \u003cstrong\u003eFusarium Wilt — Crop Rotation Essential:\u003c\/strong\u003e Like all China asters, 'Peony Mix' is susceptible to \u003cem\u003eFusarium oxysporum\u003c\/em\u003e f. sp. \u003cem\u003ecallistephi\u003c\/em\u003e — a soil-borne fungal disease that causes sudden, irreversible wilting with no effective cure. Never plant China asters in the same soil in consecutive years; a three-year rotation between positions is ideal. Growing in containers with fresh compost each year eliminates the risk entirely.\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Peony Mix' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2) and holder of the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e designation — the peony-flowered China aster in a purple-to-white cool palette, producing fully double, incurved flower heads of 8–10cm diameter on 60cm stems from August to October.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Four-Aster Comparison:\u003c\/strong\u003e To choose clearly across the range's four China asters — 'Duchess Mixed' (July–October, 12 colours including blues, fragrant, peony form, 70cm, 100 seeds, RHS Pollinators) is the broadest and earliest peony aster; 'Giants of California' (August–October, 5 refined colours, 12cm heads, professional Californian breeding, 100 seeds, Fleuroselect Quality) is the large-headed ostrich plume; 'Ostrich Plume' (August–October, 5 soft cottage colours, heirloom, twisted petals, 45–60cm, 200 seeds, Fleuroselect Quality) is the compact heirloom ostrich plume; 'Peony Mix' (August–October, 4 cool purple-pink colours, 8–10cm heads, 60cm, 100 seeds, RHS Pollinators) is the cooler, more restrained peony form for the gardener who wants the incurved pom-pom head in a coherent purple-lavender-pink-white palette without the full rainbow of Duchess Mixed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Purple-Dominant Palette:\u003c\/strong\u003e The specific colour register of Peony Mix — deep purple, vibrant pink, soft lavender, white — is the cool end of the aster spectrum, without the warm tones (yellow, coral, apricot, scarlet) that appear in Duchess Mixed's twelve colours and without the crimson-to-rose register of the ostrich-plume varieties. This cool-dominant palette coordinates particularly well with the deep violet zinnias, the wine-dark cosmos, and the silver-blue and lavender combinations of the late summer border, providing the purple anchor around which other late-season flowers can be arranged both in the garden and in the vase.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e8–10cm Heads — the Substantial Focal Flower:\u003c\/strong\u003e The stated 8–10cm head size puts Peony Mix firmly in focal flower territory — large enough to be the dominant flower in a mixed arrangement rather than a supporting or filler role, but not as imposing as the Giants of California's 12cm heads. In practical terms this means a vase of five Peony Mix stems alongside a few ammi or cosmos stems produces a complete, well-proportioned arrangement without any additional focal flower; the aster heads are present enough to carry the arrangement without overwhelming it.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Peony Mix' is grown in exactly the same way as 'Duchess Mixed' — same sowing timing, same germination temperature, same planting distances, same support requirement, same cut-at-full-development rule. The practical difference is the crop rotation, which applies equally to all four asters.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eMarch to April\u003c\/strong\u003e. Sow onto moist seed compost and cover with a fine 3–5mm layer of vermiculite. Maintain a temperature of \u003cstrong\u003e18–21°C\u003c\/strong\u003e. Germination is reliable and typically occurs within \u003cstrong\u003e10–21 days\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePlanting Out:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003elate May to June\u003c\/strong\u003e after thorough hardening off. Space plants \u003cstrong\u003e30cm apart\u003c\/strong\u003e in full sun and rich, well-drained soil enriched with organic matter. Avoid any position where China asters have grown in the previous two to three years. In exposed positions, install horizontal support netting at 30–40cm height when plants reach 20cm — the 8–10cm heads are substantial and benefit from support in wind.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeeding:\u003c\/strong\u003e\u003cbr\u003eA weekly balanced liquid feed once plants are established and showing flower buds improves head size and the number of secondary stems. China asters are productive, high-nutrient plants and respond well to regular feeding, unlike some of the leaner-soil annuals in the range.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCutting:\u003c\/strong\u003e\u003cbr\u003eCut when the flower head is three-quarters to fully open — China asters do not continue to open significantly in the vase and a stem cut too tight may not open fully indoors. Snip at a 45-degree angle for maximum water uptake. Remove all leaves below the waterline, change water every two to three days, and keep in a cool room for vase life of up to ten days.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBotanical Name\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Peony Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Name\u003c\/td\u003e\n\u003ctd\u003ePeony-Flowered China Aster \/ Peony Mix China Aster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Type\u003c\/td\u003e\n\u003ctd\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardiness\u003c\/td\u003e\n\u003ctd\u003eH2 — frost sensitive; plant out after all risk of frost has passed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Requirements\u003c\/td\u003e\n\u003ctd\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Height\u003c\/td\u003e\n\u003ctd\u003e60cm — bushy and upright\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spread\u003c\/td\u003e\n\u003ctd\u003e30–40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spacing\u003c\/td\u003e\n\u003ctd\u003e30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Form\u003c\/td\u003e\n\u003ctd\u003ePeony-flowered — fully double, densely incurved; central disc concealed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Diameter\u003c\/td\u003e\n\u003ctd\u003e8–10cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Colours\u003c\/td\u003e\n\u003ctd\u003eDeep purple, vibrant pink, soft lavender, white — cool palette\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlowering Period\u003c\/td\u003e\n\u003ctd\u003eAugust to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVase Life\u003c\/td\u003e\n\u003ctd\u003eUp to 10 days — cut at ¾ open; remove submerged leaves\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSupport Required\u003c\/td\u003e\n\u003ctd\u003eRecommended in exposed positions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDisease Note\u003c\/td\u003e\n\u003ctd\u003eSusceptible to Fusarium wilt — crop rotation essential\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRHS Pollinator Friendly\u003c\/td\u003e\n\u003ctd\u003eYes ✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerfect For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-purple\"\u003e\n\u003cspan class=\"pf-icon\"\u003e✂️\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate Summer Cut Flower Garden\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-violet\"\u003e\n\u003cspan class=\"pf-icon\"\u003e💜\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003ePurple \u0026amp; Lavender Colour Schemes\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🐝\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate Season Pollinator Forage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-green\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🍂\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eAutumn Border \u0026amp; Vase Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eSophisticated Late-Season Arrangements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe cool purple-pink-lavender palette of 'Peony Mix' is one of the most naturally harmonious and most versatile late-summer colour registers — these companions create the most beautiful combinations:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"orange\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌻\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Zinnia Giants of California Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-giants-of-california-mixed-seeds\"\u003eZinnia 'Giants of California'\u003c\/a\u003e: The Warm-Cool Contrast.\u003c\/strong\u003e The vivid coral, orange, scarlet, and hot-pink zinnias alongside the deep purple, vibrant pink, and lavender of 'Peony Mix' creates the most energetic warm-cool contrast available from the late-summer cutting garden — the warm, saturated zinnia tones making the cool aster purples appear richer and deeper, and the cool aster tones making the warm zinnias appear more vivid. Both flower simultaneously in August and September, both produce multiple cutting stems per plant, and both have long vase lives that make them genuinely practical together. In a large vase, orange zinnia heads alongside deep purple aster pom-poms is one of the most striking and most colour-theoretically pure combinations in the entire annual range.\u003c\/li\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Ammi Majus Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\"\u003eAmmi Majus\u003c\/a\u003e: The White Lace Separator.\u003c\/strong\u003e The pure white lace umbels of Ammi Majus — if sown in autumn for the earliest possible plants — overlap with the August beginning of the Peony Mix season and provide the finest and most classic white framework for the cool purple and pink aster heads. The white creates the visual space and separation between the more substantial aster pom-poms that prevents the arrangement from feeling crowded, while the intricate lace structure of the ammi umbel contrasts maximally with the dense, compact, fully-incurved structure of the peony aster. In a vase, deep purple Peony Mix heads alongside white ammi is an arrangement of considerable elegance and considerable restraint — cool, clean, and beautiful in a way that warm-coloured arrangements cannot quite achieve.\u003c\/li\u003e\n\u003cli class=\"gold\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Rudbeckia Marmalade Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/rudbeckia-marmalade-seeds\"\u003eRudbeckia 'Marmalade'\u003c\/a\u003e: The Harvest Gold Anchor.\u003c\/strong\u003e The warm, clear, uncomplicated golden-yellow of Rudbeckia 'Marmalade' daisy heads provides the warm anchor that the cool purple palette of 'Peony Mix' benefits most from — yellow and purple are complementary colours, and the golden rudbeckia intensifies the purple aster tones in the same way that gold intensifies violet in a stained glass window. The combination of the rudbeckia's open, flat, simple daisy face and the aster's dense, rounded, fully-incurved pom-pom creates a form contrast as well as a colour contrast, and the two together in a border or a vase capture the essence of the September garden more precisely than almost any other combination in the late-season range.\u003c\/li\u003e\n\u003cli class=\"rose\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"China Aster Duchess Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/china-aster-duchess-mixed-seeds\"\u003eChina Aster 'Duchess Mixed'\u003c\/a\u003e: The Complete Peony Collection.\u003c\/strong\u003e Growing 'Peony Mix' alongside 'Duchess Mixed' provides the most comprehensive peony-form China aster cutting garden available from the range — Duchess beginning in July with twelve colours including the blues and yellows that Peony Mix does not carry, Peony Mix arriving in August with a more unified cool purple palette that extends and complements the Duchess range. The two together cover seven months of peony-form aster from July to October with seventeen colours between them, and the tonally distinct cool-purple register of Peony Mix alongside the broader Duchess rainbow creates exactly the kind of variety within a single flower form that makes a cutting garden genuinely interesting to work with across the full season.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors in March or April — 'Peony Mix' begins flowering in August, a month after 'Duchess Mixed', and continues through September and October, providing the most focused and most tonally cohesive purple-dominant display of all four China asters in the range during the peak months of the autumn cutting garden season.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e💜 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Rotate Religiously, Cut at Full Development \u0026amp; Pair with Warm Tones Tip\u003c\/strong\u003e\u003cbr\u003eThree things make the most of 'Peony Mix'. First, rotate without exception — same rule as all China asters, same disease, same prevention. The consistently cool palette of Peony Mix makes it a variety worth protecting carefully, because the deep purple and vibrant pink combinations it produces are genuinely difficult to replicate from any other annual at this season. Second, cut at near-full development — the instinct to cut in bud produces aster stems that may not open fully in the vase. Wait until three-quarters to fully open, cut in the morning, and place immediately in deep cool water with all submerged leaves removed. Third, always pair at least some of the cool purple-pink stems with warm-toned companions — Rudbeckia 'Marmalade', orange zinnias, or warm dahlias — because the cool purple palette of Peony Mix is at its most vibrant and most beautiful in contrast with warm gold and orange, not in combination with more cool tones. A vase of all-purple asters is pleasant; a vase of purple asters with golden rudbeckia is genuinely striking.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e💜 The Cool-Palette Peony Aster for the Autumn Cutting Garden\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Peony Mix' is the China aster for the cutting garden that wants the peony-incurved form in a coherent, restrained, purple-dominant palette rather than the full twelve-colour rainbow of 'Duchess Mixed' — 8–10cm heads of deep violet, vibrant pink, lavender, and white arriving in August and continuing through October, at exactly the point where the season needs the cool, sophisticated colour contribution that warm-toned autumn flowers cannot provide. Rotate every year, grow it alongside zinnias for the finest warm-cool contrast the late-season range offers, and pair the deep purple heads with golden rudbeckia in every arrangement.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":44033712914619,"sku":"AST-PEO","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/20488001b875f2da21a21ea_upscale.jpg?v=1758899190"},{"product_id":"didiscus-madonna-mixed-seeds","title":"Didiscus Madonna Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eDidiscus 'Madonna Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA beautiful pastel blend of cushion-like flower heads in powder-blue, creamy-white, and blush-pink. Each bloom acts as a tiny piece of intricate lacework, perfect for romantic wedding bouquets.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eWhile the classic Blue Lace Flower is a garden favourite, the 'Madonna Mixed' series takes this elegance to a new level. This beautiful blend produces a pastel wash of cushion-like flower heads in shades of soft powder-blue, creamy white, and blush pink. Each bloom looks like a tiny, intricate piece of lace work, held high on slender, curving stems.\u003c\/p\u003e\n\u003cp\u003eFor the florist or flower arranger, this mix is absolute gold. The gentle colours harmonize with almost any palette, acting as the perfect \"bridge\" between larger focal flowers. They have a subtle, sweet fragrance and an airy quality that prevents bouquets from looking heavy or stiff.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e \u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eTrachymene coerulea\u003c\/em\u003e, commonly known as Didiscus or Blue Lace Flower, is a sophisticated \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Native to the sunny regions of Western Australia, it is perfectly adapted for the UK summer, providing continuous flowers from July until the first autumn frosts.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Pincushion\" Dimension:\u003c\/strong\u003e Unlike the flat, plate-like umbels of Ammi or Carrot flowers, Didiscus produces slightly domed flower heads. This structural 3D effect gives the blooms a unique texture in arrangements, appearing like a collection of tiny, luminous stars pinned into a soft pastel cushion.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eExceptional Productivity:\u003c\/strong\u003e 'Madonna Mixed' is a generous variety. The more you harvest for the vase, the more the plant is stimulated to produce secondary side-shoots. This constant renewal ensures a steady supply of delicate, lace-like stems for wedding bouquets or bedside arrangements throughout the peak season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\" open=\"\"\u003e \u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eDidiscus is rewarding to grow, but it has one specific biological requirement for successful germination: \u003cstrong\u003etotal darkness\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Sow the seeds onto the surface of moist seed compost and \u003cstrong\u003ecover them completely\u003c\/strong\u003e with a layer of soil or vermiculite. To ensure total darkness, cover your seed tray with a piece of cardboard or black plastic until the first green shoots appear. Keep at 18-20°C; germination usually occurs within 14-20 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in well-drained soil. They possess a sensitive taproot and deeply dislike root disturbance; for this reason, we recommend transplanting carefully into their final flowering positions in \u003cstrong\u003elate May or June\u003c\/strong\u003e once all risk of frost has passed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe slender, wiry stems are elegant but can be prone to bending under heavy summer rain. We recommend providing a light layer of horizontal support netting or twiggy sticks to keep the stems perfectly straight for cutting. Regular watering is essential during the early stages, but once established, they are remarkably drought-tolerant.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e \u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eTrachymene coerulea\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eDidiscus 'Madonna Mixed' \/ Lace Flower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e💐 Romantic Wedding Bouquets\u003cbr\u003e🎨 Soft Pastel Border Palettes\u003cbr\u003e🏺 High-Quality Cut Flowers\u003cbr\u003e🦋 Pollinator-Friendly Stems\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e \u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe pastel mix of 'Madonna' works spectacularly with plants that provide a distinct shape contrast from our available collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Salvia Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/salvia-farinacea-victoria-blue-seeds\"\u003eSalvia 'Victoria Blue'\u003c\/a\u003e:\u003c\/strong\u003e The Shape Contrast. The upright, deep indigo-blue spikes of the Salvia cut through the soft, round clouds of the Didiscus mix, adding definition and a richer blue tone to the pastel palette. This is a design-led pairing that adds sophisticated structure to any pot or border.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Cosmos Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-purity-white-seeds\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The Brightener. The large, clean white silk-faces of 'Purity' make the subtle pinks and blues of the 'Madonna' mix look even softer and more romantic by comparison. Together, they create a dreamy, \"see-through\" display that is perfect for summer cutting.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e \u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e \u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring (ensuring total darkness) for a continuous pastel harvest from early summer until the autumn frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Vase Life Tip\u003c\/strong\u003e\u003cbr\u003eDidiscus has an excellent vase life of 7-10 days. Harvest the stems when the individual star-shaped flowers on the outer edge of the domed \"pincushion\" have just begun to open for the longest possible display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Florist's Favourite Filler\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in full sun, \u003cem\u003eTrachymene coerulea\u003c\/em\u003e is an essential choice for those wanting to create a romantic, low-maintenance garden that provides professional-grade stems for wedding arrangements and bouquets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44114618253499,"sku":"DID-MAD","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_dbz58udbz58udbz5.png?v=1773875296"},{"product_id":"linaria-toadflax-seeds","title":"Linaria Fairy Bouquet Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eLinaria 'Fairy Bouquet Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eUpright spikes packed with miniature spurred 'Snapdragons' in a vibrant carnival of neon pinks, electric purples, and sunny yellows. A joyfully messy 'Speed Demon' that blooms within weeks.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you are impatient for flowers, Linaria is your best friend. Often called \"Baby Snapdragons\" or \"Toadflax,\" these charming little plants produce upright spikes densely packed with tiny, spurred flowers that look exactly like miniature snapdragons.\u003c\/p\u003e\n\u003cp\u003eThe 'Fairy Bouquet' mix lives up to its magical name, offering a vibrant carnival of colours: neon pinks, electric purples, sunny yellows, and crisp whites, often with contrasting spots on the lip. It is a joyfully messy, low-growing plant that is perfect for filling gaps at the front of a border or creating a \"meadow\" look in a patio pot.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eLinaria maroccana\u003c\/em\u003e, or Toadflax, is a \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3\/H4). Originally native to Morocco, it is perfectly suited to the UK climate, providing a rapid burst of colour that is unmatched by most other annuals.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Speed Demon:\u003c\/strong\u003e Linaria is one of the fastest flowers you can grow from seed. In a favourable UK spring, it can go from sowing to full bloom in as little as 8 to 10 weeks. This makes it an ideal \"filler\" plant for the gaps left by spring-flowering bulbs like tulips or narcissi.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Magnet:\u003c\/strong\u003e Despite their tiny size, the flowers are a major draw for bees and butterflies. Each bloom features a long spur at the back that is filled with nectar, specifically attracting long-tongued pollinators to your garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eLinaria seeds are exceptionally tiny; they require \u003cstrong\u003elight to germinate\u003c\/strong\u003e, so they should be surface-sown onto the soil.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors from \u003cstrong\u003eMarch to May\u003c\/strong\u003e, or in \u003cstrong\u003eSeptember\u003c\/strong\u003e for earlier flowers the following year. Scatter the seeds thinly onto the surface of finely raked soil. \u003cstrong\u003eDo not cover the seeds\u003c\/strong\u003e—simply press them gently into the earth. Germination usually occurs within 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey thrive in \u003cstrong\u003efull sun\u003c\/strong\u003e but will tolerate very light shade. Linaria prefers light, well-drained soil and is an excellent choice for gravel gardens, rockeries, or containers. They are particularly effective when allowed to self-seed in the cracks of paving or along path edges.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eBecause they flower so rapidly, the display can finish early. For a continuous carnival of colour, use \u003cstrong\u003esuccession sowing\u003c\/strong\u003e—sow a small pinch of seeds every three weeks until June. If the plants start to look straggly, shear them back by half to encourage a fresh flush of growth and blooms.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eLinaria maroccana\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eToadflax \/ Baby Snapdragon\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\/H4\u003c\/strong\u003e (Hardy across most of the UK)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm - 30cm (Dwarf)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e15cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eScatter thickly\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e👶 Children's First Gardens\u003cbr\u003e🐝 Long-Tongued Pollinators\u003cbr\u003e🏺 Patio Pots \u0026amp; Window Boxes\u003cbr\u003e⚡ Instant \"Gap Filling\"\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eLinaria is small and dainty, so it pairs perfectly with other low-growing annuals from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/virginia-stock-seeds\" title=\"Virginian Stock Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eVirginian Stock\u003c\/a\u003e:\u003c\/strong\u003e The Confetti Mix. Both plants are fast-growing, low-growing, and share a similar palette of pinks and lilacs. Sow them together in paving cracks or window boxes for an instant \"miniature meadow\" look.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/stock-night-scented-lavender-pink\" title=\"Night Scented Stock Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eNight Scented Stock\u003c\/a\u003e:\u003c\/strong\u003e Day \u0026amp; Night. Linaria provides the vibrant visual colour during the day, while Night Scented Stock provides the intoxicating fragrance in the evening. A perfect sensory partnership for a patio pot.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in spring or autumn for a rapid burst of colour from early summer until the first frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #e8f5e9; border: 1px solid #c8e6c9; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🏺 Patio Tip\u003c\/strong\u003e\u003cbr\u003eLinaria 'Fairy Bouquet' is the perfect \"quick fix\" for containers. If your spring pots are looking bare, scatter these seeds for an instant, vibrant miniature snapping-dragon display that will bloom within weeks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Fast-Growing Garden Favourite\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive on neglect, \u003cem\u003eLinaria maroccana\u003c\/em\u003e is an essential choice for those wanting to create a naturalistic, low-maintenance UK garden that supports a huge variety of long-tongued bees and butterflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44233076342971,"sku":"LIN-FAI","price":1.95,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/BF41E862-A27B-4F05-9429-1F086544C114.jpg?v=1773348989"},{"product_id":"larkspur-limelight-mix-seeds","title":"Larkspur Limelight Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eLarkspur 'Limelight Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eTall, rigid spires densely packed with fully double flowers in a unique blend of creamy-white and zesty lime-green. The ultimate neutral 'blender' that adds a modern, crisp edge to bouquets and garden borders\u003c\/em\u003e.\u003c\/p\u003e\n\u003cp\u003eIf you want your home-grown bouquets to look like they came from a high-end florist, you need 'Limelight'. This stunning variety produces tall, rigid spires densely packed with fully double flowers in a unique blend of creamy-white and zesty lime-green.\u003c\/p\u003e\n\u003cp\u003eThis is the ultimate \"blender.\" The fresh, clean colour acts as a neutral foil, cooling down hot colours like orange and red, or adding a modern, crisp edge to white and blue arrangements. It is sturdy, long-lasting in the vase, and dries beautifully for winter decoration.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eConsolida ajacis\u003c\/em\u003e, or Larkspur, is the annual cousin of the Delphinium and is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). It is one of the few annuals that actively dislikes heat, making it a perfect match for the cooler UK climate.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Cold Lover:\u003c\/strong\u003e Larkspur is genetically adapted to germinate in cool conditions. If the soil is too warm, the seeds will remain dormant. For this reason, it is one of the few plants that performs better when sown in the unpredictable chill of a British spring or even the previous autumn.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eStructural Spires:\u003c\/strong\u003e Unlike the frothy, mounded habit of many cottage garden annuals, Larkspur provides much-needed vertical structure. The rigid, upright stems are naturally wind-resistant, although they still appreciate a little shelter to keep their lime-green spires pristine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide: The Fridge Trick\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eLarkspur seeds can sometimes go into a deep dormancy. To \"wake them up\" and ensure a high germination rate, place the seed packet in your \u003cstrong\u003efreezer for 7 days\u003c\/strong\u003e before sowing. This cold shock mimics a harsh winter and signals to the seed that spring has arrived.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors in \u003cstrong\u003eSeptember\u003c\/strong\u003e (for earlier, stronger plants) or \u003cstrong\u003eMarch\u003c\/strong\u003e. Scatter the seeds onto raked soil and cover lightly; unlike many annuals, Larkspur seeds require \u003cstrong\u003edarkness to germinate\u003c\/strong\u003e. They have a sensitive taproot and hate root disturbance, so direct sowing is strongly recommended.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey thrive in \u003cstrong\u003efull sun\u003c\/strong\u003e and fertile, well-drained soil. Because they grow so rapidly to 1 metre tall, they are \"hungry\" plants; digging in some well-rotted garden compost before sowing will result in much thicker, bloom-heavy spires.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eIf your garden is exposed to the wind, provide support with a few birch twigs or garden twine while the plants are still young. To keep the lime-green show going, deadhead the main central spike once it finishes to encourage smaller side shoots to develop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eConsolida ajacis\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eLarkspur 'Limelight'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Tolerates light frost)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ High-End Cut Flowers\u003cbr\u003e👰 Wedding Floral Work\u003cbr\u003e🍂 Winter Dried Arrangements\u003cbr\u003e🐝 Accessible Bee Nectar\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 50 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe greenish-white tones of 'Limelight' make every other colour in the border pop. Pair it with these available stars:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌹\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/sweet-pea-winston-churchill-seeds\" title=\"Sweet Pea Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eSweet Pea 'Winston Churchill'\u003c\/a\u003e:\u003c\/strong\u003e The Modern Classic. The deep, velvety crimson-red of this Sweet Pea looks incredibly vibrant against the cool, zesty lime of the Larkspur. This is a sophisticated, high-contrast twist on a traditional cottage pairing.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🔥\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-dazzler-seeds\" title=\"Cosmos Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCosmos 'Dazzler'\u003c\/a\u003e:\u003c\/strong\u003e The Hot Border. Mixing the sharp, vertical lime spikes of Larkspur with the airy, magenta-red daisy heads of 'Dazzler' creates a high-energy, textural display that will stop visitors in their tracks.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in cool soil during autumn or early spring for tall, bloom-heavy spires from June until August.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eLarkspur belongs to the Delphinium family; all parts of the plant are toxic if ingested. We recommend washing your hands after handling the seeds or flowers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Biodiversity Powerhouse\u003c\/h3\u003e\n\u003cp\u003eLarkspur 'Limelight' features accessible, open flowers that are a major nectar source for British bumblebees and honeybees during the high summer peak.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44266235330747,"sku":"LRK-LIM","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/larkspur-limelight-mix-6592357.jpg?v=1760750541"},{"product_id":"mesembryanthemum-harlequin-seeds","title":"Mesembryanthemum Harlequin","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eMesembryanthemum 'Harlequin' Seeds\u003c\/h1\u003e\n\u003cp\u003eIf you have a hot, dry spot where absolutely nothing else survives—that baking gravel driveway edge, the sizzling top of a stone wall, or the neglected hanging basket—'Harlequin' is your salvation. This spectacular South African succulent (commonly known as Livingstone Daisy or Ice Plant) produces a low, ground-hugging carpet of fleshy, crystalline leaves that literally sparkle and glisten in bright sunlight like scattered jewels.\u003c\/p\u003e\n\u003cp\u003eBut the real magic happens when the sun comes out. The daisy-like flowers burst open in an absolutely dazzling neon explosion of colour—vibrant shocking pinks, electric oranges, peachy apricots, and sunny yellows—many with dramatic contrasting rings. These are nature's solar panels: they open wide to catch every ray, tracking the sun across the sky, then close up tight in the evening or on dull, cloudy days to protect their precious pollen.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDorotheanthus bellidiformis\u003c\/em\u003e 'Harlequin' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Originating from the coastal deserts of South Africa, it is a true succulent with water-storing tissues in its leaves, making it one of the most drought-tolerant annuals available to UK gardeners.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Ice Effect:\u003c\/strong\u003e If you look closely, the leaves are covered in tiny, transparent \"water vesicles.\" These act like miniature ice crystals, catching the light and giving the plant a beautiful glistening or frosted appearance. They are functional reservoirs that help the plant thrive in intense summer heat.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eSolar Tracker:\u003c\/strong\u003e Mesembryanthemum flowers exhibit strong heliotropism. They require direct, bright sunlight to open and will actually track the sun's path throughout the day. In the UK, they perform most spectacularly during the warmest, brightest hours and will close up tightly if a cloud passes over.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eMesembryanthemum seeds are tiny and dust-like; they require \u003cstrong\u003elight to germinate\u003c\/strong\u003e, so surface sowing is critical for success.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Scatter the seeds thinly onto the surface of moist, gritty seed compost. \u003cstrong\u003eDo not cover them with soil\u003c\/strong\u003e—simply press them gently into the surface. Keep the tray at 18-21°C in a bright spot. Germination usually takes 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eJune\u003c\/strong\u003e once the danger of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and exceptionally well-drained soil. They are perfect for rockeries, gravel gardens, path edges, or the top of dry stone walls. If your garden has heavy clay, they are best grown in containers with plenty of added grit.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eDo not overwater!\u003c\/strong\u003e This is a true desert plant that hates \"wet feet.\" Only water during extremely severe, prolonged dry spells. In pots, let the compost dry out almost completely between waterings. Deadhead spent flowers regularly to keep the neon display going until the first autumn frost.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eDorotheanthus bellidiformis\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eLivingstone Daisy \/ Ice Plant\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual (Succulent)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost tender)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️ (Essential)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e10cm - 15cm (Ground-hugging)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 15cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to September\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🏜️ Gravel \u0026amp; Rock Gardens\u003cbr\u003e🏖️ Coastal Sites\u003cbr\u003e🏺 Hanging Baskets \u0026amp; Pots\u003cbr\u003e🌈 Neon Colour Themes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 1000 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThese sun-worshipping succulents pair perfectly with other drought-tolerant stars from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☀️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Californian Poppy Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/californian-poppy-golden-west\"\u003eCalifornian Poppy 'Golden West'\u003c\/a\u003e:\u003c\/strong\u003e The Heatwave Duo. Both plants love lean, dry soil and thrive on neglect. The silky orange cups of the Poppy rising above the neon mat of Livingstone Daisies creates a stunning, vibrant display for any hot bank or gravel area.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Alyssum Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/alyssum-royal-carpet\"\u003eAlyssum 'Royal Carpet'\u003c\/a\u003e:\u003c\/strong\u003e The Scented Frame. The honey-scented, violet-purple mounds of Alyssum provide a beautiful, solid background that makes the neon pinks and oranges of 'Harlequin' truly pop with intensity.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for a heat-tolerant, neon display from June through September.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #e1f5fe; border: 1px solid #b3e5fc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Do NOT Overwater!\u003c\/strong\u003e\u003cbr\u003eMesembryanthemum is a true desert succulent. Water sparingly when first planting out, then almost never. Soggy roots are the biggest threat to this variety—it is a genuine \"thrive on neglect\" plant!\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Climate-Resilient Pollinator Plant\u003c\/h3\u003e\n\u003cp\u003eLivingstone Daisies provide a vital nectar source during UK heatwaves when many traditional garden flowers wilt. Their ability to thrive in baking urban conditions makes them a crucial, resilient resource for bees and butterflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44266240737467,"sku":"MES-HRL","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/20488005a6bdf0278d21f2f_upscale.jpg?v=1758899217"},{"product_id":"statice-mixed-seeds","title":"Statice Hipster Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eStatice 'Hipster Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eSturdy, winged stems topped with vibrant, papery clusters in a spectrum of jewel tones. This definitive 'everlasting' flower retains its brilliant colour indefinitely once dried, making it an essential ingredient for sustainable winter wreaths and butterfly-friendly summer borders.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eStatice 'Hipster Mixed' seeds, also known as \u003cem\u003eLimonium sinuatum\u003c\/em\u003e or Sea Lavender, are a half-hardy annual that has seen a massive resurgence in popularity thanks to the sustainable flower movement. Once considered \"retro,\" this variety is now highly valued for its sturdy, winged stems topped with large, flat-topped clusters of flowers that possess a unique, papery texture.\u003c\/p\u003e\n\u003cp\u003eThis mix produces a vibrant spectrum of colours, including deep violet, rose, apricot, yellow, blue, and pure white. The colourful parts of the plant are actually papery calyces rather than petals, which means they feel crisp and dry even while the plant is still growing in the garden. Because of this, they hold their brilliant colour for years after being harvested, making them an essential ingredient for everlasting bouquets, dried arrangements, and winter wreaths.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eLimonium sinuatum\u003c\/em\u003e is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). It thrives in the warmth of a British summer but cannot tolerate frost, so it is best started under cover in the spring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEverlasting Quality:\u003c\/strong\u003e Statice is the \"workhorse\" of the dried flower world. Unlike most flowers that lose their pigment when dehydrated, the calyces of Statice retain their intense, jewel-like saturation indefinitely, earning them the name \"Everlasting Flower.\"\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eButterfly Magnet:\u003c\/strong\u003e It is officially recognised for its high ecological value. The flat flower clusters provide a stable, nectar-rich landing platform for butterflies and hoverflies throughout the height of summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eStatice is remarkably easy to grow if given a sunny spot and soil that doesn't stay waterlogged.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Sow the seeds on the surface of moist compost and do not cover them, as they require light to trigger germination. Maintain a temperature of 18-21°C. Seedlings typically appear in just 7-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003elate May or June\u003c\/strong\u003e once all risk of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in sandy, free-draining soil. They are exceptionally drought-tolerant once established but are prone to rotting in heavy, wet clay.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDrying Tip:\u003c\/strong\u003e\u003cbr\u003eTo lock in the best colour, harvest the stems when the clusters are fully coloured but the tiny white flowers inside the calyces are still fresh. Hang them upside down in a dark, dry, well-ventilated place.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eLimonium sinuatum\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eSea Lavender \/ Statice\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Needs frost protection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm - 80cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🍂 Dried Arrangements\u003cbr\u003e🦋 Butterfly Magnet\u003cbr\u003e✂️ Sustainable Cut Flowers\u003cbr\u003e🌦️ Drought Tolerance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eStatice provides a vibrant, solid form that pairs perfectly with airy and papery textures:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🔥\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Strawflower Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/strawflower-helichrysum-swiss-giant-mix-seeds\"\u003eStrawflower 'Swiss Giant'\u003c\/a\u003e:\u003c\/strong\u003e The Everlasting Duo. This is the definitive pairing for anyone growing a drying garden. Both flowers retain their colour indefinitely when dried and share a love for the full UK sun.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Ageratum Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ageratum-timeless-mix-seeds\"\u003eAgeratum 'Timeless Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Texture Balance. The soft, fuzzy \"powder puffs\" of Ageratum provide a stunning foil to the sharp, papery structure of the Statice. Together, they create a sophisticated textural display in summer bouquets.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow under cover in spring for a summer-long display of dryable, jewel-bright colour.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f4f9f4; border: 1px solid #dce7dc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🦋 Sustainable \u0026amp; Wildlife-Friendly\u003c\/strong\u003e\u003cbr\u003eStatice clusters provide vital nectar for pollinators during the peak of summer. Because they dry so perfectly, they are the ultimate \"slow flower\" choice for a sustainable, pesticide-free cutting garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Half-Hardy Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44282643579067,"sku":"STA-TIC","price":2.25,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_7whccy7whccy7whc.png?v=1773951185"},{"product_id":"larkspur-giant-hyacinth-mixed-seeds","title":"Larkspur Giant Hyacinth Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eLarkspur 'Giant Hyacinth Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eMassive, column-like central spikes packed with double, ruffled flowers in a tapestry of violet, rose, and white. This structural mix resembles a giant spring Hyacinth and is the finest choice for vertical drama and drying.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you love the look of Delphiniums but want a reliable annual that flowers in just a few months, this is the variety for you. Unlike the branching 'Imperial' types, the 'Giant Hyacinth' strain focuses all its energy into producing massive, dense, column-like central spikes. The double flowers are packed so tightly together they resemble a spring Hyacinth, but on a grand scale.\u003c\/p\u003e\n\u003cp\u003eThis mix offers a beautiful tapestry of cool colours: violet, lilac, pale pink, rose, and white. Standing tall and rigid, they add a strong vertical architectural line to borders. They are arguably the best Larkspur for drying whole, as the dense spikes retain their shape and colour perfectly for winter arrangements.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eConsolida ajacis\u003c\/em\u003e, commonly known as Larkspur, is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). While it shares a striking resemblance to the perennial Delphinium, it completes its life cycle in a single UK summer, reaching nearly a metre in height with impressive speed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Hyacinth\" Habit:\u003c\/strong\u003e This specific variety is bred for its non-branching habit, meaning it produces one magnificent, thick central spike of flowers. This focused growth creates a far more dense and structural visual impact than other Larkspur varieties, making it the florist’s choice for vertical drama.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCool-Season Specialist:\u003c\/strong\u003e Larkspur is genetically programmed to thrive in the cooler temperatures of the British spring. It establishes a strong root system before the summer heat arrives, ensuring that when it does bloom, the spires are tall, rigid, and densely packed with double, ruffled flowers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide: The Fridge Trick\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eLarkspur seeds can sometimes enter a state of deep dormancy if they get too warm. To guarantee success, place your sealed seed packet in the \u003cstrong\u003efreezer for 7 days\u003c\/strong\u003e before sowing. This \"cold shock\" mimics a sharp frost and signals to the seed that winter is over and it is time to germinate.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors in \u003cstrong\u003eSeptember\u003c\/strong\u003e (for the tallest, earliest flowers) or \u003cstrong\u003eMarch\/April\u003c\/strong\u003e. Scatter seeds onto finely raked soil and cover lightly; Larkspur seeds require \u003cstrong\u003edarkness to germinate\u003c\/strong\u003e. They have a sensitive taproot and hate root disturbance, so direct sowing into their final position is strongly recommended.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and fertile, well-drained soil. Because the flower spikes are heavy and dense, they are \"hungry\" plants; digging in some well-rotted garden compost before sowing will result in much thicker, more structural columns of colour.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eThe dense flower spikes are heavy and can catch the wind; we recommend early staking or growing them through support netting to prevent them from snapping in a UK summer gale. Water regularly during dry spells to keep the spires growing straight and tall.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eConsolida ajacis\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eLarkspur 'Giant Hyacinth Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Tolerates light frost)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 100cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🍂 Drying Spikes Whole\u003cbr\u003e👰 Biodegradable Confetti\u003cbr\u003e🐝 High Nectar Source\u003cbr\u003e🏰 Formal Vertical Accents\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 240 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe rigid, upright spikes of 'Giant Hyacinth' need soft, airy partners to prevent the border looking too stiff. Pair them with these available stars from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-purity-seeds\" title=\"Cosmos Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The Softener. The large, floating white saucers and ferny foliage of 'Purity' perfectly soften the rigid architectural lines of the Larkspur spikes. Both thrive in the same sunny spots and flower simultaneously.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-queen-annes-lace\" title=\"Ammi Majus Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAmmi Majus (Queen Anne’s Lace)\u003c\/a\u003e:\u003c\/strong\u003e The Florist's Mix. Combining the solid, column-like spikes of Larkspur with the flat, frothy white heads of Ammi creates a professional \"meadow-style\" bouquet in either the garden or the vase.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in autumn for spectacular early summer columns, or early spring for mid-summer colour.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eLarkspur belongs to the Delphinium family; all parts of the plant and its seeds are toxic if ingested by humans or pets. We recommend washing your hands after handling the seeds or flowers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eLarkspur is a high-performance nectar source for early summer. \u003cem\u003eConsolida ajacis\u003c\/em\u003e is listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list and is a particular favourite for British bumblebees.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44333404160187,"sku":"LRK-GHM","price":2.35,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/larkspur-giant-hyacinth-mixed-flower-seeds-petal-shrub-933.jpg?v=1758899260"},{"product_id":"forget-me-not-victoria-mixed-seeds","title":"Forget-me-not Victoria Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eForget-me-not 'Victoria Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA 'jewel box' mix of deep indigo, soft rose-pink, and pearly-white blooms. These neat, cushion-like mounds create a dense carpet of colour, acting as a critical early-season nectar source for bees.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eWhile the classic Forget-me-not is famously blue, the 'Victoria Mixed' series opens up a whole new palette for the spring garden. This charming variety produces neat, cushion-like mounds covered in a \"jewel box\" mix of flowers: deep indigo blue, soft rose-pink, and pearly white.\u003c\/p\u003e\n\u003cp\u003eBred to be more compact and bushy than wild varieties, 'Victoria Mixed' creates a dense carpet of colour that is perfect for edging paths, filling window boxes, or underplanting spring bulbs. It brings a soft, pastel confetti effect to the garden just as the weather begins to warm up in April and May.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eMyosotis sylvatica\u003c\/em\u003e 'Victoria Mixed' is a robust \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H6). It follows a natural two-year cycle: growing a low, ball-shaped rosette of foliage in its first year and exploding into its iconic pastel clouds of blue, pink, and white the following spring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Victoria\" Difference:\u003c\/strong\u003e Unlike the taller, wild woodland Forget-me-nots which can sometimes become leggy or sprawling, the Victoria strain is specifically selected for its dwarf, cushion-forming habit. It remains compact (approx. 15-20cm), making it the superior choice for formal edging or tidy containers where a manicured carpet of colour is desired.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEarly Nectar Source:\u003c\/strong\u003e Flowering from April, 'Victoria Mixed' provides a critical early-season food source for solitary bees and emerging queen bumblebees. Its accessibility and reliable spring blooming make it a top-tier choice for the biodiversity-focused cottage garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eForget-me-nots are remarkably easy to grow and are famous for their ability to thrive with minimal maintenance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow directly outdoors from \u003cstrong\u003eMay to July\u003c\/strong\u003e into a shady seedbed or directly where they are to flower. Scatter the seeds thinly on the surface of finely raked soil and cover very lightly. Keep moist until germination, which typically occurs within 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey are highly versatile and will thrive in \u003cstrong\u003eshade or partial shade\u003c\/strong\u003e, though they will tolerate sun if the soil is kept moisture-retentive. They are the perfect candidate for woodland edges, north-facing borders, or under deciduous trees. In containers, ensure they have consistent moisture to maintain their lush, cushion-like habit.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eIn \u003cstrong\u003eSeptember or October\u003c\/strong\u003e, move young plants to their final flowering positions. For a romantic \"jewelry box\" effect, plant them in drifts between your spring-flowering bulbs. Once the plants finish flowering in June, they can be pulled up and shaken over the soil; they will drop enough seed to provide a free supply of new \"Victoria\" cushions for the following year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eMyosotis sylvatica\u003c\/em\u003e 'Victoria Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eForget-me-not 'Victoria Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH6\u003c\/strong\u003e (Hardy throughout the UK)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eShade \/ Part Shade ☁️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e15cm - 20cm (Compact)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e20cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 15cm - 20cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApril to June (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🪴 Window Boxes \u0026amp; Patio Containers\u003cbr\u003e🌸 Path Edging \u0026amp; Borders\u003cbr\u003e💐 Romantic Spring Posies\u003cbr\u003e🐝 Early Spring Bumblebees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe pastel blue, pink, and white mix of 'Victoria' pairs spectacularly with other spring heritage plants from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🎨\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/wallflower-fair-lady-mix-seeds\" title=\"Wallflower Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eWallflower 'Fair Lady'\u003c\/a\u003e:\u003c\/strong\u003e The Scented Carpet. Wallflowers and Forget-me-nots are the essential spring partnership. The soft apricot and cream tones of the 'Fair Lady' mix vibrate beautifully against the cool blues and whites of 'Victoria Mixed', creating a textured, multi-tonal spring display.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/foxglove-bishy-barnabee-mix-seeds\" title=\"Foxglove Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eFoxglove 'Bishy Barnabee Mix'\u003c\/a\u003e:\u003c\/strong\u003e The Follow-Up. Plan for succession by planting this Foxglove mix behind your Forget-me-nots. As the low 'Victoria' cushions begin to fade in June, the majestic Foxglove spires will be rising to take centre stage, providing a seamless transition from spring to summer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for compact cushions in Year 1, followed by a dense confetti of colour the following spring.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\/Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowers (Yr 2)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlanting Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✂️ Cut Flower Tip\u003c\/strong\u003e\u003cbr\u003eThe pastel 'Victoria' mix is ideal for gentle spring posies. For the longest vase life, harvest when the first few flowers on a stem are open, and sear the bottom 2cm of the stems in boiling water for 10 seconds to prevent wilting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Compact Spring Confetti\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in dappled shade, \u003cem\u003eMyosotis sylvatica\u003c\/em\u003e 'Victoria Mixed' is an essential choice for those wanting to create a romantic, low-maintenance spring garden that supports early bees and pollinators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44346505265339,"sku":"FMN-MIX","price":2.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/forget-me-not-victoria-mixed-2232011.jpg?v=1760750551"},{"product_id":"wallflower-fair-lady-seeds","title":"Wallflower Fair Lady","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eWallflower 'Fair Lady' Seeds\u003c\/h1\u003e\n\u003cp\u003eIf you find traditional wallflowers a little too \"loud,\" 'Fair Lady' is the sophisticated alternative. It offers a unique mix of elegant pastel and rusty tones that are reminiscent of a faded Persian carpet. This palette includes soft shades of cream, lemon, apricot, salmon-pink, and a very gentle crimson, all blending together to create a romantic, vintage feel in the spring garden.\u003c\/p\u003e\n\u003cp\u003eDespite their delicate appearance, these flowers possess a powerful, heady fragrance—a delicious mix of honey and cloves that carries beautifully on a warm spring breeze. These plants are ideal for adding a soft, sophisticated touch to spring bedding displays and work exceptionally well when used to underplant taller bulbs in large containers or borders.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eErysimum cheiri\u003c\/em\u003e 'Fair Lady' is a \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H5). It follows the classic two-year cycle: you sow the seeds in summer, the plant builds a strong green rosette over the winter, and then bursts into fragrant bloom early the following spring.\u003c\/p\u003e\n\u003cp\u003eFew plants signal the arrival of spring quite like wallflowers. They are among the first substantial nectar sources of the year, blooming from March through May. 'Fair Lady' is a heritage-style mix particularly prized for its soft texture and its ability to withstand typical British frosts with ease.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWildlife Champion:\u003c\/strong\u003e Wallflowers are a critical resource for pollinators. They are officially listed on the RHS Plants for Pollinators list, acting as a vital early-season nectar source for queen bumblebees as they emerge from hibernation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eWallflowers are robust and reliable, provided they are not grown in acidic or boggy conditions.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow outdoors in a nursery bed or in pots from \u003cstrong\u003eMay to July\u003c\/strong\u003e. Sow the seeds 5mm deep; they typically take 14–21 days to germinate. Keep the soil moist but never waterlogged.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out into their final flowering positions in \u003cstrong\u003eSeptember or October\u003c\/strong\u003e. They demand a spot in \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive best in slightly alkaline soil (lime or chalk). If your soil is heavy clay, add grit to improve drainage, as they will rot in soggy winter ground.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eThe \"Pinching\" Tip:\u003c\/strong\u003e To avoid leggy plants and encourage a bushier habit with significantly more flower spikes, \"pinch\" the plants when they are 10–15cm tall by nipping off the top growing tip. This forces the plant to branch out, resulting in a more spectacular display come spring.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePest Note:\u003c\/strong\u003e As members of the Brassica family, they may attract Cabbage White Butterfly caterpillars in late summer; check leaves regularly and pick them off manually.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eErysimum cheiri\u003c\/em\u003e 'Fair Lady'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePastel Scented Wallflower\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH5\u003c\/strong\u003e (Hardy through most of the UK)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e40cm - 45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMarch to May\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🐝 Queen Bumblebees\u003cbr\u003e👃 Scented Borders\u003cbr\u003e🎨 Pastel Colour Schemes\u003cbr\u003e✂️ Cut Flowers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 50 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe soft, muted tones of 'Fair Lady' make it a dream for creating romantic, cottage-style spring displays :\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e❄️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/forget-me-not-white-seeds\" title=\"White Forget-me-not Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eForget-me-not 'White'\u003c\/a\u003e:\u003c\/strong\u003e The Pure Pastel Pair. The snowy white carpet of Forget-me-nots acts as a luminous base that allows the soft apricot and lemon tones of 'Fair Lady' to shine without looking stark.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🎀\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/nigella-persian-jewels-mixed-seeds\" title=\"Nigella Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eNigella 'Persian Jewels'\u003c\/a\u003e:\u003c\/strong\u003e The Transition. If you sow Nigella in autumn, its feathery foliage will frame the wallflowers in spring, and its pastel blooms will seamlessly take over once the wallflowers have finished.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for flowers from March to May the following year.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Outdoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlant Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eWallflower 'Fair Lady' is listed on the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. It is widely recognized as one of the single most important early-spring nectar sources for queen bumblebees as they begin foraging after winter hibernation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Wallflowers →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44629026209979,"sku":"WAL-FRL","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/wallflower-fair-lady-4166905.jpg?v=1760750546"},{"product_id":"erigeron-karvinskianus-profusion-seeds","title":"Erigeron karvinskianus Profusion","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eErigeron karvinskianus 'Profusion' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA frothy cascade of tiny daisies that shift from pure white to deep pink as they age. This 'Profusion' variety is the ultimate softener for stone walls, paths, and paving gaps, blooming tirelessly from May until November.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you have ever seen a charming flight of stone steps or an old brick wall softening under a cloud of tiny daisies, it was almost certainly Erigeron karvinskianus. This tireless perennial, often called \"Mexican Fleabane,\" produces a ceaseless display of two-tone blooms that open pure white and fade to deep pink and purple, creating a beautiful multi-coloured effect. \u003c\/p\u003e\n\u003cp\u003e'Profusion' is exactly that—profuse. It creates a low, tumbling mound of flowers that lasts for months on end (often from May until November). It is the ultimate \"softener\" for the garden, blurring the hard lines of paths, cascading from pots, or filling the cracks in paving with effortless cottage garden charm.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eErigeron karvinskianus\u003c\/em\u003e, known as Mexican Fleabane, is a robust \u003cstrong\u003eHardy Perennial\u003c\/strong\u003e (H5). While it originates from Central America, it has become a staple of the British cottage garden, perfectly suited to the UK climate where it established itself in stone walls and paving gaps with ease.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Colour-Shift Trick:\u003c\/strong\u003e One of the most enchanting features of this plant is that the flowers change colour as they age. A single clump will simultaneously display brilliant white buds, fresh white daisies, and older flowers that have transitioned through soft pink to deep wine-purple, giving the plant a multi-tonal, \"wildflower\" look.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Persistent Wanderer:\u003c\/strong\u003e Erigeron is a prolific self-seeder. Once introduced to a garden, it will gently \"wander\" into cracks and crevices where other plants would struggle to find soil. This habit makes a garden look instantly established and romantic, though rogue seedlings are very shallow-rooted and easy to remove if they appear where they aren't wanted.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eErigeron seeds are dust-like and require light to trigger the biological process of germination.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to May\u003c\/strong\u003e. Surface sow the seeds onto moist, fine seed compost. \u003cstrong\u003eDo not cover the seeds\u003c\/strong\u003e with soil or vermiculite, as they \u003cstrong\u003erequire light to germinate\u003c\/strong\u003e; simply press them gently into the surface to ensure good contact. Keep at 15-20°C; germination typically occurs within 14-30 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and exceptionally well-drained soil. They are the ideal choice for south-facing walls, gravel gardens, or spilling over the edges of terracotta pots. Once established, Mexican Fleabane is remarkably drought-tolerant, requiring very little supplemental watering even in hot UK summers.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eIf the plants begin to look straggly or \"exhausted\" in mid-summer, simply shear the whole mound back by half with garden scissors. This \"haircut\" will stimulate a rapid flush of fresh green growth and a secondary, prolific wave of flowers within weeks. In autumn, dead stems can be cut back to the base, and the plant will re-sprout vigorously in the spring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eErigeron karvinskianus\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMexican Fleabane \/ Santa Barbara Daisy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH5\u003c\/strong\u003e (Hardy through most UK winters)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e15cm - 30cm (Prostrate\/Mounded)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm - 40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eMay to November (Tireless)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🧱 Wall Crevices \u0026amp; Paving Gaps\u003cbr\u003e🪴 Softening Pot Edges\u003cbr\u003e🦋 High-Value Bee Forage\u003cbr\u003e🏜️ Low-Maintenance Gravel Gardens\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds (pelleted)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eErigeron is the ultimate \"shoes and socks\" plant, perfect for covering the bare stems of taller partners from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Verbena Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/verbena-bonariensis-seeds\"\u003eVerbena bonariensis\u003c\/a\u003e:\u003c\/strong\u003e The Designer Scale. This is a classic architectural pairing. The tall, wiry stems of the Verbena shoot up to 1.5m, while the Erigeron froths around its base like a white cloud, hiding the soil and creating a sophisticated two-tier display.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Salvia Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/salvia-farinacea-victoria-blue-seeds\"\u003eSalvia 'Victoria Blue'\u003c\/a\u003e:\u003c\/strong\u003e The Edging Contrast. Plant the deep indigo-blue spikes of the Salvia in the centre of a large pot or border, and let Erigeron 'Profusion' spill over the edges. The intense blue contrast against the soft pink-and-white daisy carpet is breathtaking.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for a tireless display of colour-changing daisies from early summer until the very first frosts of November.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #e1f5fe; border: 1px solid #b3e5fc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Designer Tip\u003c\/strong\u003e\u003cbr\u003eFor the most professional look, plant Erigeron at the very top of a dry stone wall or the edge of a gravel path. Its natural cascading habit will allow it to \"tumble\" over the hard edges, creating a stunning, frothy waterfall of daisies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in lean, dry conditions, \u003cem\u003eErigeron karvinskianus\u003c\/em\u003e is an essential choice for those wanting to create a romantic, low-maintenance garden that supports a huge variety of small bees and hoverflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Perennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44812553945275,"sku":"ERG-PRO","price":2.85,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/erigeron-karvinskianus-profusion-3848764.jpg?v=1760750557"},{"product_id":"dahlia-bishops-children-seeds","title":"Dahlia Bishops Children Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eDahlia 'Bishop's Children' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eStunning deep bronze to purple-black foliage that makes fiery blooms in scarlet and tangerine vibrate with intensity. An absolute magnet for bees and butterflies.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you love the famous 'Bishop of Llandaff' dahlia, this seed mix is its direct offspring. The star of the show isn't just the flowers—it's the leaves. 'Bishop's Children' produces stunning, deep bronze to purple-black foliage that adds instant moodiness and depth to a border.\u003c\/p\u003e\n\u003cp\u003eAgainst this dark backdrop, the flowers glow like neon lights. They are mostly single or semi-double blooms in fiery shades of scarlet, tangerine, apricot, and rich pink. Because the flowers have open yellow centres, they are an absolute magnet for bees and butterflies, making this the perfect choice for a wildlife-friendly \"hot\" border. Standing around 1m tall, they bloom from mid-summer until the first frosts—and you can grow so many dahlias inexpensively if you grow from seed!\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDahlia × hortensis\u003c\/em\u003e 'Bishop's Children' is a robust \u003cstrong\u003eHalf-Hardy Perennial\u003c\/strong\u003e (H2), typically grown as a high-performance annual from seed. It is the seedling progeny of the legendary 'Bishop of Llandaff', inheriting its celebrated dark, metallic foliage which provides a sophisticated backdrop for fiery floral displays.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Bronze Advantage:\u003c\/strong\u003e The deep purple-black foliage is a garden designer's secret for creating depth. It provides a natural shadow-effect that makes the bright floral colours of scarlet and tangerine appear to \"vibrate\" with more intensity than they would against standard green leaves.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Tuber Cycle:\u003c\/strong\u003e Even when grown from seed, these plants will work hard underground to form energy-storing tubers by the end of the first season. In autumn, after the first frost has blackened the foliage, these tubers can be lifted and stored frost-free over winter to be replanted the following spring for an even more majestic display.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eDahlias are fast-growing and incredibly rewarding, typically reaching flowering maturity just 12-14 weeks after sowing.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Sow the seeds onto the surface of moist seed compost and cover with a thin layer of vermiculite. Maintain a constant temperature of 20-25°C for rapid germination, which usually occurs within 7-14 days. When seedlings have 2-3 pairs of leaves, prick them out into individual pots, handling them only by the leaves to avoid bruising the stems.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eOnly plant out in \u003cstrong\u003elate May or June\u003c\/strong\u003e once all risk of frost has passed. They demand \u003cstrong\u003efull sun\u003c\/strong\u003e and deep, rich, fertile soil. Dahlias are hungry plants; we recommend digging in plenty of well-rotted organic matter or feeding weekly with a potash-rich fertilizer once the flower buds begin to form.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo ensure a relentless display, \u003cstrong\u003epinching and deadheading are vital\u003c\/strong\u003e. Pinch out the central growing tip once the plant reaches 15cm to encourage a bushy, multi-stemmed habit. Throughout the season, regularly remove faded flower heads to prevent the plant from setting seed, ensuring a continuous supply of fresh \"neon\" blooms until the first autumn frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eDahlia × hortensis\u003c\/em\u003e 'Bishop's Children'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eBronze-leaved Dahlia\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e90cm - 100cm (Stately)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 45cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to First Frost\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🔥 Dramatic Hot-Coloured Borders\u003cbr\u003e🐝 Pollinator-Friendly Planting\u003cbr\u003e✂️ Vibrant Cut Flowers\u003cbr\u003e🍂 Dark Foliage Interest\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 30 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e'Bishop's Children' Dahlias provide a strong structural base that pairs spectacularly with airier partners from our available range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/verbena-bonariensis-seeds\" title=\"Verbena Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eVerbena bonariensis\u003c\/a\u003e:\u003c\/strong\u003e The Tall Contrast. The electric purple heads of Verbena held on wiry, see-through stems create a brilliant textural foil to the dense, dark foliage of the Dahlias. This is a classic \"hot-meets-cool\" combination that buzzes with wildlife.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-purity-white-seeds\" title=\"Cosmos Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The Light and Dark. The large, silk-white saucer flowers of 'Purity' create a high-contrast background that makes the dark, moody bronze leaves of the 'Bishop's Children' mix look even more dramatic and defined.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for a fiery display of blooms against dramatic dark foliage from mid-summer until the autumn frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator Magnet\u003c\/strong\u003e\u003cbr\u003eThe simple, open flowers of the 'Bishop's Children' mix provide direct biological access to nectar and pollen for British bees and butterflies, making them an essential choice for the wildlife-friendly late summer garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in full sun, \u003cem\u003eDahlia × hortensis\u003c\/em\u003e 'Bishop's Children' is an essential choice for those wanting to create a dramatic, low-maintenance garden with year-round foliage interest and non-stop floral colour.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":44841839689915,"sku":"DAH-BSH","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/B18A8F24-693F-42E0-9B72-B30124BF61B4.jpg?v=1761232046"},{"product_id":"foxglove-excelsior-mix-seeds","title":"Foxglove Excelsior Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eFoxglove 'Excelsior Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eTowering 1.5m spires with bells that surround the entire stem in a dense cylinder of colour. This stately mix of pinks, purples, and whites is the superior choice for high-impact architectural borders.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you want the wild, romantic look of Foxgloves but with a bit more flower power, 'Excelsior' is the variety to grow. Unlike the wild forms that hang their bells on just one side of the stem, this improved heritage strain holds its flowers horizontally all around the stem, creating a dense, heavy cylinder of colour.\u003c\/p\u003e\n\u003cp\u003eThese are majestic architectural plants, towering up to 1.5 metres tall. The mix includes shades of creamy white, soft pink, deep rose, and purple, all with the classic speckled throats that bumblebees find irresistible. Whether planted in a dappled woodland corner or at the back of a herbaceous border, they provide the essential vertical line that every garden design needs.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eDigitalis purpurea\u003c\/em\u003e 'Excelsior Mix' is a robust \u003cstrong\u003eHardy Biennial\u003c\/strong\u003e (H7). It is perfectly adapted to the UK climate, surviving temperatures as low as -20°C. It operates on a two-year cycle: growing a large, fuzzy rosette of leaves in its first year and exploding into its iconic 1.5-metre flowering spires in its second.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eImproved Form:\u003c\/strong\u003e The 'Excelsior' strain is famous for its horizontal flower placement. Because the bells surround the entire stem rather than drooping to one side, the display is much denser and more symmetrical than wild varieties, making it the superior choice for formal borders and design-led cottage gardens.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNaturalizing Hero:\u003c\/strong\u003e While individual plants complete their life cycle after flowering, they are prolific self-seeders. If you allow the seed heads to ripen and drop, you will establish a permanent, wandering colony that provides free, architectural structure year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eFoxglove seeds are exceptionally fine (dust-like) and \u003cstrong\u003erequire light to germinate\u003c\/strong\u003e, so they should never be buried deeply.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors in \u003cstrong\u003eApril to May\u003c\/strong\u003e or directly outdoors in \u003cstrong\u003eMay to July\u003c\/strong\u003e. Scatter the seeds onto the surface of moist seed compost. \u003cstrong\u003eDo not cover them\u003c\/strong\u003e with soil; a very fine sprinkling of vermiculite can be used but is not essential. Keep at 15-20°C; germination usually occurs within 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey thrive in \u003cstrong\u003eshade or partial shade\u003c\/strong\u003e, though they will tolerate sun if the soil remains moist. They prefer humus-rich soil; adding leaf mould or well-rotted compost to the planting area will ensure the tallest, strongest spires. They are the ideal solution for brightening dark corners or planting under deciduous trees.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eMove young plants to their final flowering positions in \u003cstrong\u003eSeptember or October\u003c\/strong\u003e so they can settle before winter. Once the main central spike has finished flowering, cut it down to the base; this often triggers the plant to send up smaller side-shoots, extending the display of colour through to late summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eDigitalis purpurea\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFoxglove 'Excelsior Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Biennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH7\u003c\/strong\u003e (Ultra Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eShade \/ Part Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e1.2m - 1.5m (Very Tall)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 50cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August (Year 2)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🌳 Shady Woodland Borders\u003cbr\u003e🐝 Essential Bee Forage\u003cbr\u003e🏰 Stately Architectural Height\u003cbr\u003e🏡 Traditional Cottage Style\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 1000 seeds (fine)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eFoxgloves are the structural stars of the shade garden. Pair them with these available shade-loving favourites from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🪙\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Honesty Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/honesty-lunaria-annua-mixed-seeds\"\u003eHonesty (Lunaria annua)\u003c\/a\u003e:\u003c\/strong\u003e The Spring Bridge. Honesty and Foxgloves are the perfect biennial partners. The rich purples of Honesty provide late-spring colour, transitioning into spectacular silver seed pods just as the 'Excelsior' Foxgloves reach their towering peak.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca style=\"color: #005bd3; text-decoration: none;\" title=\"Red Campion Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/red-campion-seeds\"\u003eRed Campion (Silene dioica)\u003c\/a\u003e:\u003c\/strong\u003e The Naturalistic Tapestry. Red Campion creates a frothy, rose-pink base that complements the vertical majesty of the 'Excelsior' spires perfectly. Both are native-style hero plants for woodland edges and attract a huge range of pollinators.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow in summer for architectural rosettes in Year 1, followed by majestic cylinders of colour in Year 2.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\/Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowers (Yr 2)\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003ePlanting Out\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Warning\u003c\/strong\u003e\u003cbr\u003eAll parts of the Foxglove plant are highly toxic if ingested by humans or pets. We strongly recommend wearing gloves when handling the plants and keeping packets out of reach of small children.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003eFoxgloves are a cornerstone of the \u003cstrong\u003eRHS Plants for Pollinators\u003c\/strong\u003e list. They are specifically evolved to feed long-tongued British bumblebees, providing a critical high-summer food source in the cottage garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\" style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\"\u003eView our Complete Growing Guide for Biennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":45961913663675,"sku":"FOX-EXC","price":2.15,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_4579634579634579.png?v=1771704430"},{"product_id":"clary-sage-crown-bouquet-mixed-seeds","title":"Clary Sage Crown Bouquet Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eClary Sage 'Crown Bouquet Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eUpright spikes of pink, white, and indigo bracts that provide non-stop, weather-resistant colour from June to October. A florist’s favourite that dries perfectly for winter arrangements.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you want a plant that provides colour from June to October without fading or flopping, 'Monarch Mixed' is the answer. This hardy annual produces upright spikes decorated with oversized, vein-detailed bracts in a beautiful pastel blend of candy pink, crisp white, and deep indigo-blue.\u003c\/p\u003e\n\u003cp\u003eBecause the colourful parts are actually leaves (bracts) rather than delicate petals, they are incredibly tough. They withstand wind and rain that would ruin other flowers, and they last for up to two weeks in a fresh vase. Best of all, they dry perfectly, keeping their colour all winter long.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eSalvia viridis\u003c\/em\u003e (often identified as \u003cem\u003eSalvia horminum\u003c\/em\u003e) is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3\/H4). It is distinct from the biennial Herb Clary (\u003cem\u003eSalvia sclarea\u003c\/em\u003e); this annual version reaches flowering maturity within its first season, providing high-impact vertical architecture in a single summer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Leaf\" Flower:\u003c\/strong\u003e The biological curiosity of Clary Sage lies in its pigmentation. While the true flowers are minute blooms tucked within the foliage, the spectacular pink, blue, and white colour is found in the apical bracts (specialized leaves at the top of the stem). Because these are leaves rather than delicate petals, they possess incredible structural resilience against heavy UK summer rainfall.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Support:\u003c\/strong\u003e Salvia viridis is an \u003cstrong\u003eRHS Plant for Pollinators\u003c\/strong\u003e. Its tiny hidden flowers are exceptionally rich in nectar, making it a buzzing favorite for British bees and hoverflies throughout the entire long summer season.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eClary Sage is a \"cool-season\" specialist, meaning it establishes its strongest root systems when the soil is cool in either spring or autumn.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sowing:\u003c\/strong\u003e\u003cbr\u003eDirect sow outdoors in \u003cstrong\u003eSeptember\u003c\/strong\u003e for the earliest, most architectural plants the following year, or in \u003cstrong\u003eMarch to May\u003c\/strong\u003e for a summer display. Scatter the seeds onto finely raked soil and cover \u003cstrong\u003elightly\u003c\/strong\u003e (approx. 3mm deep). Germination is typically rapid, occurring within 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e and thrive in well-drained soil. They are remarkably drought-tolerant once established but deeply dislike sitting in heavy, waterlogged clay over the winter. If your garden has heavy soil, we recommend adding plenty of grit or autumn-sowing in modules.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eTo encourage a bushy, multi-stemmed habit, \u003cstrong\u003epinching is essential\u003c\/strong\u003e. When seedlings are 10-15cm tall, snip out the central growing tip to stimulate lateral branching. This prevents the plant from growing as a single spike and can result in three times as many flower stems for the garden and the vase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eSalvia viridis\u003c\/em\u003e 'Monarch Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eAnnual Clary Sage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\/H4\u003c\/strong\u003e (Hardy through UK winters)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e50cm - 60cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e✂️ Professional Cut Flowers\u003cbr\u003e🍂 Everlasting Dried Arrangements\u003cbr\u003e🐝 High-Quality Bee Forage\u003cbr\u003e🏺 Front-of-Border Architecture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 300 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe architectural verticality of Clary Sage works spectacularly with partners from our available range that provide soft texture or volume:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\" title=\"Ammi majus Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAmmi majus\u003c\/a\u003e:\u003c\/strong\u003e The Meadow Look. The lacy, frothy white umbels of Ammi majus (Bishop's Flower) provide a delicate horizontal backdrop that balances the upright spikes of Clary Sage. This is a quintessential florist's pairing, creating a romantic \"wild meadow\" display in both the garden and the vase.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-purity-seeds\" title=\"Cosmos Purity Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The Cottage Classic. The large, silk white blooms of this Cosmos act as a clean canvas that makes the candy pink and deep indigo bracts of 'Monarch Mixed' appear even more saturated and vibrant. Together, they provide a long-season display with natural layering and elegance.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eDirect sow in autumn for the strongest plants, or in spring for successional waves of multi-coloured bracts through the summer.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eDirect Sow\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Everlasting Drying Tip\u003c\/strong\u003e\u003cbr\u003eCut the stems when the bracts are fully coloured but before they start to turn brown at the edges. Hang them upside down in bunches in a cool, dark, airy place. They will retain their vibrant pastel tones for months, making them essential for winter arrangements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in full sun, \u003cem\u003eSalvia viridis\u003c\/em\u003e 'Monarch Mixed' is an essential choice for those wanting to create a dramatic, low-maintenance garden that provides non-stop colour for both the border and the vase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":46213836800187,"sku":"CLR-MIX","price":2.2,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/B9FC65CB-FC72-4F2D-9CC0-44CEC73832B0.jpg?v=1758899481"},{"product_id":"candytuft-crown-mixed-seeds","title":"Candytuft Crown Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eCandytuft 'Crown Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eA regal carpet of royal purple, lilac, and crisp white. This fast-growing, low-mounded beauty is a magnet for butterflies and the perfect solution for softening paths and border edges.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eIf you have gaps at the front of your border or hard edges along a path that need softening, Candytuft is the answer. 'Crown Mixed' is a charming low-growing annual that spreads to form a dense mound of foliage topped with flat, confetti-like flower clusters.\u003c\/p\u003e\n\u003cp\u003eThe mix includes a regal palette of shades from deep royal purple and lilac to carmine-rose and crisp white. It is incredibly fast-growing and effective at suppressing weeds, acting as a \"living mulch.\" It is also a magnet for butterflies, who find the flat flower heads the perfect landing pad for a nectar pitstop.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eIberis umbellata\u003c\/em\u003e is a robust \u003cstrong\u003eHardy Annual\u003c\/strong\u003e (H3). It is distinct from the perennial white Candytuft (\u003cem\u003eI. sempervirens\u003c\/em\u003e); this annual variety reaches flowering maturity significantly faster and provides a much broader spectrum of royal pigments. It is biologically engineered for speed, completing its entire life cycle within a single summer season.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Umbels\":\u003c\/strong\u003e The characteristic flower heads are botanical \"umbels\" (umbrella-shaped). Each head is comprised of numerous minute florets clustered together to form a flat, horizontal platform. This structural adaptation is highly efficient for pollinators, allowing butterflies to land easily and access multiple nectar sources in one visit.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eDrought Adaptation:\u003c\/strong\u003e Native to the Mediterranean, Candytuft has evolved to thrive in sun-drenched, well-drained environments. Its dense, mound-forming growth habit naturally shades the soil at its roots, helping to retain moisture and suppress competitive weed growth during hot UK summers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCandytuft is exceptionally easy to raise from seed and is perfect for rapidly filling bare patches in the front of a border.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eDirect sow outdoors from \u003cstrong\u003eMarch to May\u003c\/strong\u003e, or in \u003cstrong\u003eSeptember\u003c\/strong\u003e for the earliest blooms the following spring. Scatter the seeds onto finely raked soil and cover \u003cstrong\u003elightly\u003c\/strong\u003e (approx. 3mm deep). Germination is typically rapid, occurring within 14-21 days. For an extended display, we recommend a second \"successional\" sowing in June for flowers that last until October.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e to flower profusely and thrive in poor, well-drained soil. They are exceptionally well-suited to rockeries, gravel gardens, or softening the edges of raised beds and stone pathways. Space plants 15cm apart to allow the mounds to knit together into a continuous carpet.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Shearing\" Technique:\u003c\/strong\u003e\u003cbr\u003eTo extend the flowering season, use the shearing method. Once the first heavy flush of flowers begins to fade in mid-summer, use garden shears to cut the plants back by one-third. Water well after cutting; this mimics a natural grazing event and stimulates the plant to produce a second, fresh flush of blooms for the autumn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eIberis umbellata\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eCandytuft\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\u003c\/strong\u003e (Hardy through UK summer)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e25cm - 30cm (Dwarf habit)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e20cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 15cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to August\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🧱 Softening Path \u0026amp; Border Edges\u003cbr\u003e🦋 Butterfly \u0026amp; Hoverfly Landing Pads\u003cbr\u003e🪨 Sunny Rockeries \u0026amp; Dry Walls\u003cbr\u003e🏺 Rapid Gap Filling in Containers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe ground-hugging habit of 'Crown Mixed' works spectacularly with available partners from our range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/californian-poppy-golden-west-seeds\" title=\"Californian Poppy Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCalifornian Poppy 'Golden West'\u003c\/a\u003e:\u003c\/strong\u003e The Drought Lovers. Both species thrive in poor, sun-baked soil and require virtually no watering once established. The vibrant golden-orange of the poppies provides a stunning warm contrast to the purple and lilac tones of the Candytuft, creating a relaxed Mediterranean aesthetic.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/alyssum-royal-carpet-seeds\" title=\"Alyssum Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAlyssum 'Royal Carpet'\u003c\/a\u003e:\u003c\/strong\u003e The Scented Edge. Create a multi-dimensional border edge by pairing Candytuft with Alyssum. The deep purple, honey-scented carpet of Alyssum (10cm) sits perfectly beneath the slightly taller umbels of 'Crown Mixed', providing a professional-looking finish that smothers weeds all summer.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eDirect sow in spring for a spectacular harvest of horizontal colour mounds from early summer through to late August.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eDirect Sow\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #f1f8e9; border: 1px solid #dcedc8; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e🐝 Pollinator Champion\u003c\/strong\u003e\u003cbr\u003eCandytuft is an exceptional resource for biodiversity. As a high-nectar plant with flat, accessible flower platforms, it is an essential food source for British butterflies and hoverflies throughout the summer.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor soils, \u003cem\u003eIberis umbellata\u003c\/em\u003e 'Crown Mixed' is an essential choice for those wanting to create a vibrant, low-maintenance garden that provides non-stop colour for edges and rockeries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":46251871371451,"sku":"CND-CRW","price":2.4,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/6BD52C35-41B5-45C1-AC9D-D68FA768B295.jpg?v=1772658855"},{"product_id":"nicotiana-sensation-mixed-seeds","title":"Nicotiana Sensation Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eNicotiana 'Sensation Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eStarry flowers in a vibrant carnival of crimson, rose, and lime. As the sun sets, they release a powerful, intoxicating fragrance that transforms your garden into a sensory experience for evening relaxation.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eWhile many modern bedding plants have lost their scent, 'Sensation Mixed' is an old-fashioned heritage variety that refuses to compromise. It produces starry, tubular flowers in a vibrant carnival of colours—deep crimson, bright rose, cool white, and zesty lime green.\u003c\/p\u003e\n\u003cp\u003eBut the real reason to grow this plant is the perfume. During the day, the flowers often half-close to protect their nectar, but as the sun sets, they burst open and release a powerful, intoxicating fragrance reminiscent of jasmine and cloves. It is the ultimate plant for an evening garden, turning a patio or path into a sensory experience at dusk.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eNicotiana alata\u003c\/em\u003e 'Sensation Mixed' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2) in the UK. Unlike the giant 5ft woodland tobacco, this variety reaches a more versatile height of 60-90cm, making it ideal for the middle of a border or large patio pots.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNocturnal Strategy:\u003c\/strong\u003e This variety is specifically adapted to attract night-flying pollinators like Hawk Moths. Because the scent and flowers are most active in the evening, it is essential to plant them near seating areas or windows where you can enjoy their fragrance as the sun goes down.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eNatural Pest Guard:\u003c\/strong\u003e You may notice the leaves feel slightly sticky to the touch. This is a natural defensive mechanism that can trap small pests like aphids, helping the plant protect itself in the garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eNicotiana seeds are tiny and dust-like; they require \u003cstrong\u003elight to germinate\u003c\/strong\u003e, so they should be sown with great care.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Surface sow the seeds onto moist seed compost. \u003cstrong\u003eDo not cover the seeds with soil\u003c\/strong\u003e, as they need light to sprout. Simply press them gently into the surface. Keep the environment warm (around 20°C). Germination typically takes 10-14 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003ePlant out in \u003cstrong\u003eJune\u003c\/strong\u003e once all risk of frost has passed. They thrive in \u003cstrong\u003efull sun or partial shade\u003c\/strong\u003e—a little afternoon shade can actually help the flowers stay open longer during the day. They prefer rich, moisture-retentive soil to support their continuous flowering habit.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eDeadhead individual spent flowers regularly to keep the plant looking tidy and to encourage a non-stop production of fresh, starry blooms. Ensure they are watered during dry UK spells, particularly if growing in pots, to prevent them from wilting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cem\u003eNicotiana alata\u003c\/em\u003e 'Sensation Mixed'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFlowering Tobacco\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Needs frost protection)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun \/ Part Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm - 90cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJuly to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🌙 Sensory Evening Gardens\u003cbr\u003e👃 Intoxicating Perfume\u003cbr\u003e🦋 Hawk Moth Support\u003cbr\u003e🏺 Large Patio Pots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 seeds (Dust-like)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eCreate a multisensory evening display by pairing Nicotiana 'Sensation Mixed' with these night-performing companions from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌙\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/stock-night-scented-lavender-pink\" title=\"Night Scented Stock Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eNight Scented Stock\u003c\/a\u003e:\u003c\/strong\u003e The Perfume Factory. Both plants release their strongest fragrance at dusk. Planting low-growing Stock at the base of the taller Nicotiana creates a layered cloud of perfume that will fill your entire garden.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cosmos-bipinnatus-purity-seeds\" title=\"Cosmos Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eCosmos 'Purity'\u003c\/a\u003e:\u003c\/strong\u003e The White Glow. The large white saucers of 'Purity' reflect moonlight beautifully, providing a luminous backdrop to the starry, colourful flowers of the Nicotiana.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for a colourful, fragrant performance from July until the first frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fff9f9; border: 1px solid #ffebeb; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e⚠️ Toxicity Note\u003c\/strong\u003e\u003cbr\u003eNicotiana belongs to the Nightshade family. All parts of the plant are toxic if ingested by humans or pets, and the sticky foliage can sometimes irritate sensitive skin. We recommend wearing gloves when handling the plants.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Essential Pollinator Plant\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eNicotiana alata\u003c\/em\u003e is a vital source of nectar for night-flying insects. Its powerful evening fragrance and colourful starry blooms make it a standout choice for an architectural and sensory UK cottage garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":53483015897465,"sku":"NIC-SNS","price":1.8,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/Gemini_Generated_Image_n0nlv5n0nlv5n0nl.png?v=1764259969"},{"product_id":"penstemon-cambridge-mix-seeds","title":"Penstemon Cambridge Mix","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003ePenstemon 'Cambridge Mix' Seeds\u003c\/h1\u003e\n\u003cp\u003eIf you want a plant that starts blooming in June and is often still going at Christmas, Penstemon is the answer. 'Cambridge Mix' is a stunning selection producing tubular, foxglove-like flowers in a riot of jewel tones: rich crimsons, deep purples, bright pinks, and cool blues, often with contrasting white throats.\u003c\/p\u003e\n\u003cp\u003eThese plants bridge the gap between bedding and shrubbery. They form bushy, semi-evergreen clumps that provide structure and colour for months on end. They are absolutely essential for the \"late summer\" garden, keeping the show going when the lupins and delphiniums have finished, and they are a top-tier dining station for bees.\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003ePenstemon is a \u003cstrong\u003eBorderline Hardy Perennial\u003c\/strong\u003e (H3\/H4). In most parts of the UK, it will survive the winter comfortably, especially if planted in a sheltered spot with good drainage.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Survival Trick:\u003c\/strong\u003e One of the most important rules for Penstemons in the UK is \u003cstrong\u003enot to cut them back in autumn\u003c\/strong\u003e. Leave the old stems and foliage on the plant throughout the winter; this acts as a natural \"frost blanket\" for the crown. Wait until April, when new green shoots appear at the base, before cutting the old growth down to ground level.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBumblebee Favorite:\u003c\/strong\u003e The tubular flowers are the perfect shape for bees to crawl inside. They are high-value nectar plants because they replenish their nectar supply very quickly throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003ePenstemons are surprisingly easy to raise from seed and grow quickly enough to often flower in their first year.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Surface sow the seeds onto moist, well-drained seed compost. \u003cstrong\u003eDo not cover the seeds\u003c\/strong\u003e (or use only a very fine dusting of vermiculite) as they require light to trigger germination. Keep at 18-20°C. Germination usually takes 14-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey thrive in \u003cstrong\u003efull sun or partial shade\u003c\/strong\u003e. The most critical factor for their survival is \u003cstrong\u003edrainage\u003c\/strong\u003e. They hate sitting in cold, wet soil over winter. If you have heavy clay, add plenty of grit to the planting hole to help the roots stay dry during the British winter.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eDeadheading is essential. If you snip off the faded flower spikes, the plant will immediately push up fresh new ones. This cycle ensures a continuous display of jewel-toned bells from midsummer right through to the first hard frosts of November or December.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003ePenstemon hybrid\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePenstemon 'Cambridge Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHardy Perennial\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH3\/H4\u003c\/strong\u003e (Borderline Hardy)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun \/ Part Shade ⛅\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e60cm - 75cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e45cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 40cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to November\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🐝 Bumblebee Magnet\u003cbr\u003e📅 Exceptionally Long Season\u003cbr\u003e🏡 Cottage Garden Borders\u003cbr\u003e✂️ Informal Cut Flowers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe vertical, bell-shaped spikes of 'Cambridge Mix' look best when contrasted with softer textures and flat flower heads from our collection:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e☁️\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/achillea-ptarmica-ballerina\" title=\"Achillea Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAchillea 'Ballerina'\u003c\/a\u003e:\u003c\/strong\u003e The Shape Contrast. The fluffy, white button-like flowers of Achillea provide a perfect horizontal contrast to the upright tubular bells of the Penstemon. Both are incredibly long-flowering.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌾\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/briza-maxima-large-quaking-grass-seeds\" title=\"Quaking Grass Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eBriza Maxima (Quaking Grass)\u003c\/a\u003e:\u003c\/strong\u003e The Texture Match. The nodding, shimmering seed heads of Quaking Grass add movement and an airy, naturalistic feel to the solid, colourful clumps of Penstemon.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for flowers from June until the late autumn frosts.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #e1f5fe; border: 1px solid #b3e5fc; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e❄️ Winter Survival Tip\u003c\/strong\u003e\u003cbr\u003eTo help your Penstemons survive a cold UK winter, leave the previous season's growth intact until spring. This old foliage protects the plant's crown from frost. Cut back to the fresh new growth in April.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 RHS Plants for Pollinators\u003c\/h3\u003e\n\u003cp\u003ePenstemon 'Cambridge Mix' is a vital source of nectar for long-tongued insects. Bumblebees are particularly fond of the large tubular flowers, often disappearing entirely inside them to reach the nectar at the base.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Perennials →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden","offers":[{"title":"Default Title","offer_id":53487780987257,"sku":"PNS-CAM","price":2.2,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/50F2474B-002A-4A3C-9E28-692E1AC81114.jpg?v=1758900035"},{"product_id":"swan-river-daisy-seeds","title":"Swan River Daisies Mixed","description":"\u003cdiv class=\"product-description\"\u003e\n\u003ch1 style=\"text-align: center;\"\u003eSwan River Daisy 'Mixed' Seeds\u003c\/h1\u003e\n\u003cp\u003e\u003cem\u003eMasses of tiny, star-like daisies in soft shades of mauve, blue, white, and pink, floating in a soft green haze of feathery foliage. This charming Australian native forms a compact, misty cloud of colour that cascades beautifully from hanging baskets and sun-drenched containers all summer long.\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003eBrachyscome iberidifolia, or the Swan River Daisy, is a charming Australian native that produces masses of tiny, star-like daisies in soft shades of mauve, blue, white, and pink. What makes it truly special is the foliage—it has feathery, fern-like leaves that give the plant a soft, misty appearance, creating a delicate \"cloud\" effect! It's the perfect \"softener\" for hanging baskets and containers, weaving its way through larger plants and spilling over the edges like a cascade of colourful confetti.\u003c\/p\u003e\n\u003cp\u003eDespite its delicate looks, it's surprisingly tough and loves a hot summer! We love this plant because it's neat and tidy—it doesn't take over the garden; instead, it forms a compact mound of colour (20-30cm tall) that fills gaps beautifully. It's naturally drought-tolerant once established, making it an excellent choice for pots that might dry out occasionally on a sunny patio. This is a Half-Hardy Annual grown for its exceptionally long flowering season—once it starts blooming, it produces flowers continuously all summer long! Awarded RHS Plants for Pollinators recognition, Swan River Daisies are wonderfully low-maintenance, perfect for beginners, and absolutely brilliant for containers, hanging baskets, rock gardens, and front-of-border positions where their delicate charm can be fully appreciated!\u003c\/p\u003e\n\u003cbr\u003e\n\u003ch3\u003eRead More\u003c\/h3\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌿\u003c\/span\u003e \u003cspan\u003eUnderstanding the Plant\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003e\u003cem\u003eBrachyscome iberidifolia\u003c\/em\u003e is a versatile \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2). Native to the Swan River region of Western Australia, it is biologically adapted to thrive in free-draining environments and sunny exposures. While it forms a compact, mounded architecture (20-30cm), its slightly trailing habit makes it a premier choice for container design, where it functions as a \"spiller\" to soften hard edges.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe \"Cloud\" Foliage:\u003c\/strong\u003e The unique aesthetic of the Swan River Daisy is derived from its highly-dissected, filiform foliage. This creates a misty, textural background that allows the small (2.5cm) daisy-like blooms to appear as if they are floating in a soft green haze. This textural quality is invaluable for adding airiness to dense floral combinations.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePollinator Magnet:\u003c\/strong\u003e As an RHS Plant for Pollinators, Brachyscome is a high-value species for biodiversity. Its open floral disc provides an accessible platform for smaller British bees and hoverflies, providing a consistent supply of nectar from June through to the first autumn frosts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🌱\u003c\/span\u003e \u003cspan\u003eGrowing Guide\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eSwan River Daisy seeds are exceptionally fine and require specific light conditions to ensure successful germination.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e. Because the seeds are dust-like, we recommend mixing them with a small amount of silver sand to ensure an even distribution. Surface sow onto moist, fine seed compost and \u003cstrong\u003edo not cover them\u003c\/strong\u003e; Brachyscome seeds are light-sensitive and require exposure to trigger germination. Simply press them gently into the surface. Maintain a temperature of 18-20°C. Germination typically occurs within 10-21 days.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhere to Plant:\u003c\/strong\u003e\u003cbr\u003eThey demand \u003cstrong\u003efull sun\u003c\/strong\u003e to reach their peak flowering potential and thrive in moderately rich, well-drained soil. They are specialists of containers, hanging baskets, and rock gardens where drainage is rapid. Space plants 15-20cm apart in containers for a dense, overflowing effect, or 25cm apart in border fronts. \u003cstrong\u003eCrucial:\u003c\/strong\u003e Only plant out in late May or June once all risk of frost has passed.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOngoing Care:\u003c\/strong\u003e\u003cbr\u003eRegular deadheading is essential to maintain the relentless floral display until October. If the plants begin to look leggy in mid-August, a light \"Chelsea chop\" (trimming back by one-third) will rejuvenate the foliage and stimulate a fresh flush of blooms for the late season. Once established, they are remarkably drought-tolerant, surviving occasional drying out on sunny patios.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📋\u003c\/span\u003e \u003cspan\u003ePlant Specifications\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: collapse; border: 1px solid #ddd;\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eBotanical Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\u003cem\u003eBrachyscome iberidifolia\u003c\/em\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eCommon Name\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eSwan River Daisy\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePlant Type\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHardiness\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e\n\u003cstrong\u003eH2\u003c\/strong\u003e (Frost sensitive)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eLight Requirements\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eHeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e20cm - 30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpread\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e30cm - 40cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSpacing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003ePlant 20cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eFlowering Period\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eJune to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003ePerfect For\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003e🪴 Cascading Hanging Baskets\u003cbr\u003e🐝 High-Density Pollinator Forage\u003cbr\u003e🪨 Softening Sunny Rockeries\u003cbr\u003e🏙️ Low-Water Balcony Pots\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd; background-color: #f9f9f9;\"\u003e\u003cstrong\u003eSeeds per Packet\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 10px; border: 1px solid #ddd;\"\u003eApproximately 500 very fine seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e🤝\u003c\/span\u003e \u003cspan\u003eBeautiful Garden Combinations\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp\u003eThe compact mounded habit of Swan River Daisies acts as a textural softener for partners from our available range:\u003c\/p\u003e\n\u003cul style=\"list-style-type: none; padding-left: 0;\"\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e💜\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/alyssum-royal-carpet-seeds\" title=\"Alyssum Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eAlyssum 'Royal Carpet'\u003c\/a\u003e:\u003c\/strong\u003e The Low-Growing Tapestry. Create a stunning carpet of mauve and violet by pairing these two. Both thrive in identical sunny, well-drained conditions and flower relentlessly all summer. The honey-scented Alyssum complements the visual mist of the Brachycome for a professional-looking border edge.\u003c\/li\u003e\n\u003cli style=\"margin-bottom: 15px;\"\u003e\n\u003cspan style=\"font-size: 1.3em;\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/verbena-bonariensis-seeds\" title=\"Verbena Seeds\" style=\"color: #005bd3; text-decoration: none;\"\u003eVerbena bonariensis\u003c\/a\u003e:\u003c\/strong\u003e The Height Contrast. For a romantic cottage look, plant low-growing Brachycome at the front of a border with the tall, airy stems of Verbena bonariensis rising behind. The delicate, misty quality of both plants creates a cohesive, see-through display that is magnetic to bees and butterflies.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails style=\"border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; margin-bottom: 12px; background-color: #fafafa; transition: all 0.3s ease;\"\u003e\n\u003csummary style=\"color: #005bd3; cursor: pointer; font-weight: 600; font-size: 1.05em; margin: -16px; padding: 16px; border-radius: 8px; list-style: none; display: flex; align-items: center; transition: background-color 0.2s ease;\"\u003e\u003cspan style=\"margin-right: 10px; font-size: 1.2em;\"\u003e📅\u003c\/span\u003e \u003cspan\u003eSowing \u0026amp; Flowering Calendar\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv style=\"padding: 20px 0 4px 0;\"\u003e\n\u003cp style=\"margin-bottom: 20px; color: #666; font-size: 0.95em;\"\u003e\u003cem\u003eSow indoors in spring for a summer-long harvest of star-like daisy blooms that will cascade from baskets and containers until October.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto; -webkit-overflow-scrolling: touch;\"\u003e\n\u003ctable style=\"width: 100%; border-collapse: separate; border-spacing: 0; border: 1px solid #d0d0d0; border-radius: 8px; overflow: hidden; font-size: 0.9em; min-width: 300px; box-shadow: 0 2px 4px rgba(0,0,0,0.05);\"\u003e\n\u003cthead\u003e\n\u003ctr style=\"background: linear-gradient(to bottom, #f8f9fa, #e9ecef);\"\u003e\n\u003cth style=\"padding: 14px 10px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: left; position: sticky; left: 0; background: linear-gradient(to bottom, #f8f9fa, #e9ecef); z-index: 10; max-width: 100px; font-weight: 600; color: #2c3e50;\"\u003eMonth\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eF\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eM\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eJ\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eA\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eS\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eO\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; border-right: 1px solid #e0e0e0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eN\u003c\/th\u003e\n\u003cth style=\"padding: 14px 8px; border-bottom: 2px solid #d0d0d0; text-align: center; min-width: 35px; font-weight: 600; color: #2c3e50;\"\u003eD\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody style=\"background-color: #ffffff;\"\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eSow Indoors\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-bottom: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"transition: background-color 0.2s ease;\"\u003e\n\u003ctd style=\"padding: 14px 10px; border-right: 1px solid #e8e8e8; position: sticky; left: 0; background-color: #fff; z-index: 10; font-size: 0.9em; font-weight: 500; color: #2c3e50;\"\u003eFlowering\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%); font-size: 1.1em;\"\u003e✓\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; border-right: 1px solid #e8e8e8; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003ctd style=\"padding: 14px 8px; text-align: center; background-color: #ffffff;\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv style=\"background-color: #fffde7; border: 1px solid #fff59d; padding: 15px; border-radius: 5px; margin-top: 20px;\"\u003e\n\u003cp style=\"margin: 0; text-align: center;\"\u003e\u003cstrong\u003e✨ Cascading Garnish Tip\u003c\/strong\u003e\u003cbr\u003eThe small, vibrant blooms of the Swan River Daisy are non-toxic and make a charming, decorative garnish for summer cocktails and floral cupcakes. Their dainty size is perfect for professional-looking detailed pastry design.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 30px; text-align: center; padding: 20px; background-color: #f4f9f4; border-radius: 8px; border: 1px solid #dce7dc;\"\u003e\n\u003ch3\u003e🏆 Robust Garden Stamina\u003c\/h3\u003e\n\u003cp\u003eKnown for its stamina and ability to thrive in poor soils, \u003cem\u003eBrachyscome iberidifolia\u003c\/em\u003e is an essential choice for those wanting to create a romantic, low-maintenance garden that provides non-stop misty colour for containers and borders.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 20px; text-align: center; padding: 20px; background-color: #e8f5e9; border-radius: 8px; border: 2px solid #4caf50;\"\u003e\n\u003cp style=\"margin: 0; font-size: 1.05em;\"\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca style=\"color: #2e7d32; text-decoration: none; font-weight: 600;\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide for Annuals →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":53487806775673,"sku":"SWN-RVR","price":2.3,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/3C0AF83F-2305-4901-BF51-0E07CE88E984.jpg?v=1773349923"},{"product_id":"china-aster-giants-of-california-seeds","title":"Aster Giants of California","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-crimson { background: #6a1a2a; }\n  .pf-violet  { background: #4a1a5a; }\n  .pf-teal    { background: #1a6a5a; }\n  .pf-green   { background: #3a6a2a; }\n  .pf-slate   { background: #4a4a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .caution-box {\n    background: #fdf8ec;\n    border: 1px solid #d8c060;\n    border-left: 5px solid #8a6a08;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 16px 0;\n    color: #1e1800;\n  }\n  .caution-box strong { color: #0e0c00; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.gold   { border-color: #b08010; }\n  .companion-list li.orange { border-color: #c86020; }\n  .companion-list li.rose   { border-color: #a02060; }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell       { height: 32px; vertical-align: middle; }\n  .cal-sow        { background: #5a9e3a; }\n  .cal-transplant { background: #e8940a; }\n  .cal-flower     { background: #6a1a3a; }\n  .cal-empty      { background: #e2e2e2; }\n  .first-active   { border-radius: 16px 0 0 16px; }\n  .last-active    { border-radius: 0 16px 16px 0; }\n  .mid            { border-radius: 0; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow        { background: #5a9e3a; }\n  .swatch-transplant { background: #e8940a; }\n  .swatch-flower     { background: #6a1a3a; }\n  .swatch-empty      { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #fdf0f4;\n    border: 1px solid #d8a0b8;\n    border-left: 5px solid #6a1a2a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #1e0810;\n  }\n  .tip-box strong { color: #0e0408; }\n\n  .award-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #5a3a1a;\n    color: #fff;\n    border-radius: 8px;\n    padding: 10px 20px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    font-size: 1.05rem;\n    letter-spacing: 0.01em;\n  }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #6a1a2a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003cdiv class=\"award-badge\"\u003e🏅 Fleuroselect Quality Mark\u003c\/div\u003e\n\u003ch1 style=\"text-align: center;\"\u003eChina Aster 'Giants of California' Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003e12cm ostrich-plume flower heads of shaggy, loosely incurved petals in rose-pink, violet-purple, peach, deep crimson, and white on long florist-quality stems, bred specifically for the professional cut flower trade in California and flowering from August through to the first hard frosts.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eTwo China asters in the Bishy Barnabee's range, and two entirely distinct characters. 'Duchess Mixed' is the peony-flowered type — tightly incurved petals, twelve colours including true blue and lavender, slightly earlier flowering from July, fragrant. 'Giants of California' is the ostrich-plume type — loosely incurved, feathery, shaggy petals, five sophisticated colours in the rose-to-violet register, August to October, bred specifically for the scale and stem quality demanded by professional cut flower growers in California's Santa Maria Valley. The flower heads of 'Giants of California' reach 12cm across — substantially larger than most China aster varieties and large enough to qualify as a genuine focal flower in a vase rather than a filler — and the loosely incurved petals create a texture of extraordinary richness that a tightly packed peony form cannot produce.\u003c\/p\u003e\n\u003cp\u003eThe Fleuroselect Quality Mark recognises its consistent performance across a range of European growing conditions — not just visual novelty but the practical, repeatable results that matter to growers who depend on their plants performing reliably season after season. In the garden this reliability expresses itself as stems that stand upright even when heavily flowered, plants that continue producing new heads until the first hard frost rather than exhausting themselves in a single flush, and flower colour that remains rich and unfaded through the hottest weeks of August and September. This is the China aster for the serious cutting garden and for the gardener who wants the most substantial, most impressive individual flower the species can produce.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"caution-box\"\u003e⚠️ \u003cstrong\u003eFusarium Wilt — Crop Rotation Essential:\u003c\/strong\u003e Like all China asters, 'Giants of California' is susceptible to \u003cem\u003eFusarium oxysporum\u003c\/em\u003e f. sp. \u003cem\u003ecallistephi\u003c\/em\u003e — a soil-borne fungal disease that causes sudden, irreversible wilting with no effective cure. Strict crop rotation is the only reliable prevention: never plant China asters in the same soil in consecutive years, and ideally allow a three-year gap before returning to any position. Growing in containers with fresh compost each year eliminates this risk entirely.\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Giants of California' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e (H2) and holder of the \u003cstrong\u003eFleuroselect Quality Mark\u003c\/strong\u003e — the ostrich-plume form of the China aster in a sophisticated five-colour mix, bred for professional cut flower production in California's Santa Maria Valley. It is the larger, later-flowering, and more architecturally impressive of the two China asters in the range, complementing rather than duplicating 'Duchess Mixed's role in the late-season cutting garden.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eOstrich Plume versus Peony Form:\u003c\/strong\u003e The two primary double-flowered China aster forms — ostrich plume and peony-flowered — differ in the arrangement of their ray florets. In the peony form (Duchess Mixed), the florets are densely and tightly incurved toward the centre, creating a compact, rounded, chrysanthemum-like head. In the ostrich plume form (Giants of California), the florets are longer, more loosely incurved, and somewhat recurved at the tips, creating the shaggy, multi-layered, feathery texture that gives the form its name. The ostrich plume form generally produces larger individual flower heads than the peony form, and the loose petal arrangement creates more visual depth and movement than the tighter peony structure.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe California Professional Cut Flower Heritage:\u003c\/strong\u003e The Santa Maria Valley in California became, from the mid-twentieth century, one of the most significant centres for professional cut flower production in North America — the Mediterranean climate and long growing season allowing growers to produce flowers on a commercial scale that the rest of the continent's growers could not match. China asters were among the most commercially important crops, and breeding programmes there focused relentlessly on the qualities that matter in a professional context: stem length, stem strength, flower size, vase life, and consistency of performance. 'Giants of California' is a direct product of this tradition, and its superiority in these specific practical qualities reflects decades of selection for them.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Refined Five-Colour Palette:\u003c\/strong\u003e Where 'Duchess Mixed' offers twelve colours including the cool blues and lavenders that give it broad spectrum appeal, 'Giants of California' works within a more refined range — rose-pink, violet-purple, soft peach, deep crimson-red, and pure white. This is a warm-to-cool palette without the cool blues of the Duchess series, occupying the rose-to-violet register that coordinates naturally with the rudbeckias, zinnias, and late-summer dahlias that it flowers alongside in August and September. In a vase, the five colours of 'Giants of California' work together harmoniously without needing editing; in a mixed bouquet, they provide the substantial, dramatically textured focal flowers around which lighter, airier filler flowers can be arranged.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Giants of California' is grown in the same way as 'Duchess Mixed' with the same crop rotation requirement and the same cut-at-full-development rule, but with particular attention to staking — the 12cm flower heads are substantially heavier than the Duchess Mix's flowers and more prone to wind damage without adequate support.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eMarch to April\u003c\/strong\u003e. Cover with a fine 3mm layer of vermiculite or compost — unlike many surface-sown annuals, China asters benefit from this minimal covering for moisture retention. Maintain a temperature of \u003cstrong\u003e18–21°C\u003c\/strong\u003e. Germination is reliable and typically occurs within \u003cstrong\u003e10–14 days\u003c\/strong\u003e — slightly faster than Duchess Mixed's 14–21 day range.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePlanting Out:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003elate May to June\u003c\/strong\u003e after thorough hardening off. Space plants \u003cstrong\u003e30cm apart\u003c\/strong\u003e in full sun and rich, well-drained soil with good organic matter content. Do not plant in any position where China asters have grown in the previous two to three years. In any exposed position — and 'Giants of California' on a windy day is particularly vulnerable given its large flower heads — install horizontal support netting at 30–40cm height when plants reach 20cm, before the heads develop their full weight.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eFeeding:\u003c\/strong\u003e\u003cbr\u003eA weekly balanced liquid feed once plants are established and flowering improves both head size and the number of secondary stems produced. 'Giants of California' was bred for maximum performance in well-nourished professional growing conditions, and responds more dramatically to feeding than some of the leaner-soil annuals in the range.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCutting and Vase Life:\u003c\/strong\u003e\u003cbr\u003eCut when the flower head is three-quarters to fully open — China asters do not continue to open in the vase the way antirrhinums do, and heads cut too tight often fail to open fully indoors. Remove all leaves below the waterline immediately. Change water every two to three days and recut stems. Up to fourteen days of vase life is achievable in a cool room with clean, leaf-free stems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\" style=\"width: 100.078%; height: 1208.6px;\"\u003e\n\u003ctbody\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eBotanical Name\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003e\n\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Giants of California'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eCommon Name\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eGiant China Aster \/ Ostrich Plume China Aster\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003ePlant Type\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 58px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 58px;\"\u003eHardiness\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 58px;\"\u003eH2 — frost sensitive; plant out after all risk of frost has passed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eLight Requirements\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003ePlant Height\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003e60–75cm — tall, upright\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003ePlant Spread\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003ePlant Spacing\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003e30cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 58px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 58px;\"\u003eFlower Form\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 58px;\"\u003eOstrich plume — loosely incurved, feathery, shaggy; not the tight peony form\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 58px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 58px;\"\u003eFlower Diameter\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 58px;\"\u003eUp to 12cm — substantially larger than standard China asters\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 58px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 58px;\"\u003eFlower Colours\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 58px;\"\u003eRose-pink, violet-purple, soft peach, deep crimson-red, white\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eFlowering Period\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eAugust to October (peaks September)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 58px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 58px;\"\u003eVase Life\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 58px;\"\u003eUp to 14 days — cut at ¾ to fully open; remove submerged leaves\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eSupport Required\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eYes — heavy 12cm heads in exposed positions\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 58px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 58px;\"\u003eDisease Note\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 58px;\"\u003eSusceptible to Fusarium wilt — crop rotation essential\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eAward\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eFleuroselect Quality Mark ✓\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 38.4px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 38.4px;\"\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 38.4px;\"\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr style=\"height: 438.2px;\"\u003e\n\u003ctd style=\"width: 38.7597%; height: 438.2px;\"\u003ePerfect For\u003c\/td\u003e\n\u003ctd style=\"width: 61.0078%; height: 438.2px;\"\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-crimson\"\u003e\n\u003cspan class=\"pf-icon\"\u003e✂️\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eProfessional Focal Cut Flower Stems\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-violet\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🍂\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLate August–October Colour\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🐝\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eCritical Late-Season Pollinator Forage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-green\"\u003e\n\u003cspan class=\"pf-icon\"\u003e💐\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eWedding \u0026amp; Autumn Occasion Arrangements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌾\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eHarvest Festival \u0026amp; Autumn Border Display\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe large, shaggy ostrich-plume heads of 'Giants of California' demand companions of matching presence and complementary form — these pairings from the range create the finest late-season combinations:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"gold\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Rudbeckia Marmalade Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/rudbeckia-marmalade-seeds\"\u003eRudbeckia 'Marmalade'\u003c\/a\u003e: The Harvest Glow.\u003c\/strong\u003e The warm, radiant golden-yellow daisy heads of Rudbeckia 'Marmalade' alongside the deep violet-purple and crimson of 'Giants of California' is a classic September combination of considerable warmth and richness — warm gold and deep cool crimson-violet, two entirely different flower forms (flat open daisy face alongside dense shaggy pom-pom), both at their peak simultaneously in August and September. The rudbeckia's simple, clear yellow provides exactly the contrast that lifts the aster's richer, more complex colours — the pairing creates what the harvest season in the garden should look like, and both provide outstanding late-season forage for the pollinators that are becoming increasingly dependent on the remaining nectar sources as autumn approaches.\u003c\/li\u003e\n\u003cli class=\"orange\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌻\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Zinnia Giants of California Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-giants-of-california-mixed-seeds\"\u003eZinnia 'Giants of California'\u003c\/a\u003e: The Two Giants.\u003c\/strong\u003e The two 'Giants of California' varieties — the China aster and the zinnia — are the most directly complementary large-flowered late-summer cutting duo in the range. Both have 'Giants of California' in their names for a reason: the zinnia produces dinner-plate flowers of 10–12cm in vivid coral, orange, scarlet, pink, and red, while the aster produces its 12cm shaggy plume heads in the cooler rose-to-violet palette. Together they provide the complete warm-and-cool colour spectrum at the same imposing scale, both on long florist-quality stems, both peaking in August and September, and both with vase lives of up to fourteen days that make them genuinely practical for the serious cutting garden. In a large vase, four or five heads of each together needs nothing else.\u003c\/li\u003e\n\u003cli class=\"rose\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"China Aster Duchess Mixed Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/china-aster-duchess-mixed-seeds\"\u003eChina Aster 'Duchess Mixed'\u003c\/a\u003e: The Complete Aster Collection.\u003c\/strong\u003e Growing 'Giants of California' alongside 'Duchess Mixed' provides the most comprehensive China aster cutting garden the range offers — the ostrich-plume form in its five refined colours alongside the peony form in its twelve-colour rainbow, different forms, different colour ranges, and slightly different timing (Duchess begins in July, Giants in August), creating a seamless late-summer succession from the first peony heads in July through to the last plume heads in October. The two varieties share the same growing requirements and the same essential crop rotation rule, and grown together they represent the full breadth of what the China aster species can achieve as a cutting annual.\u003c\/li\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Ammi Majus Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\"\u003eAmmi Majus\u003c\/a\u003e: The White Architectural Framework.\u003c\/strong\u003e The pure white lace umbels of Ammi Majus are the natural cutting garden companion for 'Giants of California's large, dense flower heads — the airy, intricate ammi providing the visual lightness and space that the substantial ostrich-plume asters need around them to be seen at their best rather than crowding together. The contrast between the most intricately structured small flower in the cutting garden range (ammi's compound umbel) and the largest, most textured single flower head (the aster plume) is one of the most effective and most visually sophisticated combinations available. In a mixed vase, white ammi alongside violet-purple or deep crimson Giants of California is an arrangement of genuine elegance at the most natural and abundant scale the autumn cutting garden can produce.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors in March or April — 'Giants of California' begins flowering in August, a month later than 'Duchess Mixed', and peaks in September before continuing to the first hard frosts of October, providing the final and most substantial act of the cutting garden season.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌸 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Stake Early, Rotate Without Exception \u0026amp; Grow Both Asters Together Tip\u003c\/strong\u003e\u003cbr\u003eThree things define success with 'Giants of California'. First, stake earlier than feels necessary — the 12cm heads are substantially heavier than they appear when the plant is young, and a stem that bends or breaks in a summer storm cannot be rescued. Horizontal netting installed when plants reach 20cm, before the buds form, is invisible once plants grow through it and provides complete protection. A stake added after the heads are heavy and the stem has already begun to bow accomplishes much less. Second, rotate every year without exception — the Fusarium wilt that affects all China asters is particularly destructive to a variety bred for large heads, because the increased metabolic investment in growing those 12cm flowers means an infected plant collapses faster and more completely than a smaller-flowered variety would. The prevention is entirely achievable; the consequence of ignoring it is an entire season's crop lost in days. Third, grow 'Giants of California' alongside 'Duchess Mixed' if the cutting garden has room for both — the two varieties together cover the full aster spectrum from July to October with two entirely different flower forms and seventeen colours between them, the Duchess beginning while the Giants are still developing and the Giants peaking and continuing after the Duchess has finished its main flush.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e🌸 The Largest China Aster — Bred for the Professional, Grown for the Garden\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eCallistephus chinensis\u003c\/em\u003e 'Giants of California' is the China aster for the cutting garden that wants something genuinely impressive — 12cm ostrich-plume heads on long, strong, florist-quality stems, bred in California for the professional trade and awarded the Fleuroselect Quality Mark for consistent performance. Sow in March, rotate every year without fail, stake before the heads are heavy, and pair with Rudbeckia 'Marmalade' and Zinnia 'Giants of California' for the finest and most visually abundant late-summer and autumn cutting garden the range can produce.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":53487807103353,"sku":"AST-GOC","price":2.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/aster-giants-of-california-3982583.jpg?v=1760750435"},{"product_id":"ageratum-timeless-mix-seeds","title":"Ageratum Timeless Mix","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n  body { padding: 30px 24px 60px; }\n\n  details {\n    border: 1px solid #d8e4c8;\n    border-radius: 8px;\n    margin: 16px 0;\n    overflow: hidden;\n    background: #f9fdf5;\n  }\n  summary {\n    cursor: pointer;\n    padding: 14px 18px;\n    font-weight: 700;\n    color: #2c2c2c;\n    background: #eef5e4;\n    border-radius: 8px;\n    list-style: none;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    user-select: none;\n  }\n  summary::-webkit-details-marker { display: none; }\n  summary::after { content: '＋'; margin-left: auto; color: #5a7e3a; }\n  details[open] summary::after { content: '－'; }\n  details[open] summary { border-radius: 8px 8px 0 0; background: #ddeecb; }\n  .dropdown-body { padding: 20px 22px 22px; }\n  .dropdown-body p { margin-bottom: 12px; color: #333; }\n  .dropdown-body strong { color: #1a1a1a; }\n\n  .perfect-for-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .pf-box {\n    border-radius: 10px;\n    padding: 14px 14px 12px;\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n  }\n  .pf-icon { line-height: 1; }\n  .pf-label { font-weight: 700; line-height: 1.3; color: #fff; }\n  .pf-blue   { background: #2a3a7a; }\n  .pf-violet { background: #3a2a6a; }\n  .pf-teal   { background: #1a6a5a; }\n  .pf-rose   { background: #7a3a5a; }\n  .pf-slate  { background: #4a4a5a; }\n\n  .specs-table { width: 100%; border-collapse: collapse; margin-top: 10px; }\n  .specs-table tr:nth-child(odd) td { background: #f4f9ee; }\n  .specs-table td { padding: 9px 12px; border: 1px solid #d8e4c8; vertical-align: top; }\n  .specs-table td:first-child { font-weight: 700; color: #2c4a1a; white-space: nowrap; width: 200px; }\n\n  .companion-list { list-style: none; margin-top: 6px; }\n  .companion-list li {\n    padding: 14px 16px;\n    margin-bottom: 10px;\n    border-radius: 8px;\n    border-left: 5px solid;\n    background: #f9fdf5;\n  }\n  .companion-list li.coral  { border-color: #c85030; }\n  .companion-list li.straw  { border-color: #a09050; }\n  .companion-list li.white  { border-color: #6a8a6a; }\n  .companion-list li.blue   { border-color: #2e6da4; }\n  .companion-list li a { color: #2c4a8a; font-weight: 700; text-decoration: none; }\n  .companion-list li a:hover { text-decoration: underline; }\n  .companion-emoji { font-size: 1.3rem; margin-right: 6px; }\n\n  .calendar-intro { font-style: italic; color: #555; margin-bottom: 16px; }\n  .calendar-wrap { overflow-x: auto; }\n  .calendar-table {\n    width: 100%;\n    border-collapse: separate;\n    border-spacing: 3px 6px;\n    min-width: 540px;\n  }\n  .calendar-table th,\n  .calendar-table td { text-align: center; border: none; padding: 0; }\n  .cal-label {\n    text-align: left !important;\n    padding: 0 14px 0 0 !important;\n    white-space: nowrap;\n    font-weight: 700;\n    width: 145px;\n    vertical-align: middle;\n  }\n  .cal-month { font-weight: 700; color: #4a4a4a; padding: 0 0 8px 0 !important; }\n  .cal-cell       { height: 32px; vertical-align: middle; }\n  .cal-sow        { background: #5a9e3a; }\n  .cal-transplant { background: #e8940a; }\n  .cal-flower     { background: #5a4a9a; }\n  .cal-empty      { background: #e2e2e2; }\n  .first-active   { border-radius: 16px 0 0 16px; }\n  .last-active    { border-radius: 0 16px 16px 0; }\n  .mid            { border-radius: 0; }\n\n  .cal-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 14px; align-items: center; }\n  .cal-legend-item { display: flex; align-items: center; gap: 7px; }\n  .cal-swatch { width: 30px; height: 14px; border-radius: 7px; display: inline-block; flex-shrink: 0; }\n  .swatch-sow        { background: #5a9e3a; }\n  .swatch-transplant { background: #e8940a; }\n  .swatch-flower     { background: #5a4a9a; }\n  .swatch-empty      { background: #e2e2e2; border: 1px solid #bbb; }\n\n  .tip-box {\n    background: #f2f0fc;\n    border: 1px solid #b0a8d8;\n    border-left: 5px solid #2a3a7a;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin-top: 20px;\n    color: #10081e;\n  }\n  .tip-box strong { color: #080412; }\n\n  .strapline {\n    font-style: italic;\n    color: #555;\n    margin-bottom: 22px;\n    border-left: 3px solid #2a3a7a;\n    padding-left: 14px;\n  }\n  .intro p { margin-bottom: 14px; color: #333; }\n\n  .closing-box {\n    background: #f0f6e8;\n    border: 1px solid #c5dea8;\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 24px;\n  }\n  .closing-box h3 { margin-bottom: 8px; color: #2c4a1a; }\n  .closing-box p  { color: #333; margin-bottom: 8px; }\n  .closing-box a  { color: #2c4a8a; font-weight: 700; }\n\n  hr.section { border: none; border-top: 1px solid #ddeecb; margin: 28px 0; }\n\n\u003c\/style\u003e\n\u003ch1 style=\"text-align: center;\"\u003eAgeratum 'Timeless Mix' Seeds\u003c\/h1\u003e\n\u003cp class=\"strapline\"\u003eThe florist's secret weapon — tall, straight-stemmed, powder-blue, pink, violet, and white fluffy button flowers that never shatter in the vase, add a soft cloud-like texture to any arrangement, and flower continuously from June right through to October from a single spring sowing.\u003c\/p\u003e\n\u003cdiv class=\"intro\"\u003e\n\u003cp\u003eMost people's mental image of ageratum is the squat, mounded, powder-blue bedding plant that lines the edges of municipal park borders in dense, uniform blocks — a perfectly pleasant plant, but one that is short, difficult to cut, quick to shatter, and entirely removed from the elegant, long-stemmed, florist-quality flower that 'Timeless Mix' produces. The 'Timeless' series was bred specifically for the cut flower trade, addressing every weakness of traditional ageratum in a single variety: where bedding types are short, 'Timeless' grows to 60–70cm on strong, upright stems; where older varieties shed their petals readily as they age, 'Timeless' flowers hold firm on the stem for a vase life of seven days or more; where single-colour bedding ageratum is monotonous, 'Timeless Mix' offers a calming, sophisticated palette of powder blue, soft pink, violet, and white that blends into almost any arrangement with an ease that is quite difficult to achieve with bolder flowers.\u003c\/p\u003e\n\u003cp\u003eIt is what arrangers and florists call a filler flower — and there is no higher compliment in the cutting garden, because filler flowers are the ones that make the whole arrangement work. The loose, fluffy, cloud-like clusters of 'Timeless Mix' added between roses, zinnias, and focal flowers transform a collection of individual stems into an arrangement that looks considered and abundant, filling the visual gaps between stronger shapes and adding a soft, hazy texture that makes everything around it appear more lush and more full. A handful of 'Timeless Mix' stems added to any garden-cut arrangement elevates it immediately from a collection of flowers to a composition.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003chr class=\"section\"\u003e\u003c!-- DROPDOWN 1: Understanding the Plant --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌿 Understanding the Plant\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e\u003cem\u003eAgeratum houstonianum\u003c\/em\u003e 'Timeless Mix' is a \u003cstrong\u003eHalf-Hardy Annual\u003c\/strong\u003e originating from Central America, belonging to the daisy family (Asteraceae). It is a professional-grade cut flower variety specifically developed for the florist market — producing tall, strong stems, large flower clusters, and the non-shattering characteristic that makes it suitable for commercial cut flower production and exceptional for the home cutting garden.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWhat 'Non-Shattering' Means in Practice:\u003c\/strong\u003e Most ageratum varieties — and many annual cut flowers generally — shed their petals or drop their individual florets readily once cut, either in transit or in the vase. This is known as shattering, and it is the reason that many otherwise beautiful flowers are unsuitable for use as cut flowers — the mess and the reduced display quality make them impractical. 'Timeless Mix' has been specifically bred to minimise this tendency, with flowers that hold their florets firmly on the stem for a week or more after cutting. For the home arranger this means arrangements that remain beautiful for their full vase life without progressive petal drop that needs clearing away.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Texture Role in Arranging:\u003c\/strong\u003e Understanding why 'Timeless Mix' is so valuable in the cutting garden requires understanding how professional flower arrangements are structured. Most arrangements combine focal flowers (the bold, eye-catching central blooms — roses, zinnias, dahlias), line flowers (tall vertical elements that define the arrangement's height and shape — snapdragons, delphiniums), and filler flowers (soft, textural, abundant elements that fill the space between focal and line flowers, unify the arrangement, and give it visual depth and body). Filler flowers are arguably the most important category — without them, even the finest focal flowers look sparse and disconnected. 'Timeless Mix' is one of the finest filler flowers available from seed, and its soft, cloud-like clusters of fluffy button flowers perform this role with exceptional elegance.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Colour Palette:\u003c\/strong\u003e The powder blue, soft pink, violet, and white of 'Timeless Mix' are all cool, gentle tones that work harmoniously together and blend naturally with an enormous range of other flower colours — warm orange and gold zinnias, white cosmos, pink roses, deep purple cornflowers, and the muted, earthy tones of dried and fresh grasses. The blue in particular — a true, clear powder blue that is relatively rare among annual flowers — is one of the most useful and most distinctive tones available in the cutting garden.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 2: Growing Guide --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🌱 Growing Guide\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003e'Timeless Mix' is grown in the same way as other half-hardy annuals — indoor sowing, hardening off, and planting out after frost — with two important specific techniques that maximise its performance as a cut flower.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHow to Sow:\u003c\/strong\u003e\u003cbr\u003eSow indoors from \u003cstrong\u003eFebruary to April\u003c\/strong\u003e in trays or modules of good-quality seed compost. Surface sow onto moist compost and do not cover, or apply only the very lightest possible dusting of vermiculite — ageratum seed requires light to germinate. Maintain a temperature of \u003cstrong\u003e20–22°C\u003c\/strong\u003e. Germination typically occurs within \u003cstrong\u003e7–10 days\u003c\/strong\u003e. The seedlings are small — prick out carefully into individual cells once they have their first true leaves.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTransplanting:\u003c\/strong\u003e\u003cbr\u003ePlant out from \u003cstrong\u003eMay to June\u003c\/strong\u003e after thorough hardening off, once all risk of frost has passed. Space plants \u003cstrong\u003e25cm apart\u003c\/strong\u003e in full sun. Ageratum prefers rich, moisture-retentive soil — unlike many cutting garden annuals, it does not thrive in dry, lean conditions and will wilt and reduce flowering significantly if the soil dries out. Mulch around the plants after planting to retain moisture and apply a balanced fertiliser at planting.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThe Pinching Technique:\u003c\/strong\u003e\u003cbr\u003eWhen plants reach approximately \u003cstrong\u003e15cm tall\u003c\/strong\u003e, pinch out the central growing tip entirely. This sacrifices the first flower bud but stimulates the plant to produce multiple lateral branches, each of which will carry a long, straight cutting stem with a terminal flower cluster. An unpinched plant produces one or two stems; a well-pinched plant produces six to ten long, usable cutting stems over the season. This is the single most important growing technique for maximising cut flower yield from 'Timeless Mix'.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eWatering and Feeding:\u003c\/strong\u003e\u003cbr\u003eWater consistently and generously — ageratum is one of the more moisture-demanding cutting garden annuals and will show distress quickly in dry conditions. Once flowering begins, feed fortnightly with a high-potassium liquid fertiliser to sustain the long flowering season. Deadhead spent clusters regularly to encourage continuous flower production.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCutting and Conditioning:\u003c\/strong\u003e\u003cbr\u003eCut stems when the flower clusters are fully open and at their most fluffy. Condition cut stems by placing immediately into deep, tepid water for several hours before arranging — this firms the stems and ensures maximum vase life of seven days or more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 3: Plant Specifications --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📋 Plant Specifications\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eBotanical Name\u003c\/td\u003e\n\u003ctd\u003e\n\u003cem\u003eAgeratum houstonianum\u003c\/em\u003e 'Timeless Mix'\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCommon Name\u003c\/td\u003e\n\u003ctd\u003eFloss Flower \/ Tall Ageratum \/ Florist's Ageratum\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Type\u003c\/td\u003e\n\u003ctd\u003eHalf-Hardy Annual\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eHardiness\u003c\/td\u003e\n\u003ctd\u003eH2 — tender; plant out after all risk of frost has passed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLight Requirements\u003c\/td\u003e\n\u003ctd\u003eFull Sun ☀️\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Height\u003c\/td\u003e\n\u003ctd\u003e60–70cm — tall, upright, cutting-garden type\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spread\u003c\/td\u003e\n\u003ctd\u003e30cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePlant Spacing\u003c\/td\u003e\n\u003ctd\u003e25cm apart\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Form\u003c\/td\u003e\n\u003ctd\u003eDense, fluffy button clusters — soft cloud-like texture\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlower Colours\u003c\/td\u003e\n\u003ctd\u003ePowder blue, soft pink, violet, white — mixed\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eFlowering Period\u003c\/td\u003e\n\u003ctd\u003eJune to October\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eVase Life\u003c\/td\u003e\n\u003ctd\u003e7+ days — non-shattering 'Timeless' series\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eBred For\u003c\/td\u003e\n\u003ctd\u003eProfessional cut flower production — florist-grade stems\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSeeds per Packet\u003c\/td\u003e\n\u003ctd\u003eApproximately 100 seeds\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePerfect For\u003c\/td\u003e\n\u003ctd\u003e\n\u003cdiv class=\"perfect-for-grid\"\u003e\n\u003cdiv class=\"pf-box pf-blue\"\u003e\n\u003cspan class=\"pf-icon\"\u003e💐\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eCutting Garden Filler Flower\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-violet\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🎨\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eSoft Pastel Cottage Borders\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-teal\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🦋\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eButterfly \u0026amp; Pollinator Gardens\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-rose\"\u003e\n\u003cspan class=\"pf-icon\"\u003e☁️\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eTexture \u0026amp; Volume in Arrangements\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pf-box pf-slate\"\u003e\n\u003cspan class=\"pf-icon\"\u003e🌸\u003c\/span\u003e\u003cspan class=\"pf-label\"\u003eLong-Season Summer Colour\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 4: Garden Combinations --\u003e\n\u003cdetails\u003e\n\u003csummary\u003e🤝 Beautiful Garden Combinations\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp\u003eThe soft, cloud-like texture and cool pastel tones of 'Timeless Mix' make it one of the most versatile companion plants in the cutting garden — these pairings from the range create the most beautiful and most practical combinations:\u003c\/p\u003e\n\u003cul class=\"companion-list\"\u003e\n\u003cli class=\"coral\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Zinnia Giant Dahlia Flowered Mix Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/zinnia-giant-dahlia-flowered-mix-seeds\"\u003eZinnia Giant Dahlia Flowered Mix\u003c\/a\u003e: The Texture Contrast.\u003c\/strong\u003e Zinnias have bold, solid, clearly defined petals — architectural, substantial, and eye-catching. Ageratum 'Timeless Mix' has soft, fluffy, nebulous clusters — gentle, diffuse, and tonally complex. Together they create the fundamental cutting garden contrast between focal flower and filler flower — the zinnia providing the bold centrepiece that draws the eye, the ageratum providing the soft cloud that fills the space around it and makes the zinnia appear even more vivid and more defined by contrast. In a vase, a mixed bunch of Giant Dahlia Flowered zinnias in coral, orange, and red with 'Timeless Mix' ageratum filling the spaces between them is one of the finest and most immediately beautiful combinations the cutting garden produces.\u003c\/li\u003e\n\u003cli class=\"white\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Ammi Majus Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/ammi-majus-seeds\"\u003eAmmi Majus\u003c\/a\u003e: The White Lace Complement.\u003c\/strong\u003e The fine, intricate white umbel lace of Ammi Majus alongside the fluffy, rounded blue and violet clusters of 'Timeless Mix' creates a combination that is both botanically contrasting and tonally harmonious — white and pale blue-violet, flat lacy plate and rounded fluffy cloud, fine and delicate against soft and substantial. In a cutting garden arrangement Ammi Majus provides the structural white framework — the visual scaffolding — while 'Timeless Mix' fills the spaces with soft colour and texture. Together they are the two finest filler flowers in the range and an essential pairing for the arranger who wants arrangements that look effortlessly full and professionally composed.\u003c\/li\u003e\n\u003cli class=\"blue\"\u003e\n\u003cspan class=\"companion-emoji\"\u003e💙\u003c\/span\u003e \u003cstrong\u003e\u003ca title=\"Cornflower Blue Ball Seeds\" href=\"https:\/\/www.bishybarnabeescottagegarden.com\/products\/cornflower-blue-ball-seeds\"\u003eCornflower 'Blue Ball'\u003c\/a\u003e: The Blue Harmony.\u003c\/strong\u003e Cornflower 'Blue Ball' and Ageratum 'Timeless Mix' share the same blue end of the cool colour spectrum and yet are entirely different in form — the crisp, defined, structured petals of the cornflower alongside the soft, diffuse, fluffy clusters of the ageratum, both in the same family of blues but expressing them in entirely different ways. In a blue-and-white cottage garden arrangement the two together provide a depth and complexity of blue texture that a single variety of either could not achieve alone, and the contrast between the firm, papery quality of the cornflower petal and the soft, almost cloud-like quality of the ageratum floret is one of the most quietly beautiful textural relationships in the summer cutting garden.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- DROPDOWN 5: Sowing \u0026 Flowering Calendar --\u003e\n\u003cdetails open=\"\"\u003e\n\u003csummary\u003e📅 Sowing \u0026amp; Flowering Calendar\u003c\/summary\u003e\n\u003cdiv class=\"dropdown-body\"\u003e\n\u003cp class=\"calendar-intro\"\u003eSow indoors from February and plant out in May — 'Timeless Mix' begins flowering in June and continues without interruption through to the first October frosts, one of the longest flowering seasons of any annual in the range, providing soft blue, pink, violet, and white cutting stems for five continuous months.\u003c\/p\u003e\n\u003cdiv class=\"calendar-wrap\"\u003e\n\u003ctable class=\"calendar-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth class=\"cal-label\"\u003e\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJan\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eFeb\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMar\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eApr\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eMay\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJun\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eJul\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eAug\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eSep\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eOct\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eNov\u003c\/th\u003e\n\u003cth class=\"cal-month\"\u003eDec\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🌱 Sow Indoors\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-sow last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e🪴 Plant Out\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-transplant last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"cal-label\"\u003e💜 Flowering\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower first-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower mid\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-flower last-active\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003ctd class=\"cal-cell cal-empty\"\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cal-legend\"\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-sow\"\u003e\u003c\/span\u003eSow Indoors\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-transplant\"\u003e\u003c\/span\u003ePlant Out\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-flower\"\u003e\u003c\/span\u003eFlowering\u003c\/div\u003e\n\u003cdiv class=\"cal-legend-item\"\u003e\n\u003cspan class=\"cal-swatch swatch-empty\"\u003e\u003c\/span\u003eNot active\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tip-box\"\u003e\n\u003cstrong\u003e✨ Pinch Early, Water Generously \u0026amp; Condition Before Arranging Tip\u003c\/strong\u003e\u003cbr\u003eThree techniques define the difference between adequate and outstanding results with 'Timeless Mix'. First, pinch out the central growing tip at 15cm without hesitation — the first flower bud you sacrifice is a small loss against the six to ten long cutting stems that the resulting lateral branches will produce over the season. An unpinched plant is a bush with two or three usable stems; a pinched plant is a cutting machine. Second, never let the soil dry out — ageratum is the most moisture-sensitive of the cutting garden annuals and will wilt, reduce flowering, and lose stem quality rapidly in dry conditions. Mulch, water consistently, and treat the plants generously with moisture throughout the season. Third, condition cut stems in deep, tepid water for several hours before arranging — ageratum stems can be temporarily reluctant to drink when first cut, and conditioning firms them and ensures the full seven-plus days of vase life that the 'Timeless' series was bred to deliver.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdiv class=\"closing-box\"\u003e\n\u003ch3\u003e💐 The Cutting Garden's Finest Filler Flower\u003c\/h3\u003e\n\u003cp\u003e\u003cem\u003eAgeratum houstonianum\u003c\/em\u003e 'Timeless Mix' is the annual that makes every other flower in the arrangement look better — the soft, cloud-like, non-shattering blue, pink, violet, and white clusters that fill the visual gaps between focal flowers, add depth and body to any arrangement, and continue producing cutting stems from June to October without pause. Pinch it early, water it generously, and use it lavishly in every summer arrangement alongside zinnias, cornflowers, ammi, and grasses — and discover that the finest cutting garden arrangements are rarely built around the most dramatic flowers, but around the softest and most generous ones.\u003c\/p\u003e\n\u003cp\u003e📖 \u003cstrong\u003eWant more detailed growing advice?\u003c\/strong\u003e\u003cbr\u003e\u003ca href=\"https:\/\/www.bishybarnabeescottagegarden.com\/blogs\/growing-guides\"\u003eView our Complete Growing Guide →\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e","brand":"Bishy Barnabees Cottage Garden Ltd","offers":[{"title":"Default Title","offer_id":53487810150777,"sku":"AGE-TML","price":2.15,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0576\/6004\/7547\/files\/ageratum-timeless-mix-1160933.jpg?v=1760750538"}],"url":"https:\/\/www.bishybarnabeescottagegarden.com\/collections\/colour_mixed.oembed","provider":"Bishy Barnabees Cottage Garden Ltd","version":"1.0","type":"link"}