{% attribue use_variant_images = false %}
{% capture vertical_scroll %}{% endcapture %} {%- if use_variant_images and variant.images[0] -%} {%- assign images = variant.images -%} {%- else -%} {%- assign images = produit.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 %}
Tous les supports représentent des plantes matures.

Tête de tortue rose 'Hot Lips' (Chelone)

VIVACE

Description

  • Se développe dans un sol humide, parfait pour les jardins pluviaux !
  • Les fleurs rose vif attirent les colibris et les papillons.
  • Indigène, résistant aux cerfs et à longue floraison.
  • Fournit une couleur de fin de saison, fleurissant de la fin de l'été à l'automne.
  • Zones 3-8, soleil/mi-soleil, 2-4' x 1.5 - 2.5' de large à maturité.
Zone 3-8
Partie claire soleil/soleil
court

{% assign discount_amount = 0 %} {% if variant.price < variant.compare_at_price %} Vente {{- variant.price | moins : remise_montant | argent | retirer: ' ' -}}
{{- variant.compare_at_price | money | remove: ' ' -}} {% sinon %} {{- variant.price | argent | supprimer : ' ' -}} {% endif %} Chaque
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 ​​%} {% si option.name contient 'Length' ou option.name contient 'Width' ou option.name contient 'Height' ou option.name contient 'Depth' ou option.name contient ' Épaisseur' ou option.name contient 'Poids' %} {% 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 et optionIndex == 2%} {% pour v dans product.variants %} {% sauf si v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == valeur %} {% attribuez optionVariant = v %} {% attribuez 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 %} {% until v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} { % assigner optionVariant = v %} {% assigner Inventory_quantity = Inventory_quantity | plus : v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% excepté 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 %} {% assigne coché = "" %} {% if variant.options[optionIndex] == valeur%}{% assigne coché = "coché" %}{% endif %} {% endfor%}
{% endfor%}
{% capture add_to_cart %}Neptune.cart.add({ id:{{ variant.id | json }}, quantité:{{ variant.quantity }}, propriétés:{ '_growingzone':['3a', '3b', '4a', '4b', '5a', '5b', '6a', '6b', '7a', '7b', '8a', '8b'] } }, '.atcprod-{{ variant.id }}', { quantité: {{ variant.quantity }}, image: '//www.greatgardenplants.com/cdn/shop/files/Pink_Chelone_Plants.png?v=1750959055', titre : 'Hot Lips Pink Turtlehead (Chelone)', 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 %} {% sauf discontinué == 'true' %} M'avertir lorsqu'il est disponible {% endunless %} {% endif %}
{% si erreur %}
{{error.description}}
{% fin si %}
white plant in hand icon

Cueilli à la main dans notre serre

white shipped to door icon

Livré à votre porte

Young plant icon

Arrive en tant que jeune plante

background image

Plus d'informations

Description Apportez des couleurs vives à votre jardin pluvial avec Chelone Tête de tortue rose 'Hot Lips' ! Cette plante vivace indigène prospère dans les sols humides, voire mouillés, ce qui en fait un ajout dynamique aux jardins pluviaux ou aux zones aux sols mal drainés. Nous adorons voir les fleurs rose rosé de « Hot Lips » plantées en masse, créant une rivière de fleurs. Oh, avons-nous mentionné qu'il est également résistant aux cerfs ? Cela laisse de nombreuses fleurs à apprécier de l’été jusqu’au début de l’automne ou même à ajouter à un arrangement de fleurs coupées. 'Hot Lips' peut également être planté en pot, à condition que le sol reste humide.

Chelone est une plante vivace originaire de l’est des États-Unis. On le trouve naturellement dans les zones boisées à proximité des rivières et des plans d’eau douce. Les fleurs tubulaires, assimilées à des têtes de tortue, d’où son surnom, peuvent attirer les pollinisateurs, notamment les colibris et les papillons.
DÉTAILS Nom botanique: Chelone lyonii 'Lèvres chaudes'
Nom commun: Tortue, tortue des Appalaches.
Zone: 3 - 8
Exposition au soleil: Plein soleil (6+ heures/jour) à mi-soleil (4-6 heures/jour). Peut tolérer un peu d’ombre mais fleurit mieux avec la lumière du soleil quotidienne.
Hauteur x largeur : 2-4' x 1.5 - 2.5'
Couleur des fleurs: Rose
Couleur du feuillage : Vert
Saison d'intérêt : Été - automne
Temps de floraison: Fin de l'été - automne
Fonctionnement: Peu encombrant, indigène, résistant aux cerfs, fleur coupée, sol humide, jardin pluvial, plantes pollinisatrices, contenant
Utilisations: Accent, conteneurs, bordure, jardin de coupe, jardinage de chalet, plantations boisées, jardin de pollinisateurs, jardin pluvial
Comment grandir Sol: Facilement cultivé dans des sols humides ou des sites mal drainés.
Lumière: Plein soleil (6+ heures/jour) à mi-soleil (4-6 heures/jour). Tolère les environnements complètement ombragés.
Eau: Arrosez régulièrement, sauf si la plante pousse dans de l'eau stagnante. Veillez à ce que la terre ne se dessèche jamais.
Espacement: 2ft.
Fertilisation: Dans un sol moyen, n'a presque pas besoin d'engrais. Pousse bien dans un sol maigre. Ne pas trop fertiliser.
Hivernage : Tailler à l'automne ou au printemps.
Entretien & taille : Pas nécessaire, une taille légère au printemps pourrait favoriser la croissance l’été prochain.