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

Arctic Fire® Red Red-Twig Dogwood

SHRUB

Description

  • Cut stunning red stems in winter for arrangements!
  • Does not sucker like other types.
  • Attracts wildlife from spring through winter.
  • Deer, rabbit, and disease resistant.
  • Zones 2-7, sun/part sun, 5′ tall x 5′ wide at maturity. 
Zone 2-7
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':['2a', '2b', '3a', '3b', '4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b'],'shipping_exclusions':''} }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//cdn.shopify.com/s/files/1/0472/6394/0775/products/cornus-arctic-fire-red-dogwood.jpg?v=1633974278', title: 'Arctic Fire® Red Red-Twig Dogwood', 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 Don't dread winter - celebrate it, with the bold and cheerful red stems of Arctic Fire® Red red-twig dogwood (Cornus sericea)! This super durable native shrub looks rugged and handsome in the landscape all season, but come autumn, the leaves drop to reveal bright red stems that persist in the landscape all winter. It truly shines when surrounded by a blanket of fresh snow. Perfect for just about any landscape, this dogwood grows to half the height of most varieties, making it easy to fit just about anywhere! We absolutely love this and Arctic Fire Yellow dogwood planted in front of evergreens, the wall of your home, or anywhere they can be appreciated against a backdrop to really make their color pop. Details Botanical name: Cornus sericea 'Farrow'
Patent #: USPP 18,523
Common name: Red twig dogwood
Zone: 2 - 7
Sun exposure: Sun (6+ hours sun) to part-sun (4-6 hours sun)
Height x width: 3-5' tall x 3-5' wide
Flower color: White
Foliage color: Green
Season of Interest: Winter
Bloom time: Spring
Features: Winter interest, wet soils, suitable for slopes, proven winners, native, drought tolerant, deer resistant, cold tolerant
Uses: Accent, background, border, erosion control or embankment, foundation, hedge, massing, naturalizing, rain garden, slopes, specimen, waterside, woodland.
How To Grow Soil: Adaptable to most any level of soil moisture and pH. Can become stressed in extremely dry conditions, however.
Light: Full sun to part sun.  Will grow and survive in deep shade, but will not flower strongly, nor will its winter color be quite as vivid as if it gets some sun.
Water: Readily tolerates wet conditions and is often found growing on river banks and lakeshores in the wild. Established plants can tolerate some drought, but extreme drought may compromise aesthetics.
Spacing: 5-6' apart
Fertilizing: Supplemental fertilizer is not required. However, if you want faster growth, apply a granular rose or garden fertilizer in early spring, then again in early summer if desired.
Winterizing: No special care needed. A 2-3" layer of shredded bark mulch is beneficial. Stems can be cut for decorations and arrangements if desired.
Maintenance & Pruning: The best stem color on red-twig dogwoods appears on stems that are one or two years old. As stems mature, they develop corky, bark-like growth that obscures the color. As such, plants should be pruned yearly or every other year once they're established (3-4 years after planting).
You can do this in one of two ways: one, by cutting the entire plant back to small stumps in early spring (note that this method removes flower buds; it also will leave you with no coverage for several weeks as the plant recovers. The second method involves removing one-third of the oldest growth each spring by nipping it out at the base.

Customer Reviews

Based on 20 reviews
65%
(13)
0%
(0)
15%
(3)
10%
(2)
10%
(2)
J
J.H. (Texas)
Disappointed

Plants were dry when we received them and they died shortly after planting.

Hello! We apologize that you received plants that are not up to our standards. As we try our best to provide exceptional service, some factors like shipping and handling are outside of our control, and issues like this can sometimes happen.

Please send your photos to claims@greatgardenplants.com, making sure to include your name and order number. Rest assured, we do offer a 60-day guarantee on all of our plants.

https://www.greatgardenplants.com/pages/our-guarantee

Happy Gardening!

D
D. (Pennsylvania)
Unfortunately, a bit temperamental

I ordered about 15 of these plants. All were planted in a row in the same conditions. 12 of them took root and 3 have died (1 died early enough that I obtained a free replacement). I’m a bit disappointed in the failure rate.

Hello! Thank you for leaving a review. We're sorry to hear that you had some trouble with your plants. It's hard to say for certain why some of your plants died while others have not. We're always here to help out. If you send us some photos and further explanations of your growing conditions, we can help diagnose the problem. The best way to reach us is at info@greatgardenplants.com. Happy Gardening!

t
t.m. (Maryland)
Fingers crosssed

So far it looks like its happy in my front yard. This is the first time for me growing the Artic fire dogwood. Fingers crossed.

D
D.M. (Colorado)
Some made it/some did not

The quality of the plants were good overall. Two out of the six plants arrived looking very dry and not fresh. Although those two plants died, the other four continue to do well.

Hello! Thank you for your feedback. We apologize you received your plants not up to our standards. As we try our best to provide exceptional service, some factors like shipping and handling are outside of our control, and issues like this can sometimes happen. Please email pictures of any plants in question 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 do have a 60 day guarantee on all of our plants. If you received your plants within that timeframe, we will be happy to apply your warranty once we receive the pictures. Happy Gardening!

P
P.C. (West Virginia)
Arrived beautiful

It did well for a bit .Must be doing something wrong. But have been in contact with company and they have been great. Going to try again