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

Glitters & Glows™ Viburnum Combination

SHRUB

Description

  • Get All That Glitters® and All That Glows® viburnum in one pot!
  • No worries about planting a pollinator to enjoy all the flowers and berries that come with viburnum.
  • Native, deer resistant, and beautiful! 
  • Zones 4-8, sun/part sun, 5' tall x 5' wide at maturity.
Zone 4-8
Light part sun/sun
medium

$36.00 Each
{% 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'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/files/Glitters_Glows_Viburnum.png?v=1721229470', title: 'Glitters & Glows™ Viburnum Combination', 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 Get All That Glitters® and All That Glows® viburnum in one pot with Glitters & Glows™ viburnum combination (Viburnum dentatum var. deamii). There is no need to worry about planting a pollinator plant; Proven Winners combined two plants in one pot to give gardeners everywhere this beautiful shrub. Enjoy bunches of blue berries, creamy white flower clusters, and extra glossy foliage-all in one resilient shrub! Loved by birds and gardeners everywhere, this viburnum combination is a must-have addition to your garden. Try planting in hedges or use it as a specimen. Wherever you plant it, these spectacular shrubs will certainly make an impact! Details Botanical name: Viburnum dentatum var. deamii
Common name: Viburnum – Arrowwood
Zone: 4 – 8
Sun exposure: Full sun (6+ hrs/day) to part-sun (4-6 hrs sun/day)
Height x width: 4 – 5′ tall and wide
Flower color: White
Foliage color: Green
Season of interest: Spring, fall
Bloom time:Summer
Features: Proven Winners, native, low flammability, deer resistant, cold tolerant
Uses: Specimen, Landscaping, Pollinator gardens
How To Grow Soil: Grow in any moist but well-drained soil.
Light: Full sun (6+ hrs/day) to part-sun (4-6 hrs sun/day)
Water: Average.
Space: min. 4′ apart.
Fertilizing: Apply a granular rose or garden fertilizer in early spring if desired.
Winterizing: A good 2-3″ layer of mulch is recommended.
Maintenance: No pruning is required. Blooms on old wood.

Garden Care

All About Growing & Caring For Viburnum Shrubs

When it comes to shrubs, it’s hard to find ones adaptable to a wide range of growing conditions while providing ornamental value throughout most of the year, but viburnum does precisely that! Here, we’ll show you how to grow and care for viburnum and answer frequently asked questions about this versatile shrub.

Cheerful pink blooms adorn each stem of a viburnum

Customer Reviews

Based on 5 reviews
100%
(5)
0%
(0)
0%
(0)
0%
(0)
0%
(0)
T
T. (Connecticut)
Very healthy Viburnum

I ordered Glitters and Glows viburnum to ensure I would get berries having previously ordered several Blue Muffin viburnum from Great Garden Plants. All plants arrived healthy, robust and have taken off. Very happy.

P
P.G. (New York)

Happy with my plant

W
W.L. (Nebraska)
Grat Plants!

Got what I paid for. The plants were in great shape, and they were delivered quickly.

M
M.M. (Rhode Island)
Stunning

When I received the plant, it had been trimmed to fit inside the box. Let me tell you, it has put on at least 6-8” of new growth in a months time. It appears to be happy and healthy where I planted it.

R
R.M. (New York)
Happy and Healthy

The Viburnum arrived lush and strong and is going into the winter looking robust.