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

Poco Loco™ Abelia

SHRUB

Description

BUY ONE SOUTHERN SHRUB, GET ONE 50% OFF WITH CODE SOUTHERNBOGO.
  • Heavy sets of fragrant pink flowers!
  • Tidy, globe-shaped habit looks amazing in low hedges.
  • Yellow & orange foliage in spring morphs into green & pink hues during summer.
  • Deer-resistant shrub from Proven Winners ColorChoice Shrubs.
  • Zones 6-9, sun/part sun, 2-3' tall x 2-3' wide at maturity.
Zone 6-9
Light part sun/sun
medium

{% assign discount_amount = 0 %} {% 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
Total
{{ variant.price | times: variant.quantity | money | remove: ' ' }}
{% 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':['6a', '6b', '7a', '7b', '8a', '8b', '9a', '9b'] } }, '.atcprod-{{ variant.id }}', { quantity: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/files/Abelia_Poco_Loco_P1218410-1080x1080-139469e.png?v=1702923041', title: 'Poco Loco™ Abelia', 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 The hummingbirds and butterflies will be buzzing over the new Proven Winners ColorChoice Poco Loco™ abelia! The highly fragrant pink flowers emerge atop bright green foliage during the summer, attracting pollinators in troves. As a bonus, this shrub takes on a tidy globe shape, requiring no pruning to keep its neat shape, making it a low-maintenance and compact addition to a low-growing hedge. Poco Loco™ can withstand hot temperatures without fading and is drought-tolerant once established.

Abelias are generally disease-free, deer-resistant, and rabbit-resistant. They are also considered semi-evergreens, often keeping their leaves through the winter in milder regions. This shrub’s drought tolerance and ease of care make it popular among landscapers and plant enthusiasts, especially in the south.
Details Botanical name: Abelia × grandiflora 'SMNAGBT
Common name: Abelia
Zone: 6-9
Sun exposure: Full sun (6+ hours sun) to part sun (4-6 hours sun)
Height x width: 2-3' tall and wide
Flower color: White
Foliage color: Variegated, yellow, green, orange
Bloom time: Summer
Features: Rare & unusual, Proven Winners, fragrant, dry soils, drought tolerant, deer resistant, heat-tolerant
Uses: Specimen, borders, hedge, landscaping, foundation planting
How To Grow Soil: Abelia is adaptable to a range of soil types and will tolerate periods of dry soil. Best growth is in moist, well-drained soils; benefits from mulch in the landscape.
Light: Sun (> 6 hours sun) to part sun (4-6 hours sun)
Water: Moderate moisture; tolerates dry conditions once established, but flowering is best when not stressed.
Spacing: Min 2' apart
Fertilizing: Seldom needed; apply a granular garden or rose fertilizer in early spring if desired.
Winterizing: A 2-3" layer of shredded bark mulch is recommended. In colder areas, site away from strong winds.
Maintenance & pruning: Prune in early spring if necessary. Trimming in summer removes flowers but will encourage colorful new growth.

Did you know?

12 Deer-Resistant Plants For Fall Color

As the leaves transform into fiery reds, golden yellows, and deep oranges, our gardens can become a kaleidoscope of colors during the fall. You don’t have to sacrifice gorgeous autumnal hues to keep the deer away when designing your garden! So, grab your gardening gloves and join us as we list some of our favorite deer-resistant plants for fall color.

Red viburnum foliage during the fall

Customer Reviews

Based on 10 reviews
70%
(7)
10%
(1)
20%
(2)
0%
(0)
0%
(0)
j
j.b. (Louisiana)

When the plant was first received it looked horrible. I even thought about returning it. But I gave it a few days and it perked up. It is now loaded with buds and some flowers are starting to open. Very happy with it.

N
N. (North Carolina)
Update to Not Sure Yet

Excellent customer service! I left a 3-star review yesterday because my plants looked to be struggling. I contacted Great Garden Plants (which in hindsight I wish I would have done first) and sent them pictures of my plants. Within an hour, they gave me a refund, no further questions asked, no back and forth, no running around. I have never witnessed such great customer service and response time.
FIVE STARS!!

N
N. (North Carolina)
Not sure yet

Two of my six plants aren’t thriving and don’t look like they’re going to make it but I’m going to give them a couple more weeks. Professional packaging, on time delivery, very nice complimentary landscaping guide.

We're sorry you're having trouble with your plants. Our team of horticulture experts would love to take a closer look! Please contact us at claims@greatgardenplants.com with your order number and photos of the plants so we can better assist you. All orders are covered by our 60-day guarantee. We look forward to helping! https://bit.ly/ggp-guarantee

K
K.K.

All plants very healthy

K
K.K.

All plants very healthy