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

Tuff Stuff Ah-Ha® Mountain Hydrangea

SHRUB

Description

  • Reblooming hydrangea promises flowers all summer long!
  • Double florets look like waterlilies.
  • Compact size is perfect for small spaces and containers.
  • Improved bud and stem hardiness.
  • Zones 5-9, sun/part sun, 3' tall x 3' wide at maturity. 
Zone 5-9
Light part sun/sun
medium

{% capture DiscountGroup %}1{% endcapture %} {% capture DiscountTier %}1{% 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 == 1%} {% 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 %}1{% 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':['5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//cdn.shopify.com/s/files/1/0472/6394/0775/products/Hydrangea-serrata-Tuff-Stuff-Ah-Ha-DSC04435.jpg?v=1642609055', title: 'Tuff Stuff Ah-Ha® Mountain 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 %}

Hand-picked at our greenhouse

Shipped to your door

Arrives as young plant

background image

More Information

Description The compact Tuff Stuff Ah-Ha® Hydrangea (Hydrangea serrata) is packed full of flower power. This mountain hydrangea blooms in early summer and just doesn't know when to quit! You can expect massive, dinner plate size blooms of waterlily-like florets. Colors range from a soft pink to a light blue depending on the soil conditions. It's a prolific rebloomer, so you can enjoy a constant supply of flowers all summer long. Tuff Stuff Ah-Ha lives up to the name! Hydrangeas can lose buds during harsh winters, but this hydrangea won't fail. Its buds are cold tolerant and perfect for growing down to zone 5. Try planting it in flower gardens, cottage gardens, or patio containers for an impressive floral display. Details Botanical name: Hydrangea serrata 'SMNHSDD'
Patent #: USPP 29832
Common name: Mountain hydrangea, Lacecap hydrangea
Zone: 5 - 9
Sun exposure: Part-sun (4-6 hours sun) to sun (> 6 hours sun)
Height x width: 2 - 3' tall and wide
Flower color: Blue or pink
Foliage color: Green
Season of interest: Summer - fall
Bloom time: Summer, fall
Features: Space savers, proven winners, heat tolerant, container plants, best sellers, best for beginners
Uses: Background, foundation planting, hedge, massing, ornamental, specimen, container planting
How To Grow Soil: Average, medium moisture, well-draining soils. Mulch to conserve moisture and buffer soil temperatures.
Light: Most varieties tolerate full sun in the North, but benefit from afternoon shade. They tolerate 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: 2-3 feet
Fertilizing: Fertilize once in spring with a fertilizer designed to encourage blooms (such as 15-30-15).
Winterizing: Remove any fallen foliage. The roots are shallow, so apply an extra 2-3" layer of mulch for insulation before winter.
Maintenance & pruning: Avoid pruning your mountain hydrangea except for dead wood in the spring.

Q & A

Your Questions on Hydrangeas, Answered

Learn when to prune hydrangeas, how to change colored blooms, why they may be wilting, and everything else you need to know to grow them like a pro.

Customer Reviews

Based on 20 reviews
80%
(16)
5%
(1)
5%
(1)
0%
(0)
10%
(2)
D
D. (California)
So very sad

It is with broken heart and tired minds, that I have to report that my beautiful Tuf-Stuff Mountain Hydrangeas have died. They were so beautiful when they arrived to me. But overly hot (115) days & nights (80's) and now drought watering restrictions only 3 days a week and now cold to freezing temps (29 to 35) have done my beautiful Drama Mama's in. I tried everything during the heat and everything during this horrible cold to keep them alive. I truly am depressed about them. I have a very tiny front yard and I am desperately trying to bring in some flowers, besides roses (not much of a rose fan). So I am now looking for something else and I will eventually find something, but I took such loving care of these, and they could no longer stay. So depressed...

Hello! We're sorry to hear that you've had a difficult gardening season. It is more likely that your hydrangeas have gone dormant and are not dead. It is normal for hydrangeas to lose their foliage in winter. Once spring returns, your hydrangea should bounce right back to life! If you have any additional questions or concerns, please email us at info@greatgardenplants.com, as we are always happy to help diagnose any potential problems.

l
l.g. (Louisiana)
Trying

Got my second one. Lost the first one. Doing everything possible to keep this one.

C
C.H. (Florida)

We were away for three weeks. Some critter dug it up and now it is dead😩

D
D. (California)
Strong and hardy

I received the two Tuff Stuff Ah-Ha Mountain Hydrangeas and they were in beautiful condition. I have been babying them ever since they got into the ground, because we have been hit with some very extensive heat. They do not like it, so I have them under a sun guard and set them free in the a.m. and early p.m. and then they go back into hiding. I will do this until I do not see them wilting because of the heat. I am very happy with them, and they are finally taking root. So all id good.

D
D.P. (North Carolina)
Growing nicely but haven't bloomed yet

We got these plants in the ground the next day after they arrived, and they are growing nicely with signs that they will bloom. However, since they haven't bloomed yet, I can't comment on the flowers. Communication was great, and they arrived when predicted. I would buy from this company again.