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

'Hetz Wintergreen' Arborvitae

SHRUB

Description

  • Four trees provide 28-32' coverage.
  • Trees ship at an average size of 38" tall, floor to tip.
  • Incredibly fast-growing evergreen hedge, great for privacy fences.
  • Highly adaptable and easy to grow.
  • Maintains good green color all through winter.
  • Zones 3-7, sun/part sun, 25' tall x 10' wide at maturity.
Zone 3-7
Light part sun/sun
very tall

{% capture DiscountGroup %}2{% 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 == 2 %} {% 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 %}2{% 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':['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/thuja-wintergreen-arborvitae-1-sw.jpg?v=1626783675', title: 'Hetz Wintergreen Arborvitae', option: 'One Gallon' }); 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 Looking for the perfect narrow privacy hedge plant or specimen? Look no further than 'Hetz Wintergreen' Arborvitae (Thuja occidentalis). This rapidly growing evergreen shrub can grow over 2 feet per year, reaching 15-25 feet tall. The foliage keeps its attractive dark green color year-round without taking on winter bronzing we see in other Thujas. It's excellent for screening without outgrowing the landscape and makes for an amazing low-cost privacy fence! Wintergreen Arborvitae is also highly adaptable to any growing condition or garden soil, making it easy to grow and one of the best privacy trees on the market. A simple shearing in early spring is all it takes to keep this colorful, adaptable, and fragrant evergreen shrub in bounds! Note: Ships at an average size of 3 feet tall, floor to tip. Details Botanical name: Thuja occidentalis 'Wintergreen'
Common name: Arborvitae, wintergreen arborvitae
Zone: 3 - 7
Sun exposure: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Height x width: 15-25' x 5-10'
Foliage color: Dark green
Season of interest: Year-round
Features: Winter interest, privacy & screening, evergreens, cold tolerant
Uses: Accent, background, foundation planting, hedge, massing, ornamental, privacy, screen, specimen
How To Grow Soil: Tolerates a wide range of soil types but grows best in moist, well-draining soils.
Light: Sun (> 6 hours sun) to part-sun (4-6 hours sun)
Water: Keep moist, but do not overwater. It can handle mild drought once established.
Spacing: 7-9'
Fertilizing: If desired, top dress in spring with a slow-release, balanced fertilizer.
Winterizing: Consider applying a thick mulch around the root zone in winter to protect it in exposed locations or colder zones. Tolerates wind once established and withstands heavy ice or snow.
Maintenance & pruning: Requires little or no pruning but can be sheared easily if necessary. Remove any dieback following winter. It can handle a light trimming to the desired size or shape.

Q & A

Your Questions on Arborvitae, Answered

Learn the best times to plant arborvitae, how to prevent winter burn, whether you should trim them, and everything else you need to know to grow them like a pro.

Thuja fluffy shrub on a house landscape

Customer Reviews

Based on 6 reviews
83%
(5)
0%
(0)
17%
(1)
0%
(0)
0%
(0)
R
R.V. (Illinois)
Plants look great!

My plants are in the ground and they look great. Good value for the price.

T
T.M. (Virginia)
Nice shrubs

I think the shrubs where a great deal.

P
P. (Kentucky)
Nice plants, small, but i knew that...

the plants were healthy on arrival and are doing very well since planting, happy with my purchase...

M
M.G.S.J. (Illinois)
Wintergreen “YES please” arborvitaes

Best website by far. Plants ship well packaged and 3’ or more like they promise. Super easy customer service when it comes to replacements, if you plan on buying these save me some ,LOL,

D
D.H. (Ohio)
Received 5 lush and healthy plants!

After all the plants I’ve purchased from Great Garden Plants, it is time I finally wrote a review!

I live in a town that is wall-to-wall nurseries, 99% of which sell wholesale. The few that sell retail sell plants that you see everywhere- kind of a generic offering across the board. I purchase most of my perennials from GGP because if the size and quality of their plants. One pricey catalog supplier who is local and also sells retail has minuscule plants that may or not survive - and they’re 15 minutes away. I have replaced THEIR plants with GGP’s version of the same plant and got plants that were double in size.

The plants are packaged in pairs - or more if the plant is a smaller type of plant. Well-wrapped in plastic, boxed leaves-to-leaves in boxes that do NOT let the plants move, then places in a sturdy outer box. I have always received healthy plants with moist soil - some even in bloom! Fat and healthy the first year, they really take off the second year.

This is the 3rd year we’ve been in our new-construction house and our gardens look fantastic! And most of the plants were ordered here!