{"title":"Home page","description":null,"products":[{"product_id":"111","title":"EloraLand™ TerraStone Planter - A sculptural garden element that adds architectural structure to outdoor spaces.","description":"\n  \u003cstyle\u003e\n  .ts-planter {\n    --ts-green: #294638;\n    --ts-text: #34423a;\n    --ts-muted: #64766a;\n    --ts-paper: #f7f8f3;\n    --ts-line: #ccd8cc;\n\n    width: 100%;\n    max-width: 760px;\n    margin: 0 auto;\n    padding: 0 clamp(18px, 4vw, 42px) 38px;\n    background: var(--ts-paper);\n    border-top: 4px solid var(--ts-green);\n    color: var(--ts-text);\n    font-family: inherit;\n    line-height: 1.7;\n  }\n\n  .ts-planter,\n  .ts-planter * {\n    box-sizing: border-box;\n  }\n\n  .ts-planter h2,\n  .ts-planter h3,\n  .ts-planter p {\n    margin: 0;\n    padding: 0;\n  }\n\n  .ts-planter h2,\n  .ts-planter h3 {\n    max-width: 100%;\n    color: var(--ts-green);\n    font-family: Georgia, \"Times New Roman\", serif;\n    font-weight: 400;\n    line-height: 1.18;\n    letter-spacing: -0.025em;\n    word-break: normal;\n    overflow-wrap: normal;\n    hyphens: none;\n  }\n\n  .ts-planter h2 {\n    margin-bottom: 19px;\n    font-size: clamp(28px, 4vw, 39px);\n  }\n\n  .ts-planter h3 {\n    margin-bottom: 10px;\n    font-size: clamp(22px, 3vw, 27px);\n  }\n\n  .ts-planter p {\n    color: var(--ts-text);\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  .ts-planter p + p {\n    margin-top: 13px;\n  }\n\n  .ts-kicker {\n    display: block;\n    margin-bottom: 12px;\n    color: var(--ts-muted);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 0.16em;\n    line-height: 1.5;\n    text-transform: uppercase;\n  }\n\n  \/* 所有段落共用同一背景，以细线自然分隔 *\/\n  .ts-intro,\n  .ts-section,\n  .ts-material,\n  .ts-specs,\n  .ts-care {\n    width: 100%;\n    margin: 0;\n    padding: 35px 0;\n    background: transparent;\n    border-radius: 0;\n    box-shadow: none;\n  }\n\n  .ts-intro {\n    padding-top: 39px;\n  }\n\n  .ts-section {\n    border-top: 1px solid var(--ts-line);\n  }\n\n  .ts-intro .ts-lead {\n    color: var(--ts-green);\n    font-size: 18px;\n    font-weight: 600;\n  }\n\n  \/* 图片作为段落的收尾，与文字共用同一宽度 *\/\n  .ts-image {\n    display: grid;\n    place-items: center;\n    width: 100%;\n    max-width: none;\n    aspect-ratio: 1 \/ 1;\n    margin: 24px 0 0;\n    padding: 7px;\n    overflow: hidden;\n    background: #e5ebe2;\n    border: 1px solid var(--ts-line);\n    border-bottom: 3px solid var(--ts-green);\n    border-radius: 0;\n    color: var(--ts-muted);\n    text-align: center;\n  }\n\n  .ts-image img {\n    display: block;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .ts-image-placeholder {\n    padding: 20px;\n  }\n\n  .ts-image-placeholder strong,\n  .ts-image-placeholder span {\n    display: block;\n  }\n\n  .ts-image-placeholder strong {\n    margin-bottom: 7px;\n    font-size: 12px;\n    letter-spacing: 0.16em;\n  }\n\n  .ts-image-placeholder span {\n    font-size: 13px;\n  }\n\n  \/* 材料介绍延续同一版面，不再突然切换为深绿大色块 *\/\n  .ts-material,\n  .ts-specs,\n  .ts-care {\n    color: var(--ts-text);\n  }\n\n  .ts-material .ts-kicker,\n  .ts-material h2,\n  .ts-material h3,\n  .ts-material p {\n    color: revert;\n  }\n\n  .ts-material .ts-kicker {\n    color: var(--ts-muted);\n  }\n\n  .ts-material h2,\n  .ts-material h3 {\n    color: var(--ts-green);\n  }\n\n  .ts-material p {\n    color: var(--ts-text);\n  }\n\n  .ts-feature {\n    margin-top: 18px;\n    padding: 17px 0 0 16px;\n    border-top: 1px solid var(--ts-line);\n    border-left: 2px solid #a8bea9;\n  }\n\n  .ts-feature h3 {\n    margin-bottom: 6px;\n    font-size: 21px;\n  }\n\n  .ts-feature p {\n    font-size: 14px;\n  }\n\n  \/* 规格逐项展开，始终单列 *\/\n  .ts-spec-item {\n    padding: 17px 0;\n    border-bottom: 1px solid var(--ts-line);\n  }\n\n  .ts-spec-item:first-of-type {\n    padding-top: 3px;\n  }\n\n  .ts-spec-item:last-child {\n    padding-bottom: 0;\n    border-bottom: 0;\n  }\n\n  .ts-spec-label {\n    display: block;\n    margin-bottom: 6px;\n    color: var(--ts-green);\n    font-size: 14px;\n    font-weight: 700;\n  }\n\n  .ts-size {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n    gap: 3px 12px;\n    padding: 6px 0;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .ts-size strong {\n    color: var(--ts-green);\n    font-weight: 600;\n  }\n\n  .ts-list {\n    margin: 8px 0 0;\n    padding-left: 20px;\n    color: var(--ts-text);\n    font-size: 14px;\n    line-height: 1.8;\n  }\n\n  .ts-care .ts-list {\n    margin-bottom: 16px;\n  }\n\n  \/* FAQ 接续整页的细线和标题样式 *\/\n  .ts-faq h2 {\n    margin: 0 0 18px;\n  }\n\n  .ts-faq details {\n    border-top: 1px solid var(--ts-line);\n  }\n\n  .ts-faq details:last-child {\n    border-bottom: 1px solid var(--ts-line);\n  }\n\n  .ts-faq summary {\n    position: relative;\n    display: block;\n    padding: 18px 32px 18px 0;\n    color: var(--ts-green);\n    font-size: 15px;\n    font-weight: 600;\n    line-height: 1.45;\n    cursor: pointer;\n    list-style: none;\n  }\n\n  .ts-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .ts-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 15px;\n    right: 2px;\n    font-size: 23px;\n    font-weight: 300;\n  }\n\n  .ts-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .ts-faq details p {\n    padding: 0 12px 19px 0;\n    color: #526158;\n    font-size: 14px;\n  }\n\n  @media (max-width: 480px) {\n    .ts-planter {\n      padding-right: 18px;\n      padding-left: 18px;\n    }\n\n    .ts-intro,\n    .ts-section,\n    .ts-material,\n    .ts-specs,\n    .ts-care {\n      padding-top: 29px;\n      padding-bottom: 29px;\n    }\n\n    .ts-planter h2 {\n      font-size: 29px;\n    }\n\n    .ts-planter h3 {\n      font-size: 23px;\n    }\n\n    .ts-planter p {\n      font-size: 14px;\n    }\n\n    .ts-image {\n      margin-top: 20px;\n      padding: 5px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"ts-planter\"\u003e\n\u003cdiv class=\"ts-intro\"\u003e\n\u003cspan class=\"ts-kicker\"\u003eTerraStone Planter · Outdoor Collection\u003c\/span\u003e\n\u003ch2\u003eA New Foundation For Your Garden\u003c\/h2\u003e\n\u003cp class=\"ts-lead\"\u003eA garden is not created by plants alone.\u003c\/p\u003e\n\u003cp\u003eThe materials, shapes, and details surrounding them define the atmosphere of the entire space.\u003c\/p\u003e\n\u003cp\u003eTerraStone Planter was designed as more than a place for greenery. It brings structure, texture, and a sense of permanence to outdoor environments.\u003c\/p\u003e\n\u003cp\u003eInspired by the natural character of stone and the simplicity of modern landscape design, it creates a refined foundation where plants can become the true focus.\u003c\/p\u003e\n\u003cp\u003eWhether placed beside an entrance, along a patio, or within a quiet garden corner, TerraStone Planter adds a calm architectural presence to everyday outdoor living.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section\"\u003e\n\u003cspan class=\"ts-kicker\"\u003e01 · Design Philosophy\u003c\/span\u003e\n\u003ch2\u003eInspired By Modern Garden Architecture\u003c\/h2\u003e\n\u003cp\u003eModern outdoor spaces are becoming an extension of the home.\u003c\/p\u003e\n\u003cp\u003eJust like furniture shapes the feeling of an interior room, garden elements define the character of an outdoor environment.\u003c\/p\u003e\n\u003cp\u003eTerraStone Planter follows a simple design approach: Create forms that feel natural, balanced, and enduring.\u003c\/p\u003e\n\u003cp\u003eThe clean silhouette is inspired by architectural structures, while the stone-inspired surface keeps the connection with nature.\u003c\/p\u003e\n\u003cp\u003eEvery proportion is carefully considered to complement plants, materials, and surrounding landscapes. The result is a piece that feels intentional without feeling excessive.\u003c\/p\u003e\n\u003c!-- 图片位置 1：替换此方框内的占位内容 --\u003e\n\u003cdiv class=\"ts-image\"\u003e\n\u003cdiv class=\"ts-image-placeholder\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/4383\/4396\/files\/ChatGPTImage2026_9_24_19_03_38.png?v=1790247899\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section ts-material\"\u003e\n\u003cspan class=\"ts-kicker\"\u003e02 · Material \u0026amp; Finish\u003c\/span\u003e\n\u003ch2\u003eCrafted For Outdoor Living\u003c\/h2\u003e\n\u003cp\u003eTerraStone Planter is crafted from a premium stone-inspired composite material, created to capture the natural beauty of stone while offering the practicality needed for everyday outdoor living.\u003c\/p\u003e\n\u003cp\u003eThe carefully developed surface finish recreates the subtle texture and depth found in natural mineral materials.\u003c\/p\u003e\n\u003cp\u003eUnlike traditional heavy stone planters, the composite construction provides a more practical balance between appearance, durability, and ease of placement.\u003c\/p\u003e\n\u003cp\u003eFrom residential gardens to patios and balconies, TerraStone Planter is designed to remain a refined part of your outdoor space season after season.\u003c\/p\u003e\n\u003cdiv class=\"ts-feature\"\u003e\n\u003ch3\u003eStone-Inspired Composite\u003c\/h3\u003e\n\u003cp\u003eA carefully developed material that delivers the appearance of natural stone with a more versatile structure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-feature\"\u003e\n\u003ch3\u003eMineral Texture Finish\u003c\/h3\u003e\n\u003cp\u003eA matte surface inspired by organic stone patterns, adding depth and character.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-feature\"\u003e\n\u003ch3\u003eBalanced Construction\u003c\/h3\u003e\n\u003cp\u003eDesigned to combine aesthetic quality with practical everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section\"\u003e\n\u003cspan class=\"ts-kicker\"\u003eA Closer Look\u003c\/span\u003e\n\u003ch2\u003eNatural Texture, Refined Form\u003c\/h2\u003e\n\u003cp\u003eThe stone-inspired surface adds depth and character while allowing plants to remain the focus of the space.\u003c\/p\u003e\n\u003c!-- 图片位置 2：替换此方框内的占位内容 --\u003e\n\u003cdiv class=\"ts-image\"\u003e\n\u003cdiv class=\"ts-image-placeholder\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/4383\/4396\/files\/ChatGPTImage2026_9_24_18_36_28.png?v=1790247899\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section ts-specs\"\u003e\n\u003cspan class=\"ts-kicker\"\u003e03 · Product Details\u003c\/span\u003e\n\u003ch2\u003eSpecifications\u003c\/h2\u003e\n\u003cdiv class=\"ts-spec-item\"\u003e\n\u003cspan class=\"ts-spec-label\"\u003eMaterial\u003c\/span\u003e\n\u003cp\u003ePremium stone-inspired composite material\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-spec-item\"\u003e\n\u003cspan class=\"ts-spec-label\"\u003eDimensions\u003c\/span\u003e\n\u003cdiv class=\"ts-size\"\u003e\n\u003cstrong\u003eSmall\u003c\/strong\u003e\u003cspan\u003e12″ × 12″ × 16″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-size\"\u003e\n\u003cstrong\u003eMedium\u003c\/strong\u003e\u003cspan\u003e16″ × 16″ × 22″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-size\"\u003e\n\u003cstrong\u003eLarge\u003c\/strong\u003e\u003cspan\u003e22″ × 22″ × 30″\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-spec-item\"\u003e\n\u003cspan class=\"ts-spec-label\"\u003eRecommended Use\u003c\/span\u003e\n\u003cul class=\"ts-list\"\u003e\n\u003cli\u003eGardens\u003c\/li\u003e\n\u003cli\u003ePatios\u003c\/li\u003e\n\u003cli\u003eBalconies\u003c\/li\u003e\n\u003cli\u003eOutdoor entrances\u003c\/li\u003e\n\u003cli\u003eGreen corners\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section\"\u003e\n\u003c!-- 图片位置 3：替换此方框内的占位内容 --\u003e\n\u003cdiv class=\"ts-image\"\u003e\n\u003cdiv class=\"ts-image-placeholder\"\u003e\u003cstrong\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0965\/4383\/4396\/files\/ChatGPTImage2026_9_24_18_37_11_5.png?v=1790247899\" alt=\"\"\u003e\u003c\/strong\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section ts-care\"\u003e\n\u003cspan class=\"ts-kicker\"\u003e04 · Everyday Care\u003c\/span\u003e\n\u003ch3\u003eCaring For Your Planter\u003c\/h3\u003e\n\u003cul class=\"ts-list\"\u003e\n\u003cli\u003eClean with mild soap and water.\u003c\/li\u003e\n\u003cli\u003eUse a soft cloth for surface cleaning.\u003c\/li\u003e\n\u003cli\u003eAvoid harsh chemicals.\u003c\/li\u003e\n\u003cli\u003eAvoid abrasive cleaning materials.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eFor areas with extreme weather conditions, seasonal protection is recommended.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ts-section ts-faq\"\u003e\n\u003cspan class=\"ts-kicker\"\u003eGood To Know\u003c\/span\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs TerraStone Planter made from real stone?\u003c\/summary\u003e\n\u003cp\u003eNo. TerraStone Planter uses a premium stone-inspired composite material designed to recreate the appearance of natural stone while offering a lighter and more practical structure.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan TerraStone Planter stay outdoors?\u003c\/summary\u003e\n\u003cp\u003eYes. It is designed for outdoor environments including gardens, patios, balconies, and entrances. Proper care is recommended based on local climate conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes the planter include drainage?\u003c\/summary\u003e\n\u003cp\u003eYes. The design includes drainage functionality to support healthier plant growth.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs assembly required?\u003c\/summary\u003e\n\u003cp\u003eNo assembly is required. The planter arrives ready for placement and styling.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat plants can be used with TerraStone Planter?\u003c\/summary\u003e\n\u003cp\u003eIt works well with flowers, ornamental grasses, greenery, small trees, and decorative plants depending on the selected size.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"eloraland","offers":[{"title":"Default Title","offer_id":54605074596124,"sku":null,"price":0.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0965\/4383\/4396\/files\/ChatGPTImage2026_9_24_18_35_01.png?v=1790247899"}],"url":"https:\/\/eloraland.com\/collections\/frontpage.oembed","provider":"eloraland","version":"1.0","type":"link"}