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

Bloomerang® Dwarf Pink Reblooming Lilac

SHRUB

Description

DISCONTINUED
  • We no longer offer this product. Create a similar look with our other Lilacs!
  • Dwarf lilac to fit just about any garden!
  • Enjoy fragrant, pink blooms for over 4 months.
  • Low maintenance and deer resistant plant from Proven Winners.
  • Zones 3-7, sun, 3’ tall x 3′ wide at maturity. 
Zone 3-7
Light 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':['3a', '3b', '4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/products/syringa-bloomerang-dwarf-pink-lilac-1_ca3fc799-919c-4a33-a461-56b08962e108-sw.jpg?v=1626778969', title: 'Bloomerang® Dwarf Pink Reblooming Lilac', 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 Perfect for those small spaces, Bloomerang® Dwarf Pink (Syringa x) from Proven Winners has everything you know and love about classic lilacs but pink, reblooming, and a third of the size. Never say you don't have room for a lilac again! 100s of sweetly scented, pure pink flowers cover the plant come spring and repeat the display midsummer through fall for an extended 4-month long encore performance. Plus, it's rarely bothered by deer or disease, making it nearly stress-free! Bloomerang lilac's compact and long-blooming habit makes it the perfect addition to border gardens or containers. This new hybrid was bred by noted plantsman Tim Wood of Spring Meadow Nursery. Tim selected Bloomerang Syringa for its heavy rebloom and highly aromatic flowers that will surely be adored by both you and pollinators alike. Just plant it in full sun, moderately wet soil, and enjoy the fragrant flower display year after year! Details Botanical name: Syringa x 'SMNJRPI'
Patent #: USPP 29,802
Common name: Lilac
Zone: 3-7
Sun exposure: Sun (6+ Hours)
Height x width: 2.5-3' x 2.5-3'
Flower color: Pink
Foliage color: Green
Season of Interest: Spring-fall
Bloom time: Summer
Features: Space savers, Proven Winners, heat tolerant, fragrant, deer resistant, container plants, cold tolerant
Uses: Accent, Border, container gardening, cottage gardening, pollinator garden, foundation planting, massing, specimen.
How To Grow Soil: Average, medium moisture, well-drained soils.
Light: Tolerates filtered sunlight but prefers full sun.
Water: Average. It can adapt to dry or moist conditions but cannot tolerate standing water or soggy soils.
Spacing: 3ft
Fertilizing: Fertilize at planting time or in early spring once the ground is thawed and once more in late spring after it finishes its first bloom.
Winterizing: Appreciates a winter mulch in the northern parts of its growing range. Bloomerang lilac needs a season of cold weather to bloom well; they thrive in climates as cold as USDA zone 3.
Maintenance & Pruning: If you want to prune, do so immediately after its spring bloom. Never cut back in fall, winter, or early spring as doing so will remove spring flower buds.
 

Ideas & Inspo

Top 10 Long-Blooming Shrubs

Do you dream of a flower-filled landscape or garden with never-ending beauty? We do, too: that’s why we’ve compiled a list of our favorite long-blooming shrubs! Start your planting with these ten flowering shrubs that provide months instead of weeks of colorful blooms.

Customer Reviews

Based on 26 reviews
54%
(14)
19%
(5)
8%
(2)
4%
(1)
15%
(4)
S
S.U. (Wisconsin)
Boomerang bust

It arrived dry with half leaves dead. I watered it daily with full drainage but it continued to dry up and die.

We apologize that you received plants that are not up to our standards. While we try our best to provide exceptional service, some factors, like shipping and handling, are outside our control, and issues like this can sometimes happen. Please email pictures of the plants to claims@greatgardenplants.com, making sure to put your order number and name in the subject line so that we may provide the best assistance possible. Rest assured, we have a 60-day guarantee on all our plants. If you received your plants within that time frame, we would be happy to apply your warranty once we receive the pictures. Happy gardening!
https://www.greatgardenplants.com/pages/our-guarantee

L
L.N. (Wisconsin)
So far so good

The plant came in really good condition. I planted it and it is showing signs of growth. I am worried that it may not be receiving as much sun as it needs, but location of plant is on me. I am looking forward to it blooming. I doubt that that will be this year.

M
M.B. (Pennsylvania)
Is This the Way The Lilac Should Look?

I read that the Dwarf Pink Lilac is not supposed to show much sign of growth the first year. However, since mid-May, it seems like the leaves are still very small and somewhat curled. Plus, if I can attach a picture, I wonder if this is the way the lilac should look in two months? I even set the lilac in Miracle Gro Garden Soil for Trees and Shrubs and protected it with mulch and a small fence ring.

C
C.L. (Ohio)
Surprised

These plants came packed well and were in good shape. I planted them in small pots to get them established and they look great! I would purchase again from this company!!

C
C. (Michigan)

This lilac bush took well as so as I planted. I was worried that having them sit in shallow water. Wasn't sure if that was a good idea, they survived. I'm happy!