Double-Blossom Lily

$8.99
Quantity:  50 Seeds
Quantity
/** @private {string} */ class SpzCustomAnchorScroll extends SPZ.BaseElement { static deferredMount() { return false; } constructor(element) { super(element); /** @private {Element} */ this.scrollableContainer_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } buildCallback() { this.viewport_ = this.getViewport(); this.initActions_(); } setTarget(containerId, targetId) { this.containerId = '#' + containerId; this.targetId = '#' + targetId; } scrollToTarget() { const container = document.querySelector(this.containerId); const target = container.querySelector(this.targetId); const {scrollTop} = container; const eleOffsetTop = this.getOffsetTop_(target, container); this.viewport_ .interpolateScrollIntoView_( container, scrollTop, scrollTop + eleOffsetTop ); } initActions_() { this.registerAction( 'scrollToTarget', (invocation) => this.scrollToTarget(invocation?.caller) ); this.registerAction( 'setTarget', (invocation) => this.setTarget(invocation?.args?.containerId, invocation?.args?.targetId) ); } /** * @param {Element} element * @param {Element} container * @return {number} * @private */ getOffsetTop_(element, container) { if (!element./*OK*/ getClientRects().length) { return 0; } const rect = element./*OK*/ getBoundingClientRect(); if (rect.width || rect.height) { return rect.top - container./*OK*/ getBoundingClientRect().top; } return rect.top; } } SPZ.defineElement('spz-custom-anchor-scroll', SpzCustomAnchorScroll); const STRENGTHEN_TRUST_URL = "/api/strengthen_trust/settings"; class SpzCustomStrengthenTrust extends SPZ.BaseElement { constructor(element) { super(element); this.renderElement_ = null; } isLayoutSupported(layout) { return layout == SPZCore.Layout.CONTAINER; } buildCallback() { this.xhr_ = SPZServices.xhrFor(this.win); const renderId = this.element.getAttribute('render-id'); SPZCore.Dom.waitForChild( document.body, () => !!document.getElementById(renderId), () => { this.renderElement_ = SPZCore.Dom.scopedQuerySelector( document.body, `#${renderId}` ); if (this.renderElement_) { this.render_(); } this.registerAction('track', (invocation) => { this.track_(invocation.args); }); } ); } render_() { this.fetchData_().then((data) => { if (!data) { return; } SPZ.whenApiDefined(this.renderElement_).then((apis) => { apis?.render(data); document.querySelector('#strengthen-trust-render-1651799308132').addEventListener('click',(event)=>{ if(event.target.nodeName == 'A'){ this.track_({type: 'trust_content_click'}); } }) }); }); } track_(data = {}) { const track = window.sa && window.sa.track; if (!track) { return; } track('trust_enhancement_event', data); } parseJSON_(string) { let result = {}; try { result = JSON.parse(string); } catch (e) {} return result; } fetchData_() { return this.xhr_ .fetchJson(STRENGTHEN_TRUST_URL) .then((responseData) => { if (!responseData || !responseData.data) { return null; } const data = responseData.data; const moduleSettings = (data.module_settings || []).reduce((result, moduleSetting) => { return result.concat(Object.assign(moduleSetting, { logos: (moduleSetting.logos || []).map((item) => { return moduleSetting.logos_type == 'custom' ? this.parseJSON_(item) : item; }) })); }, []); return Object.assign(data, { module_settings: moduleSettings, isEditor: window.self !== window.top, }); }); } } SPZ.defineElement('spz-custom-strengthen-trust', SpzCustomStrengthenTrust);

Discover the Elegance of Double-Blossom Lilies

Step into a world of botanical luxury with our exquisite collection of Double-Blossom Lilies. These enchanting lilies boast a unique and captivating feature - multiple layers of delicate petals that create a lush. full appearance reminiscent of a bouquet within a single bloom.

🌸 Blossoms Beyond Compare: Each Double-Blossom Lily is a work of art. featuring layers upon layers of petals that create a breathtaking visual spectacle in your garden.

🎨 Nature's Palette: Choose from a wide range of colors and patterns. allowing you to craft a garden that reflects your unique style and personality.

🌿 Easy Elegance: Despite their intricate appearance. Double-Blossom Lilies are surprisingly easy to grow and maintain. making them perfect for both novice and experienced gardeners.

🌞 Year-Round Beauty: These lilies bloom at various times throughout the year. ensuring that your garden remains a focal point of beauty and elegance season after season.

🏡 Versatile Landscaping: Whether you're designing a vibrant flower bed or enhancing your home's curb appeal. Double-Blossom Lilies add a touch of sophistication to any landscape.

🪴 Low Maintenance: Enjoy the beauty of these lilies with minimal effort. as they are hardy and adaptable. thriving in various climates.

🌱 Attract Pollinators: Double-Blossom Lilies not only capture the human eye but also invite essential pollinators to your garden. contributing to a thriving ecosystem.

🎁 The Perfect Gift: Share the luxury of Double-Blossom Lilies with loved ones as a thoughtful and enduring gift that symbolizes admiration and appreciation.

Maintenance:

  1. Water Change: Every 2 days in summer. every 4 days in winter.
  2. Cleaning: Ensure the vase is clean. wipe away water stains. and trim the flower stems.
  3. Water Level: Maintain the water level at half the height of the vase.
  4. Pruning: Trim at a 45° angle approximately 2-3 cm above the base.

Indulge in the opulence of Double-Blossom Lilies and elevate your garden to a new level of botanical splendor. Order now and witness the enchanting beauty of these unique blooms in your outdoor sanctuary."