{"product_id":"non-gmo-moss-rose-seeds","title":"Non-GMO Moss Rose Seeds","description":"\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Botanical \/ Gardening Seeds (Moss Rose)\nTarget Audience: Home gardeners, nature enthusiasts, landscape hobbyists\nVisual Style: Organic, vibrant, earthy, inviting\nColor Strategy: Deep Garden Green (--primary) paired with earthy cream (--bg-body) to let colorful floral images pop.\nShape Strategy: Radius 16px (Soft, organic, friendly)\nTypography Strategy: Large Type (H1: 44px, Body: 18px), sans-serif readability, Mobile-first responsive\nMobile Table Strategy: Card-based via data-label flex injection (No horizontal scroll)\nImage Mapping: Hero=image_1, Colors\/Blooms=image_2, Pollinators=image_3, EasyGrow=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* ====== 0) CSS Variables \u0026 Base System ====== *\/\n  .product-detail-container {\n    --primary: #2d6a4f; \/* Deep Garden Green *\/\n    --primary-light: #40916c;\n    --bg-body: #fdfdfc;\n    --bg-card: #f4f5f0;\n    --text-main: #1b1f1d;\n    --text-sub: #49504c;\n    --border-color: #e5e8e1;\n    --radius-md: 12px;\n    --radius-lg: 20px;\n    --spacing-sm: clamp(1rem, 3vw, 2rem);\n    --spacing-md: clamp(2rem, 5vw, 4rem);\n    --spacing-lg: clamp(3rem, 7vw, 6rem);\n    \n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background: var(--bg-body);\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    line-height: 1.6;\n  }\n\n  .product-detail-container * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  \/* ====== 1) Typography ====== *\/\n  .product-detail-container h1 {\n    font-size: clamp(32px, 5vw, 44px);\n    line-height: 1.2;\n    color: var(--primary);\n    margin-bottom: 1rem;\n    font-weight: 800;\n  }\n\n  .product-detail-container h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    line-height: 1.3;\n    margin-bottom: 1rem;\n    font-weight: 700;\n  }\n\n  .product-detail-container h3 {\n    font-size: clamp(20px, 3.5vw, 24px);\n    margin-bottom: 0.75rem;\n    font-weight: 600;\n  }\n\n  .product-detail-container p {\n    font-size: clamp(16px, 2vw, 18px);\n    color: var(--text-sub);\n    margin-bottom: 1rem;\n  }\n\n  \/* ====== 2) Hero Section ====== *\/\n  .detail-hero {\n    text-align: center;\n    padding: var(--spacing-md) 0;\n  }\n  \n  .hero-social-proof {\n    display: inline-block;\n    background: var(--bg-card);\n    padding: 8px 16px;\n    border-radius: 50px;\n    font-size: 16px;\n    color: var(--primary);\n    font-weight: 600;\n    margin-bottom: 1.5rem;\n  }\n\n  .hero-image-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    margin-top: var(--spacing-sm);\n    background: var(--bg-card);\n  }\n\n  .hero-image-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  \/* ====== Badges \/ Non-interactive tags ====== *\/\n  .badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px;\n    margin-top: var(--spacing-md);\n  }\n\n  .info-badge {\n    background: #eef2eb;\n    color: var(--primary-light);\n    padding: 10px 20px;\n    border-radius: 8px;\n    font-size: 16px;\n    font-weight: 600;\n    border: 1px solid #d4dec9;\n  }\n\n  \/* ====== 3) Z-Pattern Features (Mobile First Strict Sequence) ====== *\/\n  .detail-features {\n    display: flex;\n    flex-direction: column;\n    gap: var(--spacing-lg);\n    padding: var(--spacing-lg) 0;\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: Image top, Text bottom *\/\n    gap: var(--spacing-md);\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    background: var(--bg-card);\n  }\n\n  .feature-media img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row; \/* Desktop Z-Pattern *\/\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse; \/* Alternate pattern *\/\n    }\n    .feature-media, .feature-copy {\n      flex: 1;\n    }\n  }\n\n  \/* ====== 4) Specs Table (Mobile Card Strict) ====== *\/\n  .detail-specs {\n    padding: var(--spacing-md) 0;\n  }\n\n  .specs-table-wrapper {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: var(--spacing-sm);\n  }\n\n  .specs-table-wrapper th, \n  .specs-table-wrapper td {\n    padding: 16px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .specs-table-wrapper th {\n    background: var(--bg-card);\n    font-weight: 600;\n    color: var(--text-main);\n    font-size: 18px;\n  }\n\n  .specs-table-wrapper td {\n    font-size: 18px;\n    color: var(--text-sub);\n  }\n\n  \/* Mobile Card Strategy for Table *\/\n  @media (max-width: 767px) {\n    .specs-table-wrapper, \n    .specs-table-wrapper thead, \n    .specs-table-wrapper tbody, \n    .specs-table-wrapper th, \n    .specs-table-wrapper td, \n    .specs-table-wrapper tr {\n      display: block;\n      width: 100%;\n    }\n    .specs-table-wrapper thead {\n      display: none; \/* Hide header on mobile *\/\n    }\n    .specs-table-wrapper tr {\n      background: var(--bg-card);\n      border-radius: var(--radius-md);\n      margin-bottom: 16px;\n      padding: 8px;\n      border: 1px solid var(--border-color);\n    }\n    .specs-table-wrapper td {\n      border-bottom: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 12px;\n      border-bottom: 1px solid rgba(0,0,0,0.05);\n    }\n    .specs-table-wrapper td:last-child {\n      border-bottom: none;\n    }\n    .specs-table-wrapper td::before {\n      content: attr(data-label);\n      font-weight: 600;\n      color: var(--text-main);\n      margin-right: 16px;\n      flex-shrink: 0;\n    }\n  }\n\n  \/* ====== 5) FAQ Section ====== *\/\n  .detail-faq {\n    padding: var(--spacing-md) 0 var(--spacing-lg) 0;\n  }\n\n  .faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: var(--spacing-sm);\n    margin-bottom: 16px;\n  }\n\n  .faq-item h3 {\n    color: var(--primary);\n  }\n  \n  .faq-item p {\n    margin-bottom: 0;\n  }\n\n  \/* Generic Placeholder styling for system display *\/\n  .img-placeholder {\n    width: 100%;\n    height: 100%;\n    min-height: 400px;\n    background: #f0f2ed;\n    border: 2px dashed #b7c4ac;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    color: #637357;\n    font-weight: bold;\n    border-radius: inherit;\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"detail-hero\"\u003e\n\u003cdiv class=\"hero-social-proof\"\u003e🌼 Trusted by 10,000+ Gardeners\u003c\/div\u003e\n\n\u003ch1\u003eTransform Your Garden with 10,000 Vibrant Blooms\u003c\/h1\u003e\n\n\u003cp\u003ePremium, Non-GMO Moss Rose Seeds. Effortlessly beautiful, pollinator-friendly, and perfect for year-round color.\u003c\/p\u003e\n\n\u003cdiv class=\"hero-image-wrapper\"\u003e\n\u003c!-- Image A Protocol: Natural Flow --\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320112316\/f7c689ddd73bdc4f4cca2d0807e4728a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"badge-container\"\u003e\n\u003cdiv class=\"info-badge\"\u003e10,000 Bulk Pack\u003c\/div\u003e\n\n\u003cdiv class=\"info-badge\"\u003e100% Non-GMO\u003c\/div\u003e\n\n\u003cdiv class=\"info-badge\"\u003eAll Seasons\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Strict DOM Order: Media then Copy) --\u003e\n\n\u003cdiv class=\"detail-features\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320112316\/2faae6483286a89ec94f6e1a5cd84467.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eA Kaleidoscope of Colors\u003c\/h2\u003e\n\n\u003cp\u003eExperience an explosion of vibrant hues right in your backyard. Our mixed color seeds ensure that every patch of soil turns into a breathtaking floral masterpiece.\u003c\/p\u003e\n\n\u003cp\u003eWhether you are planting in garden beds, hanging baskets, or along walkways, these large blooms create an unforgettable landscape that will be the envy of your neighborhood.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320112316\/c68b9e0f05001358ee4998358000363b.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eBring Your Ecosystem to Life\u003c\/h2\u003e\n\n\u003cp\u003eMore than just a pretty flower, Moss Roses are nature's magnet for beneficial pollinators. The exceptionally large blooms provide vital nectar for bees, butterflies, and hummingbirds.\u003c\/p\u003e\n\n\u003cp\u003eBy planting these perennial beauties, you actively support local ecosystems, bringing dynamic, buzzing life and natural harmony to your outdoor sanctuary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260320112316\/75f95cec09b37c74603e1da890957f85.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eZero Fuss, Maximum Impact\u003c\/h2\u003e\n\n\u003cp\u003eYou don't need a green thumb to achieve spectacular results. Highly adaptable and incredibly easy to grow, these seeds thrive across all seasons with minimal maintenance.\u003c\/p\u003e\n\n\u003cp\u003eWith an abundant 10,000-seed bulk pack, you have everything you need for extensive outdoor planting, allowing you to cover wide spaces effortlessly and enjoy continuous growth year after year.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"detail-specs\"\u003e\n\u003ch2\u003ePlanting Specifications\u003c\/h2\u003e\n\n\u003cp\u003eEverything you need to know for a successful bloom.\u003c\/p\u003e\n\n\u003ctable class=\"specs-table-wrapper\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eAttribute\u003c\/th\u003e\n\t\t\t\u003cth\u003eDetails\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Seed Quantity\"\u003e10,000 Seeds\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBulk pack for extensive coverage\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Life Cycle\"\u003eAnnual \u0026amp; Perennial\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eVersatile growth depending on climate\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Package Weight\"\u003e~5.0 g \/ 0.2 oz\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eLightweight, high-yield seeds\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Sowing Temp\"\u003e18°C - 25°C \/ 64°F - 77°F\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eIdeal soil temperature for germination\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Plant Height\"\u003e10 cm - 15 cm \/ 3.9 in - 5.9 in\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003ePerfect ground cover or border plant\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Sunlight Need\"\u003eFull Sun\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Details\"\u003eBlooms open beautifully in direct light\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"detail-faq\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWhen is the best time to plant these seeds?\u003c\/h3\u003e\n\n\u003cp\u003eMoss Rose seeds are best planted outdoors in the spring after the last frost has passed. Because they are highly adaptable, they can also be sown during warmer seasons, provided they get plenty of sunlight.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eDo these flowers need a lot of water?\u003c\/h3\u003e\n\n\u003cp\u003eNo! Moss Roses are wonderfully drought-tolerant once established. They prefer well-draining soil and thrive on a lighter watering schedule, making them incredibly low-maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eAre these seeds safe for the environment?\u003c\/h3\u003e\n\n\u003cp\u003eAbsolutely. Our seeds are 100% Non-GMO and untreated. They are naturally selected to produce large, vibrant blooms that safely attract and nourish local pollinators like bees and butterflies.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"🌱 10,000 Seeds","offer_id":45357319946431,"sku":"0325-16338118","price":14.95,"currency_code":"USD","in_stock":true},{"title":"🌼 30,000 Seeds (Family Garden)  Save 25%","offer_id":45357320011967,"sku":"0325-16334094","price":29.95,"currency_code":"USD","in_stock":true},{"title":"🌳 50,000 Seeds (Pro Landscaper)  Best Value!","offer_id":45357320044735,"sku":"0325-16335849","price":39.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/f7c689ddd73bdc4f4cca2d0807e4728a.jpg?v=1774427616","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/non-gmo-moss-rose-seeds","provider":"Bak","version":"1.0","type":"link"}