{% 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.

Endless Summer® Summer Crush® Bigleaf Hydrangea

SHRUB

Description

  • Repeat blooms from early summer to frost.
  • Color Breakthrough in a reblooming Hydrangea!
  • Large 8" Raspberry Blooms.
  • More compact growing 18-36" tall and wide.
  • Thrives in extreme cold to intense heat.
  • Zones 4-9, sun/part sun, 3' tall x 3' wide at maturity.
Zone 4-9
Light part sun/sun
medium

{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}2{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %} {% 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

Buy More, Save More:
    {% for discountGroup in product.discounts_structure.groups %} {% if discountGroup.id == 1 %} {% for discountTier in discountGroup.tiers %} {% if discountTier.id == 2%} {% for discount in discountTier.discount %}
  • {% assign discount_amount = discount.discount_amount | times: 100 %} {% assign tier_ceiling = 10000 %} {% if discountTier.discount[forloop.index] != blank %}{% assign tier_ceiling = discountTier.discount[forloop.index].min_quantity | minus: 1 %}{% endif %}
    {{ variant.price | money | remove: ' ' }} {{ variant.price | minus: discount_amount | money | remove: ' ' }} / {{ discount.min_quantity }}{% if discountTier.discount[forloop.index] != blank %}-{{ discountTier.discount[forloop.index].min_quantity | minus: 1 }}{% else %}+{% endif %} qty.
  • {% endfor %} {% endif %} {% endfor %} {% endif %} {% endfor %}
Total
{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}2{% endcapture %} {% assign DiscountGroup = DiscountGroup | plus: 0 %} {% assign DiscountTier = DiscountTier | plus: 0 %} {% assign discount_amount = 0 %} {% for group in product.discounts_structure.groups %} {% if group.id == DiscountGroup %} {% for tier in group.tiers %} {% if tier.id == DiscountTier %} {% for discount in tier.discount %} {% if discount.min_quantity > variant.quantity %}{% break %}{% endif %} {% assign discount_amount = variant.quantity | times: discount.discount_amount | times: 100 %} {% endfor %} {% break %} {% endif %} {% endfor %} {% break %} {% endif %} {% endfor %}
{{ variant.price | times: variant.quantity | minus: discount_amount | money | remove: ' ' }}
{% if discount_amount > 0 %} Saved {{ discount_amount | money | remove: ' ' }} {% endif %}
{% 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':['4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/640_2722_popup.jpg?v=1608000207', title: 'Endless Summer® Summer Crush® Bigleaf 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 Endless Summer®  Summer Crush® big leaf hydrangea (Hydrangea macrophylla) is a wilt resistant reblooming hydrangea with giant raspberry blooms! Giant 6-8" mop heads of raspberry-red (vibrant blue-purple blooms in acidic conditions) begin in summer and continue well into fall.  Blooms on both old and new growth, so if late spring frosts damage old growth, you will still get flowers during the summer and fall on new growth. A compact growing macrophylla type with dark green glossy leaves, shorter internodes, rounded habit, and thick ruby red stems which keep the large blooms from flopping.  It is the shortest in the series, growing 18-36" high and wide. The green leaves are waxy, which preserves moisture so it won't wilt as readily as other Hydrangeas. Details Botanical name: Hydrangea macrophylla 'BAILMACFIVE'
Patent #: USPP 30,359
Common name: Hydrangea, bigleaf hydrangea
Zone: 4 - 9
Sun exposure: Full Sun (6+ hours sun) to Part-sun (4-6 hours sun)
Height x width: 1.5-3 ft"x 1.5 - 3 ft
Flower color: Raspberry red or blue
Foliage color: Green
Season of Interest: Summer-fall
Bloom time: Spring, summer
Features: Space savers, heat tolerant, container plants, cold tolerant
Uses: Background, foundation planting, hedge, massing, ornamental, specimen
How To Grow Soil: Average, medium moisture, well-drained soils. Mulch to conserve moisture, and buffer soil temperatures. Generally, a soil pH below 5.0 results in deep, vivid blues, and as the pH rises, the flowers range from blue to lavender to mauve to a vivid deep pink at pH 7.0 (neutral). The pH determines the availability of aluminum in the soil; this element is more readily available in acid soils, and this availability results in the blue flower color. Since phosphorus ties up aluminum in soils, using a fertilizer low in this nutrient will aid in attaining blue flowers. If pink flowers are desired and your soil is acid, simply add lime to raise the pH and use a balanced fertilizer. Aluminum sulfate will lower pH if blue flowers are desired.
Light: Most varieties tolerate full sun in the north, but benefit from afternoon shade. Tolerates full sun only if grown with consistent moisture. In the south, plants require afternoon shade. Intolerant of drought, with foliage tending to decline considerably in dry conditions.
Water: Water to keep soil moist, but not wet.
Spacing: 3-4 ft.
Fertilizing: Fertilize once in spring with a fertilizer designed to encourage blooms (such as 15-30-15).
Winterizing: Remove and destroy any fallen foliage that was infected by powdery mildew.
Maintenance & pruning: This variety blooms on both old and new wood. In spring, only prune out dead wood once the new growth has emerged.

Q & A

Your Questions on Caring for Hydrangeas, Answered

Learn how to grow and care for hydrangeas like a pro! Discover different types of hydrangeas, when it's best to prune hydrangeas, how to change colored blooms, why they may be wilting, and everything else you need to know.

A wide variety of colorful hydrangeas

Customer Reviews

Based on 5 reviews
60%
(3)
20%
(1)
0%
(0)
0%
(0)
20%
(1)
S
S.W. (Ohio)
Blooms first year!

Love it. Received two months ago already producing blooms

K
Karen C. (Ohio)
Thriving plants!

As always, I appreciate the care that goes into packaging the plants for delivery and they always arrive on time looking very healthy! It’s nice that the packaging is mostly cardboard and they limit the use of plastics. The hydrangeas are in the ground and doing well, looking forward to seeing them bloom next year!

D
D.R. (Michigan)
Beautiful Pink Flowers - Year 1

2020 ordered 4 each. They arrived in great shape and loved the packaging - never seen it quite so well done. All 4 blossomed first year planted.

July 2021 all four are still alive - 2 are in full blossom, 2 are working on it (see pictures). I know nothing about gardening and growing anything is not my gifting. I am typically good at killing plants so that fact that these are still alive is frankly surprising. These are planted quite close together because as I said, I didn't expect them all to survive - not because of the quality of the plant - but the quality of my ability to keep plants alive. I have made a point to make sure they are watered and I am working on installing an irrigation system. These are planted in middle of Michigan, in miracle grow ground dirt mixed in with a little of our heavy clay down to 2-3 feet deep and covered with 3" of mulch. They are in full sun in the mornings till about 3-4pm then shaded by the house. These are small right now but full and dense - they were full and dense when they arrived last year.

IN THE BLUE POTS ARE NOT GREATGARDEN - I also purchased 2 ea Summer Crush Hydrangea's from NatureHill.com at the same time for 3x the price each. They are currently also in bloom but are tall and lanky - they were tall and lanky when arrived. I overwintered these from Naturehill in their pots in a pole barn because I didn't know where to plant them being so drastically different and the lanky-ness is not what I'm hoping for.

If you're looking for full and dense with beautiful pink blossoms - that start out small... These are for you.
If you're looking for tall and lanky for 3x the price each, go with Naturehill. They still have pretty pink blossoms and maybe someday they will fill in or maybe it's me and I just don't know how to do whatever you need to do to make them full and dense.

I'm in the process of ordering 4 more.

R
R. (Connecticut)
4 hydrangea plants that were dry and dead

I was so excited to receive my plants and from the pictures that were advertised . I expected plants that would blossom this year or at least have blossoms on them when they arrived. That was not the case at all. The plants were dry and dead and not able to regrow as I would expected. When paying over $100. I would like to receive plants that would survive the hot summer months. These were dry and died within the first week after planted.

D
D.T. (Texas)

Al plants delivered as promised in very secure packing. All are growing well, but one died, do not know why.