{"product_id":"fast-growing-evergreen-seeds","title":"Fast Growing Evergreen Seeds","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  产品类型：常绿矮生草籽 (Evergreen Dwarf Grass Seed)\n  目标受众：希望轻松拥有茂密草坪的房主和园丁\n  视觉风格：生机勃勃、自然、专业可靠。主色调采用深绿色和白色，辅以金色强调高质量感。\n  配色策略：\n    --primary: #007a33 (品牌深绿，源自包装)\n    --text-main: #1a1a1a (深灰黑用于正文)\n    --bg-soft: #f4f8f5 (极淡绿色背景用于区分模块)\n  模块顺序：\n    1. Hero: 用生活化场景图 (image_4) 瞬间传达最终美好结果，强调高发芽率和易用性。\n    2. Feature 1 (Speed \u0026 Quality): 用发芽特写图 (image_1) 解决用户最关心的“能否种活”和“多快生效”的问题。\n    3. Feature 2 (Resilience): 用季节\/耐受性图 (image_3) 强调四季常绿和低维护的长远利益。\n    4. Feature 3 (Scenario): 用播种场景图 (image_2) 展示适用性和操作便捷性。\n    5. Specifications: 整合已知参数。\n    6. FAQ: 解答基础使用疑虑。\n  详情图映射：\n    Hero = image_4.png (最具吸引力的生活场景)\n    Feature 1 = image_1.png (强调发芽质量)\n    Feature 2 = image_3.png (强调耐候性)\n    Feature 3 = image_2.png (强调使用场景)\n  规格图映射：Specs = image_5.png (用于提取重量信息) \/ image_0.png (用于提取参数信息)\n  对比模块：未加入，因为核心卖点在于自身的高性能和易用性，不需要通过对比来凸显。\n  --\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #007a33;\n      --primary-hover: #005c27;\n      --text-main: #1a1a1a;\n      --text-sub: #4a4a4a;\n      --bg-body: #ffffff;\n      --bg-card: #ffffff;\n      --bg-soft: #f4f8f5;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.08);\n      --border-color: #e0e0e0;\n      --spacing-section: clamp(3rem, 8vw, 5rem);\n      --spacing-element: clamp(1rem, 3vw, 1.5rem);\n\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      line-height: 1.6;\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n    }\n\n    \/* Typography *\/\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n      font-weight: 700;\n      line-height: 1.2;\n      margin-bottom: 1rem;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      font-weight: 600;\n      margin-bottom: 1rem;\n    }\n\n    .product-detail-container h3 {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.75rem;\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container .lead-text {\n      font-size: 20px;\n      color: var(--text-main);\n      font-weight: 500;\n    }\n\n    \/* Reusable Components *\/\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n    }\n    .pd-badge i { margin-right: 8px; }\n\n    .pd-tag-group {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 1rem;\n      margin-top: 1rem;\n    }\n\n    .pd-tag {\n      background: var(--bg-soft);\n      color: var(--text-sub);\n      padding: 0.5rem 1rem;\n      border-radius: var(--radius-md);\n      font-size: 16px;\n      font-weight: 500;\n      display: flex;\n      align-items: center;\n    }\n    .pd-tag::before {\n      content: '✓';\n      color: var(--primary);\n      font-weight: bold;\n      margin-right: 8px;\n    }\n\n    .img-placeholder {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n      background-color: #f0f0f0;\n      border: 2px dashed #ccc;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      color: #999;\n      font-size: 18px;\n      min-height: 300px;\n    }\n\n    \/* Module Styles *\/\n    .pd-section {\n      margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 5vw, 4rem);\n      align-items: center;\n    }\n    .hero-content {\n      order: 1;\n    }\n    .hero-media {\n      order: 2;\n    }\n\n    \/* Feature Section - Z-Pattern *\/\n    .feature-section {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: clamp(2rem, 6vw, 5rem);\n      align-items: center;\n    }\n    .feature-section.reverse .feature-media {\n      order: 2;\n    }\n    .feature-section.reverse .feature-copy {\n      order: 1;\n    }\n    .feature-copy p {\n      margin-bottom: 0;\n    }\n\n    \/* Specifications *\/\n    .specs-container {\n      background-color: var(--bg-soft);\n      padding: clamp(2rem, 5vw, 3rem);\n      border-radius: var(--radius-lg);\n    }\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 1.5rem;\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n    .specs-table th, .specs-table td {\n      text-align: left;\n      padding: 1.2rem;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 18px;\n    }\n    .specs-table th {\n      background-color: rgba(0,122,51, 0.05);\n      font-weight: 600;\n      color: var(--primary);\n      width: 40%;\n    }\n    .specs-table tr:last-child td, .specs-table tr:last-child th {\n      border-bottom: none;\n    }\n\n    \/* FAQ *\/\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 1.5rem 0;\n    }\n    .faq-item:last-child {\n      border-bottom: none;\n    }\n    .faq-question {\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 0.5rem;\n      color: var(--primary);\n    }\n    .faq-answer {\n      margin-bottom: 0;\n    }\n\n    \/* Mobile Responsive *\/\n    @media (max-width: 767px) {\n      .hero-section,\n      .feature-section,\n      .feature-section.reverse {\n        grid-template-columns: 1fr;\n        gap: 2rem;\n      }\n      .hero-content {\n        order: 2;\n        text-align: center;\n      }\n      .hero-media {\n        order: 1;\n      }\n      .feature-media {\n        order: 1 !important;\n      }\n      .feature-copy {\n        order: 2 !important;\n      }\n      \n      .specs-table, .specs-table thead, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      .specs-table thead { display: none; }\n      .specs-table tr { margin-bottom: 1rem; border: 1px solid var(--border-color); border-radius: var(--radius-md); overflow: hidden; }\n      .specs-table td {\n        text-align: right;\n        padding-left: 50%;\n        position: relative;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table td:last-child { border-bottom: none; }\n      .specs-table td::before {\n        content: attr(data-label);\n        position: absolute;\n        left: 1.2rem;\n        width: 45%;\n        white-space: nowrap;\n        text-align: left;\n        font-weight: 600;\n        color: var(--text-sub);\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003cdiv class=\"pd-section hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🌱 Guaranteed Germination Rate ≥85%\u003c\/div\u003e\n\n\u003ch1\u003eAchieve a Lush, Evergreen Lawn Easily\u003c\/h1\u003e\n\n\u003cp class=\"lead-text\"\u003eTransform your outdoor space with our premium dwarf grass seeds. Designed for fast results, year-round vibrant color, and minimal maintenance.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-tag-group\"\u003e\n\u003cspan class=\"pd-tag\"\u003eFast Sprouting\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eLow Maintenance\u003c\/span\u003e \u003cspan class=\"pd-tag\"\u003eEvergreen\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img103\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528160922\/4574bafe267c594853ed4602868f11dd.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img104\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528160922\/47c3513ed97dfea2ed4fe99425c719fc.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eRapid Growth for Quick Results\u003c\/h2\u003e\n\n\u003cp\u003eDon't wait all season for a green lawn. Our high-quality seeds are primed to sprout in just 5-7 days. You can expect a full, dense, and beautiful lawn ready for enjoyment in as little as 30-45 days. High seed purity ensures a cleaner, more uniform look.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- C. Feature Section 2: Resilience \u0026 Maintenance --\u003e\n\n\u003cdiv class=\"pd-section feature-section reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img105\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528160922\/3652e925ae1e66454b6c5c33944e1603.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eThrives Year-Round with Less Effort\u003c\/h2\u003e\n\n\u003cp\u003eEnjoy vibrant green grass in every season. This evergreen variety is specially bred to be cold-resistant, drought-tolerant, and durable enough to withstand heavy foot traffic. It requires less watering and mowing, saving you time and resources.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- D. Feature Section 3: Usage Scenario --\u003e\n\n\u003cdiv class=\"pd-section feature-section\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\u003cdiv\u003e\u003cimg cke-id=\"img106\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260528160922\/db41e94d4151b7fdf09315ae5229da8c.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eVersatile Solution for Any Space\u003c\/h2\u003e\n\n\u003cp\u003eWhether you are establishing a new lawn across a large area, fixing bare patches in your garden, or need effective slope protection, these seeds offer wide adaptability. Simply spread evenly on prepared soil for reliable, dense growth.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- E. Specifications --\u003e\n\n\u003cdiv class=\"pd-section specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Product Type\"\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003eEvergreen Dwarf Lawn Seeds\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Germination Rate\"\u003eGermination Rate\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e≥85% (Guaranteed)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Sprout Time\"\u003eSprout Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e5 - 7 Days\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Establishment Time\"\u003eEstablishment Time\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e30 - 45 Days (Turn into lawn)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Moisture Content\"\u003eMoisture Content\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e≤8%\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth data-label=\"Available Weights\"\u003eAvailable Weights (approx.)\u003c\/th\u003e\n\t\t\t\u003ctd data-label=\"Value\"\u003e100g (~3.5 oz), 50g (~1.8 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- F. FAQ --\u003e\n\n\u003cdiv class=\"pd-section faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow quickly will I see results after planting?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eUnder proper conditions, you can typically see sprouts emerge within 5 to 7 days. A full, established lawn is usually achieved within 30 to 45 days.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes this grass stay green in winter?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eYes, this is an evergreen variety designed to maintain its vibrant green color throughout all seasons, including colder winter months.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eIs this grass difficult to maintain?\u003c\/div\u003e\n\n\u003cp class=\"faq-answer\"\u003eNo, it is designed for low maintenance. It has good drought tolerance, requiring less frequent watering and mowing compared to many other grass types.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"50g (Trial Size) \/ 1-Pack","offer_id":45664302563519,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"100g (Standard Coverage) \/ 1-Pack","offer_id":45664302596287,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"50g (Trial Size) \/ 2-Pack (Cover Larger Area - 10%)","offer_id":45664302629055,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"100g (Standard Coverage) \/ 2-Pack (Cover Larger Area - 10%)","offer_id":45664302661823,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"50g (Trial Size) \/ 3-Pack (Best Value - 15%)","offer_id":45664302694591,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true},{"title":"100g (Standard Coverage) \/ 3-Pack (Best Value - 15%)","offer_id":45664302727359,"sku":null,"price":19.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/4574bafe267c594853ed4602868f11dd.jpg?v=1779955880","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/fast-growing-evergreen-seeds","provider":"Bak","version":"1.0","type":"link"}