{% assign use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = product.images -%} {%- endif -%}
{% assign last_slide = 0 %} {% assign imgOffset = 0 %} {% if product.tags contains 'Graphic Overlay' %} {% assign imgOffset = 1 %} {% endif %} {%- for image in images offset: imgOffset -%} {% capture thumbRepsonsive %} {%- if image != blank -%} {%- if image.width > 180 -%}{{ image.src | img_url: '180x' }} 180w {{ 180 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 360 -%}{{ image.src | img_url: '360x' }} 360w {{ 360 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 540 -%}{{ image.src | img_url: '540x' }} 540w {{ 540 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 720 -%}{{ image.src | img_url: '720x' }} 720w {{ 720 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 900 -%}{{ image.src | img_url: '900x' }} 900w {{ 900 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1080 -%}{{ image.src | img_url: '1080x' }} 1080w {{ 1080 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1296 -%}{{ image.src | img_url: '1296x' }} 1296w {{ 1296 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1512 -%}{{ image.src | img_url: '1512x' }} 1512w {{ 1512 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1728 -%}{{ image.src | img_url: '1728x' }} 1728w {{ 1728 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 1944 -%}{{ image.src | img_url: '1944x' }} 1944w {{ 1944 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2160 -%}{{ image.src | img_url: '2160x' }} 2160w {{ 2160 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2376 -%}{{ image.src | img_url: '2376x' }} 2376w {{ 2376 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2592 -%}{{ image.src | img_url: '2592x' }} 2592w {{ 2592 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 2808 -%}{{ image.src | img_url: '2808x' }} 2808w {{ 2808 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- if image.width > 3024 -%}{{ image.src | img_url: '3024x' }} 3024w {{ 3024 | divided_by: image.aspect_ratio | round }}h,{%- endif -%} {%- assign image_size = image.width | append: 'x' -%} {{ image.src | img_url: image_size }} {{ image.width }}w {{ image.height }}h {%- endif -%} {% endcapture %}
{% assign last_slide = forloop.index %} {% endfor %}
All media depicts mature plants.

Fairytrail Bride™ Cascade Hydrangea™

SHRUB

Description

  • The first cascading hydrangea in North America!
  • Romantic white florets bloom on trailing stems.
  • Ideal for containers and hanging baskets.
  • Plant of the Year at the Chelsea Flower Show 2018.
  • Zones 5-9, sun/part sun, 4' tall x 4' wide at maturity.
  • Zone 5-9
    Light part sun/sun
    medium

    {% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Sale {{- variant.price | minus: discount_amount | money | remove: ' ' -}}
    {{- variant.compare_at_price | money | remove: ' ' -}} {% else %} {{- variant.price | money | remove: ' ' -}} {% endif %} Each
    Total
    {{ variant.price | times: variant.quantity | money | remove: ' ' }}
    {% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %}
    {{option.name}}
    {% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% endfor %}
    {% endfor %}
    {% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantity:{{ variant.quantity }}, properties:{ '_growingzone':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/fairytrail-bride-cascading-hydrangea-2-sw.jpg?v=1626781671', title: 'Fairytrail Bride™ Cascade Hydrangea™', option: 'One Quart' }); return false;{% endcapture %} {% assign discontinued = '' %} {% for tag in product.tags %} {% if tag contains 'discontinued' %} {% assign discontinued = 'true' %} {% endif %} {% endfor %} {% if variant.available %} {% else %} {% unless discontinued == 'true' %} Notify Me When Available {% endunless %} {% endif %}
    {% if error %}
    {{error.description}}
    {% endif %}
    white plant in hand icon

    Hand-picked at our greenhouse

    white shipped to door icon

    Shipped to your door

    Young plant icon

    Arrives as young plant

    background image

    More Information

    Description Fairytrail Bride™ Cascade Hydrangea™ (Hydrangea x) is the first cascading type of hydrangea to come to North America. This new class of hydrangea has unrivaled flower power and a cascading habit. White florets bloom prolifically along trailing stems, creating a romantic display. One look, and you'll be saying "I do" to this shrub! The cascading, mid-sized habit of this hydrangea is ideal for mixed beds, containers, and even hanging baskets. Fairytrail Bride™ Cascade Hydrangea™ was introduced by Ushio Sakazaki, a renowned breeder from Japan. It has already earned accolades as the Plant of the Year at the Chelsea Flower Show in 2018. We're sure it will be a winner in your garden, too! Details Botanical name: Hydrangea x 'USHYD0405'
    Patent: PP31120
    Common name: Cascading hydrangea
    Zone: 5 – 9
    Sun exposure: Sun (> 6 hours sun) to part sun (4-6 hours sun)
    Height x width: 4′ tall x 4′ wide
    Flower color: White
    Foliage color: Green
    Season of interest: Spring through summer
    Bloom time: Spring
    Features: Rare & unusual, Proven Winners, low flammability, heat tolerant, container plants, best sellers
    Uses: Hedge, edging, landscaping, wildlife gardens, native plant gardens
    How To Grow Soil: Average, medium moisture, well-drained soils. Mulch to conserve moisture and buffer soil temperatures.
    Light: Most varieties tolerate full sun in the North, but benefit from afternoon shade and consistent moisture. In the South, plants require afternoon shade.
    Water: Water to keep soil moist, but not wet.
    Spacing: 4 feet
    Fertilizing: Fertilize once in spring with a granular rose fertilizer. Make a second application in early summer if desired.
    Winterizing: Do not prune. A 2-3″ layer of shredded bark mulch is sufficient winter protection.
    Maintenance & Pruning: Avoid pruning except to remove any obviously dead wood in spring, when the new growth has emerged. This type of hydrangea blooms on old wood, so it’s best to avoid pruning it for the most flowers and best performance. Mature plants may be selectively thinned, removing one-third of the oldest branches each late winter

    Garden Care

    All About Growing & Caring For Cascade Hydrangeas

    Introducing the first cascading type of hydrangea in North America: cascade hydrangea (Hydrangea x). The cascading habit and trailing stems are adorned with delicate white, pink, or blue florets, creating a charming display in mixed garden beds, containers, and hanging baskets. Here, we’ll explain how to grow and care for cascade hydrangeas, as well as answer frequently asked questions about this new garden favorite.

    Delicate white cascade hydrangea flowers in a planter

    Customer Reviews

    Based on 59 reviews
    76%
    (45)
    2%
    (1)
    8%
    (5)
    8%
    (5)
    5%
    (3)
    M
    M.M. (Ohio)

    I think the long, cold and rainy spring has slowed the growth of my Fairy trail cascade hydrangea!

    It’s surprisingly normal for newly transplanted plants to appear like they aren’t growing. That’s because most of the growth occurs below ground in their first year as they allocate more energy to root development. Once your plant is established, it will start investing more in shoot and flower development. To learn more about how plants “sleep, creep, and leap”, read our FAQ here: https://bit.ly/FAQ-plant-growth

    T
    T. (Alabama)
    New Hydrangea Storm

    I absolutely am so impressed with my new little babies. I heard about these and did not want to wait for them to hit the market so I ordered direct. they came in and I could tell they were newly trimmed but look a the new growth after 3 weeks. Wow!! In Alabama

    L
    L.J. (Illinois)

    Beautiful plant; arrived in great condition. Can't wait to see it grow.

    L
    L.W.

    My favorite. Healthy. Growing.

    C
    C.C. (Colorado)
    Jus beautiful!!!! 🤩

    Love this company have ordered twice and plants came in super excellent condition!!! Thank u so much!! ☺️