{"product_id":"homegrown-creeping-thyme-seeds","title":"🌸Creeping Thyme Seeds, Multi-Color Ground Cover Flower Seeds🌸","description":"\u003cstyle\u003e\n  .cts-page,\n  .cts-page * {\n    box-sizing: border-box;\n  }\n\n  .cts-page {\n    --cts-lavender: #f2ecfa;\n    --cts-lavender-light: #faf7fd;\n    --cts-lilac: #e5d8f1;\n    --cts-purple: #75538e;\n    --cts-plum: #4b345c;\n    --cts-deep: #382740;\n    --cts-sage: #72836f;\n    --cts-ink: #403b45;\n    --cts-muted: #766e7c;\n    --cts-cream: #fffdf9;\n    --cts-line: rgba(117, 83, 142, .16);\n\n    width: 100%;\n    overflow: hidden;\n    padding: 20px 0 48px;\n    color: var(--cts-ink);\n    background:\n      radial-gradient(circle at 8% 3%, rgba(255,255,255,.98), transparent 25%),\n      radial-gradient(circle at 94% 15%, rgba(218,201,234,.58), transparent 28%),\n      linear-gradient(180deg, #fcfaff 0%, #f1eafa 48%, #eee5f7 100%);\n    font-family: Arial, Helvetica, sans-serif;\n    line-height: 1.65;\n  }\n\n  .cts-page img {\n    display: block;\n    width: 100%;\n    max-width: 100%;\n    height: auto;\n  }\n\n  .cts-container {\n    width: calc(100% - 28px);\n    max-width: 980px;\n    margin: 0 auto;\n  }\n\n  .cts-section {\n    position: relative;\n    overflow: hidden;\n    margin: 24px 0;\n    padding: clamp(25px, 5vw, 48px) clamp(18px, 5vw, 48px);\n    border: 1px solid var(--cts-line);\n    border-radius: 32px;\n    background:\n      radial-gradient(circle at 100% 0%, rgba(255,255,255,.92), transparent 35%),\n      linear-gradient(145deg, var(--cts-cream), #f5effa);\n    box-shadow: 0 16px 38px rgba(85, 58, 103, .12);\n  }\n\n  .cts-section::before {\n    position: absolute;\n    top: -90px;\n    right: -80px;\n    width: 190px;\n    height: 190px;\n    border: 1px solid rgba(117, 83, 142, .16);\n    border-radius: 50%;\n    box-shadow:\n      0 0 0 22px rgba(117, 83, 142, .045),\n      0 0 0 44px rgba(117, 83, 142, .025);\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .cts-section::after {\n    position: absolute;\n    bottom: -110px;\n    left: -90px;\n    width: 220px;\n    height: 220px;\n    border-radius: 50%;\n    background: rgba(218, 201, 234, .22);\n    content: \"\";\n    pointer-events: none;\n  }\n\n  .cts-section \u003e * {\n    position: relative;\n    z-index: 1;\n  }\n\n  .cts-hero {\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(255,255,255,.98), transparent 44%),\n      linear-gradient(145deg, #fffdfd, #f2e8fa 65%, #e2d5ee);\n  }\n\n  .cts-kicker {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 15px;\n    padding: 8px 16px;\n    border: 1px solid rgba(117, 83, 142, .22);\n    border-radius: 999px;\n    color: var(--cts-purple);\n    background: rgba(255,255,255,.78);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .cts-kicker::before {\n    width: 8px;\n    height: 8px;\n    border-radius: 50%;\n    background: var(--cts-purple);\n    box-shadow: 0 0 0 5px rgba(117, 83, 142, .12);\n    content: \"\";\n  }\n\n  .cts-title,\n  .cts-heading {\n    margin: 0 auto 15px;\n    color: var(--cts-plum);\n    font-weight: 800;\n    letter-spacing: -.7px;\n    line-height: 1.16;\n  }\n\n  .cts-title {\n    max-width: 820px;\n    font-size: clamp(32px, 6vw, 59px);\n  }\n\n  .cts-heading {\n    font-size: clamp(26px, 4vw, 39px);\n  }\n\n  .cts-title span,\n  .cts-heading span {\n    color: var(--cts-purple);\n  }\n\n  .cts-lead {\n    max-width: 730px;\n    margin: 0 auto 23px;\n    color: var(--cts-muted);\n    font-size: clamp(16px, 2vw, 19px);\n  }\n\n  .cts-text {\n    margin: 0 auto 18px;\n    color: var(--cts-muted);\n    font-size: 16px;\n  }\n\n  .cts-center {\n    text-align: center;\n  }\n\n  .cts-chip-row {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 9px;\n    margin: 22px 0 26px;\n  }\n\n  .cts-chip {\n    padding: 9px 14px;\n    border: 1px solid rgba(117, 83, 142, .17);\n    border-radius: 999px;\n    color: var(--cts-plum);\n    background: rgba(255,255,255,.82);\n    font-size: 13px;\n    font-weight: 700;\n  }\n\n  .cts-image-wrap {\n    position: relative;\n    overflow: hidden;\n    margin-top: 27px;\n    padding: 8px;\n    border: 1px solid rgba(117, 83, 142, .19);\n    border-radius: 26px;\n    background: linear-gradient(135deg, #ffffff, #eadff3);\n    box-shadow: 0 14px 32px rgba(85, 58, 103, .14);\n  }\n\n  .cts-image-wrap img {\n    border-radius: 19px;\n    transition: transform .55s ease, filter .55s ease;\n  }\n\n  .cts-image-wrap:hover img {\n    transform: scale(1.025);\n    filter: saturate(1.05);\n  }\n\n  .cts-divider {\n    width: 56px;\n    height: 3px;\n    margin: 15px auto 21px;\n    border-radius: 99px;\n    background: linear-gradient(90deg, var(--cts-purple), #baa1ce);\n  }\n\n  .cts-section--deep {\n    color: #f9f6fb;\n    border-color: rgba(255,255,255,.14);\n    background:\n      radial-gradient(circle at 100% 0%, rgba(218,201,234,.18), transparent 34%),\n      linear-gradient(145deg, #493355, #6f4e83);\n  }\n\n  .cts-section--deep .cts-heading {\n    color: #ffffff;\n  }\n\n  .cts-section--deep .cts-text {\n    color: #eee5f3;\n  }\n\n  .cts-section--deep .cts-kicker {\n    color: #f2e7f7;\n    border-color: rgba(255,255,255,.2);\n    background: rgba(255,255,255,.08);\n  }\n\n  .cts-section--deep .cts-kicker::before {\n    background: #f2e7f7;\n  }\n\n  .cts-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 15px;\n    margin-top: 24px;\n  }\n\n  .cts-card {\n    padding: 20px 18px;\n    border: 1px solid rgba(117, 83, 142, .13);\n    border-radius: 22px;\n    background: rgba(255,255,255,.82);\n    box-shadow: 0 8px 20px rgba(85, 58, 103, .07);\n    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;\n  }\n\n  .cts-card:hover {\n    transform: translateY(-5px);\n    border-color: rgba(117, 83, 142, .36);\n    box-shadow: 0 15px 29px rgba(85, 58, 103, .15);\n  }\n\n  .cts-section--deep .cts-card {\n    border-color: rgba(255,255,255,.14);\n    background: rgba(255,255,255,.09);\n  }\n\n  .cts-section--deep .cts-card h3 {\n    color: #ffffff;\n  }\n\n  .cts-section--deep .cts-card p {\n    color: #eee5f3;\n  }\n\n  .cts-icon {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 10px;\n    border-radius: 14px;\n    color: #ffffff;\n    background: linear-gradient(145deg, var(--cts-purple), #a883b8);\n    font-size: 18px;\n    box-shadow: 0 7px 16px rgba(117,83,142,.2);\n  }\n\n  .cts-card h3 {\n    margin: 0 0 7px;\n    color: var(--cts-plum);\n    font-size: 17px;\n  }\n\n  .cts-card p {\n    margin: 0;\n    color: var(--cts-muted);\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .cts-check-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px 18px;\n    margin-top: 22px;\n  }\n\n  .cts-check {\n    display: flex;\n    align-items: flex-start;\n    gap: 9px;\n    color: var(--cts-ink);\n    font-size: 15px;\n    text-align: left;\n  }\n\n  .cts-check::before {\n    flex: 0 0 auto;\n    width: 21px;\n    height: 21px;\n    margin-top: 2px;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--cts-sage);\n    content: \"✓\";\n    font-size: 13px;\n    font-weight: 800;\n    line-height: 21px;\n    text-align: center;\n  }\n\n  .cts-section--deep .cts-check {\n    color: #f2eaf6;\n  }\n\n  .cts-highlight {\n    margin-top: 23px;\n    padding: 18px 20px;\n    border-left: 4px solid var(--cts-sage);\n    border-radius: 0 18px 18px 0;\n    color: #5f5665;\n    background: rgba(255,255,255,.72);\n    font-size: 14px;\n  }\n\n  .cts-highlight strong {\n    color: var(--cts-plum);\n  }\n\n  .cts-section--deep .cts-highlight {\n    color: #eee6f2;\n    background: rgba(255,255,255,.08);\n  }\n\n  .cts-section--deep .cts-highlight strong {\n    color: #e5d8f1;\n  }\n\n  .cts-steps {\n    display: grid;\n    grid-template-columns: repeat(4, minmax(0, 1fr));\n    gap: 13px;\n    margin-top: 25px;\n  }\n\n  .cts-step {\n    padding: 19px 14px;\n    border: 1px solid rgba(117, 83, 142, .13);\n    border-radius: 21px;\n    background: rgba(255,255,255,.8);\n    text-align: center;\n    transition: transform .35s ease, box-shadow .35s ease;\n  }\n\n  .cts-step:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 14px 25px rgba(85,58,103,.13);\n  }\n\n  .cts-step-number {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 42px;\n    height: 42px;\n    margin-bottom: 10px;\n    border-radius: 50%;\n    color: #ffffff;\n    background: linear-gradient(145deg, var(--cts-sage), #9cae94);\n    font-size: 16px;\n    font-weight: 800;\n  }\n\n  .cts-step h3 {\n    margin: 0 0 6px;\n    color: var(--cts-plum);\n    font-size: 16px;\n  }\n\n  .cts-step p {\n    margin: 0;\n    color: var(--cts-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .cts-specs {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 12px;\n    margin-top: 23px;\n  }\n\n  .cts-spec {\n    padding: 17px;\n    border: 1px solid rgba(117, 83, 142, .12);\n    border-radius: 18px;\n    background: rgba(255,255,255,.8);\n  }\n\n  .cts-spec strong {\n    display: block;\n    margin-bottom: 4px;\n    color: var(--cts-purple);\n    font-size: 14px;\n  }\n\n  .cts-spec span {\n    color: var(--cts-muted);\n    font-size: 14px;\n  }\n\n  .cts-faq {\n    margin-top: 22px;\n  }\n\n  .cts-faq details {\n    margin: 12px 0;\n    overflow: hidden;\n    border: 1px solid rgba(117, 83, 142, .13);\n    border-radius: 18px;\n    background: rgba(255,255,255,.8);\n  }\n\n  .cts-faq summary {\n    position: relative;\n    padding: 17px 48px 17px 18px;\n    color: var(--cts-plum);\n    cursor: pointer;\n    font-size: 15px;\n    font-weight: 800;\n    list-style: none;\n  }\n\n  .cts-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .cts-faq summary::after {\n    position: absolute;\n    top: 50%;\n    right: 18px;\n    color: var(--cts-purple);\n    content: \"+\";\n    font-size: 22px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .cts-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .cts-faq details p {\n    margin: 0;\n    padding: 0 18px 18px;\n    color: var(--cts-muted);\n    font-size: 14px;\n  }\n\n  .cts-final {\n    text-align: center;\n    background:\n      radial-gradient(circle at 50% 0%, rgba(255,255,255,.92), transparent 40%),\n      linear-gradient(145deg, #faf4fd, #e9d9f2 68%, #d9e3d5);\n  }\n\n  .cts-final-label {\n    display: inline-block;\n    margin-bottom: 14px;\n    color: var(--cts-purple);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 2px;\n  }\n\n  .cts-final-title {\n    max-width: 730px;\n    margin: 0 auto 14px;\n    color: var(--cts-plum);\n    font-size: clamp(28px, 5vw, 46px);\n    font-weight: 800;\n    line-height: 1.18;\n  }\n\n  .cts-final-title span {\n    color: var(--cts-purple);\n  }\n\n  .cts-final-text {\n    max-width: 700px;\n    margin: 0 auto;\n    color: var(--cts-muted);\n    font-size: 16px;\n  }\n\n  @media (max-width: 760px) {\n    .cts-page {\n      padding: 12px 0 32px;\n    }\n\n    .cts-container {\n      width: calc(100% - 18px);\n    }\n\n    .cts-section {\n      margin: 16px 0;\n      padding: 25px 16px;\n      border-radius: 25px;\n    }\n\n    .cts-title {\n      font-size: 33px;\n    }\n\n    .cts-heading {\n      font-size: 27px;\n    }\n\n    .cts-lead,\n    .cts-text {\n      font-size: 15px;\n    }\n\n    .cts-feature-grid,\n    .cts-check-grid,\n    .cts-steps,\n    .cts-specs {\n      grid-template-columns: 1fr;\n    }\n\n    .cts-step {\n      display: grid;\n      grid-template-columns: 45px 1fr;\n      column-gap: 12px;\n      align-items: center;\n      text-align: left;\n    }\n\n    .cts-step-number {\n      grid-row: span 2;\n      margin-bottom: 0;\n    }\n\n    .cts-step h3 {\n      margin-bottom: 2px;\n    }\n\n    .cts-chip-row {\n      gap: 7px;\n    }\n\n    .cts-chip {\n      font-size: 12px;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .cts-page *,\n    .cts-page *::before,\n    .cts-page *::after {\n      animation: none !important;\n      transition: none !important;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"cts-page\"\u003e\n  \u003cdiv class=\"cts-container\"\u003e\n\n    \u003c!-- HERO --\u003e\n    \u003csection class=\"cts-section cts-hero\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003eCreeping Thyme Seeds\u003c\/div\u003e\n\n      \u003ch1 class=\"cts-title\"\u003e\n        Let Your Garden Bloom\n        \u003cspan\u003eBetween the Stones\u003c\/span\u003e\n      \u003c\/h1\u003e\n\n      \u003cp class=\"cts-lead\"\u003e\n        Create a charming natural garden with fast-spreading creeping thyme.\n        This low-growing perennial adds colorful blooms, aromatic foliage, and effortless beauty to stone gaps, garden borders, walkways, walls, and balcony planters.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-chip-row\"\u003e\n        \u003cdiv class=\"cts-chip\"\u003e💜 Vibrant Flower Carpets\u003c\/div\u003e\n        \u003cdiv class=\"cts-chip\"\u003e❄️ Cold-Hardy \u0026amp; Drought-Tolerant\u003c\/div\u003e\n        \u003cdiv class=\"cts-chip\"\u003e🌱 Beginner-Friendly\u003c\/div\u003e\n        \u003cdiv class=\"cts-chip\"\u003e🍳 Edible Culinary Herb\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/4412ace43db5b91749fd50cbcdcdce34efaf054d.gif\" alt=\"Creeping thyme flowers growing between garden stones\" loading=\"eager\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- INTRO --\u003e\n    \u003csection class=\"cts-section cts-section--deep cts-center\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003eMore Than a Flower\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        A Living Carpet of Color\n        \u003cspan\u003efor Your Dream Garden\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        Common flowers can struggle with cold, drought, and high maintenance.\n        Creeping thyme offers a beautiful alternative with spreading growth, vibrant blooms, evergreen foliage, and a naturally rich herbal fragrance.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-feature-grid\"\u003e\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🌿\u003c\/div\u003e\n          \u003ch3\u003eLow-Growing Beauty\u003c\/h3\u003e\n          \u003cp\u003eCompact trailing stems spread outward and create a soft, colorful ground-cover effect.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e💧\u003c\/div\u003e\n          \u003ch3\u003eDrought-Tolerant\u003c\/h3\u003e\n          \u003cp\u003eOnce established, the plants need less frequent watering and are suited to dry garden conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e❄️\u003c\/div\u003e\n          \u003ch3\u003eCold-Hardy\u003c\/h3\u003e\n          \u003cp\u003eDesigned to handle cold weather and retain evergreen foliage through winter seasons.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🍳\u003c\/div\u003e\n          \u003ch3\u003eBeautiful \u0026amp; Useful\u003c\/h3\u003e\n          \u003cp\u003eEnjoy colorful garden decoration and harvest mature sprigs for culinary seasoning.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- VIBRANT BLOOMS --\u003e\n    \u003csection class=\"cts-section\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003e01 · Vibrant Creeping Thyme Seeds\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Fast-Spreading Greenery\n        \u003cspan\u003ewith Purple Blooms\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        Creeping thyme spreads across the ground with trailing stems and produces masses of vivid clustered flowers.\n        As the plants fill in, they create a colorful flower carpet that brings texture and movement to your garden.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-check-grid\"\u003e\n        \u003cdiv class=\"cts-check\"\u003eLow-growing trailing growth habit\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eFast-spreading ground cover\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eDense clusters of tiny flowers\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eLong flowering period\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eRich natural herbal fragrance\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eBeautiful between stones and borders\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/3f66c28495de3b4e08194d688718d184acc64265.png\" alt=\"Vibrant purple creeping thyme flowers used as ground cover\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- COLD RESISTANCE --\u003e\n    \u003csection class=\"cts-section cts-section--deep\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003e02 · Extreme Cold Resistance\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Beauty That Stays\n        \u003cspan\u003eThrough the Seasons\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        This winter-hardy perennial is designed to withstand sub-zero freezing weather and maintain evergreen foliage through cold winter seasons.\n        It is a dependable choice for outdoor gardens in changing climates.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-feature-grid\"\u003e\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e❄️\u003c\/div\u003e\n          \u003ch3\u003eWinter-Hardy Growth\u003c\/h3\u003e\n          \u003cp\u003eSuitable for outdoor planting where winter temperatures can drop below freezing.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🌿\u003c\/div\u003e\n          \u003ch3\u003eEvergreen Foliage\u003c\/h3\u003e\n          \u003cp\u003eLeaves can remain present through cold weather for continued garden structure.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e☀️\u003c\/div\u003e\n          \u003ch3\u003eFull-Sun Friendly\u003c\/h3\u003e\n          \u003cp\u003eMore sunlight can encourage heavier blooming and stronger visual impact.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🏡\u003c\/div\u003e\n          \u003ch3\u003eReliable Ground Cover\u003c\/h3\u003e\n          \u003cp\u003eWorks well in outdoor spaces that need resilient, low-maintenance planting.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/ff918f4cd3b81d72d089492cc984a90833dd9338.png\" alt=\"Cold-hardy creeping thyme ground cover for winter gardens\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CULINARY HERB --\u003e\n    \u003csection class=\"cts-section cts-section--rose\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003e03 · Aromatic Culinary Herb\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Grow Something Beautiful\n        \u003cspan\u003eand Useful\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        Creeping thyme adds more than visual charm to your garden.\n        Its fragrant edible foliage can be harvested when mature and used as a natural seasoning for homemade meals.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-feature-grid\"\u003e\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🌿\u003c\/div\u003e\n          \u003ch3\u003eRich Herbal Aroma\u003c\/h3\u003e\n          \u003cp\u003eEnjoy the natural fragrance of thyme as it grows around your garden paths and borders.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🍽️\u003c\/div\u003e\n          \u003ch3\u003eFresh Culinary Use\u003c\/h3\u003e\n          \u003cp\u003eHarvest mature sprigs to complement a variety of homemade dishes.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🌸\u003c\/div\u003e\n          \u003ch3\u003eOrnamental \u0026amp; Edible\u003c\/h3\u003e\n          \u003cp\u003eCombine decorative landscaping with a practical herb garden feature.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🏠\u003c\/div\u003e\n          \u003ch3\u003ePerfect for Home Gardens\u003c\/h3\u003e\n          \u003cp\u003eBring natural beauty and useful greenery to yards, pots, paths, and small spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/cd81f557b98acb155981e9f1cab8d1b574d52a7a.png\" alt=\"Aromatic creeping thyme herb suitable for culinary seasoning\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- COLOR VARIETIES --\u003e\n    \u003csection class=\"cts-section cts-center\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003e04 · Stunning Color Varieties\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Paint Your Garden\n        \u003cspan\u003ein Natural Color\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        Choose from multiple vibrant color options to create a garden that feels personal and full of seasonal character.\n        Mix different shades to form a more diverse and expressive floral display.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-chip-row\"\u003e\n        \u003cdiv class=\"cts-chip\"\u003ePurple Ice\u003c\/div\u003e\n        \u003cdiv class=\"cts-chip\"\u003eBlue\u003c\/div\u003e\n        \u003cdiv class=\"cts-chip\"\u003ePink\u003c\/div\u003e\n        \u003cdiv class=\"cts-chip\"\u003ePurple-Red\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-feature-grid\"\u003e\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e💜\u003c\/div\u003e\n          \u003ch3\u003eSoft Purple Tones\u003c\/h3\u003e\n          \u003cp\u003eAdd a romantic, calming feel to stone paths and garden borders.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e💙\u003c\/div\u003e\n          \u003ch3\u003eCool Blue Shades\u003c\/h3\u003e\n          \u003cp\u003eCreate a fresh and peaceful contrast against green foliage and stone.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🌸\u003c\/div\u003e\n          \u003ch3\u003eGentle Pink Blooms\u003c\/h3\u003e\n          \u003cp\u003eBring a soft floral accent to planters, balconies, and cottage-style spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🎨\u003c\/div\u003e\n          \u003ch3\u003eMix and Match\u003c\/h3\u003e\n          \u003cp\u003eCombine colors to create layered floral tones across your outdoor space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/89c1537be7872d842f5b26892363a62f3913a3b3.png\" alt=\"Multiple vibrant color varieties of creeping thyme flowers\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- LANDSCAPING --\u003e\n    \u003csection class=\"cts-section cts-section--deep cts-center\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003e05 · Versatile Garden Landscaping\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Fill Empty Spaces\n        \u003cspan\u003ewith Living Color\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        Creeping thyme is highly adaptable and works beautifully in narrow gaps, sloped areas, containers, and garden edges.\n        Its low-growing habit allows it to spread naturally without overwhelming the surrounding space.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-feature-grid\"\u003e\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🪨\u003c\/div\u003e\n          \u003ch3\u003eStone Gaps\u003c\/h3\u003e\n          \u003cp\u003eSoften hard surfaces and add colorful blooms between stepping stones and paving.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🧱\u003c\/div\u003e\n          \u003ch3\u003eWall Slopes \u0026amp; Crevices\u003c\/h3\u003e\n          \u003cp\u003eBring trailing greenery and flowers to unusual vertical or sloped garden spaces.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🌱\u003c\/div\u003e\n          \u003ch3\u003eGarden Borders\u003c\/h3\u003e\n          \u003cp\u003eCreate a soft, colorful edge along lawns, paths, patios, and flower beds.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-card\"\u003e\n          \u003cdiv class=\"cts-icon\"\u003e🪴\u003c\/div\u003e\n          \u003ch3\u003ePlanters \u0026amp; Balconies\u003c\/h3\u003e\n          \u003cp\u003eEnjoy charming ground cover even when you have limited outdoor space.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/e7ba54e755d7b211afb61f18c90642c6c58c05b3.png\" alt=\"Creeping thyme used in garden borders, stone gaps and planters\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- EASY GERMINATION --\u003e\n    \u003csection class=\"cts-section\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003e06 · Easy Seed Germination\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Start Small.\n        \u003cspan\u003eGrow Something Special.\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-text\"\u003e\n        With simple planting steps and a reliable germination profile, these seeds are friendly for beginners and experienced gardening enthusiasts.\n        Give them sunlight, drainage, and consistent moisture during germination.\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"cts-check-grid\"\u003e\n        \u003cdiv class=\"cts-check\"\u003eSimple sowing procedure\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eBeginner-friendly planting\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eFull sun preferred\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eLoose, well-drained soil recommended\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eSuitable for poor or stony soil\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eApprox. 1000 seeds per pack\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-highlight\"\u003e\n        \u003cstrong\u003eGrowing tip:\u003c\/strong\u003e\n        Keep the soil moist until germination, but never allow water-logging. Once established, reduce watering to support the plant’s natural drought resistance.\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-image-wrap\"\u003e\n        \u003cimg src=\"https:\/\/cdn.fastcdnshop.com\/image\/70724764e2cb381907e4914b8f75dbdc1b58eea8.png\" alt=\"Beginner-friendly creeping thyme seed germination and planting\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n    \u003csection class=\"cts-section cts-section--rose\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003eHow to Plant\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Create Your Flower Carpet\n        \u003cspan\u003ein Five Simple Steps\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"cts-steps\"\u003e\n        \u003cdiv class=\"cts-step\"\u003e\n          \u003cdiv class=\"cts-step-number\"\u003e1\u003c\/div\u003e\n          \u003ch3\u003eChoose the Spot\u003c\/h3\u003e\n          \u003cp\u003eSelect a full-sun location with loose, well-drained soil.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-step\"\u003e\n          \u003cdiv class=\"cts-step-number\"\u003e2\u003c\/div\u003e\n          \u003ch3\u003eSow the Seeds\u003c\/h3\u003e\n          \u003cp\u003eSow evenly and cover lightly with a thin layer of soil.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-step\"\u003e\n          \u003cdiv class=\"cts-step-number\"\u003e3\u003c\/div\u003e\n          \u003ch3\u003eKeep Moist\u003c\/h3\u003e\n          \u003cp\u003eMaintain gentle moisture until the seeds begin to germinate.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-step\"\u003e\n          \u003cdiv class=\"cts-step-number\"\u003e4\u003c\/div\u003e\n          \u003ch3\u003eGive Sunlight\u003c\/h3\u003e\n          \u003cp\u003eProvide plenty of sunlight after sprouting for stronger blooming.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-step\"\u003e\n          \u003cdiv class=\"cts-step-number\"\u003e5\u003c\/div\u003e\n          \u003ch3\u003eLet It Spread\u003c\/h3\u003e\n          \u003cp\u003eAllow the plants to grow outward and cover the selected area.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-highlight\"\u003e\n        \u003cstrong\u003eImportant:\u003c\/strong\u003e\n        Avoid waterlogged conditions and leave enough space for the plants to expand outward as ground cover.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- PRODUCT SPECIFICATIONS --\u003e\n    \u003csection class=\"cts-section\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003eProduct Specifications\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Everything You Need\n        \u003cspan\u003eto Plan Your Garden\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"cts-specs\"\u003e\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eItem\u003c\/strong\u003e\n          \u003cspan\u003eCreeping Thyme Seeds\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eSeed Quantity\u003c\/strong\u003e\n          \u003cspan\u003eApproximately 1000 seeds per pack\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003ePlant Type\u003c\/strong\u003e\n          \u003cspan\u003ePerennial creeping ground-cover herb\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eGrowth Habit\u003c\/strong\u003e\n          \u003cspan\u003eLow-growing, fast-spreading trailing stems\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eStress Resistance\u003c\/strong\u003e\n          \u003cspan\u003eCold-hardy, drought-tolerant, and heat-resistant\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eFoliage\u003c\/strong\u003e\n          \u003cspan\u003eEvergreen foliage can retain leaves in cold weather\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eLight Requirement\u003c\/strong\u003e\n          \u003cspan\u003eFull sun preferred for heavier blooming\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eSoil Requirement\u003c\/strong\u003e\n          \u003cspan\u003eLoose, well-drained soil; tolerates poor and stony soil\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eBlooming Feature\u003c\/strong\u003e\n          \u003cspan\u003eClustered tiny blooms with a long flowering period\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eAvailable Colors\u003c\/strong\u003e\n          \u003cspan\u003ePurple Ice, Blue, Pink, and Purple-Red\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003eApplications\u003c\/strong\u003e\n          \u003cspan\u003eStone gaps, wall slopes, borders, pots, and pathways\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cts-spec\"\u003e\n          \u003cstrong\u003ePlanting Difficulty\u003c\/strong\u003e\n          \u003cspan\u003eBeginner-friendly\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- CARE NOTES --\u003e\n    \u003csection class=\"cts-section cts-section--deep\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003eHelpful Growing Notes\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        A Little Care\n        \u003cspan\u003eGoes a Long Way\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"cts-check-grid\"\u003e\n        \u003cdiv class=\"cts-check\"\u003eUse well-drained soil for outdoor planting.\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eAvoid frequent watering once plants are established.\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eProvide full sunlight whenever possible.\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eAvoid water-logging during rainy seasons.\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eLeave enough room for outward spreading.\u003c\/div\u003e\n        \u003cdiv class=\"cts-check\"\u003eHarvest mature sprigs for culinary seasoning.\u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"cts-highlight\"\u003e\n        \u003cstrong\u003eBest placement:\u003c\/strong\u003e\n        Creeping thyme grows well in stone crevices, walkway gaps, garden borders, wall slopes, balcony pots, and other areas with good drainage.\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003csection class=\"cts-section\"\u003e\n      \u003cdiv class=\"cts-kicker\"\u003eGood to Know\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-heading\"\u003e\n        Frequently Asked\n        \u003cspan\u003eQuestions\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cdiv class=\"cts-faq\"\u003e\n        \u003cdetails\u003e\n          \u003csummary\u003eIs creeping thyme suitable for beginners?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. It has a simple sowing process and is friendly for novice gardening enthusiasts.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhere can I plant these seeds?\u003c\/summary\u003e\n          \u003cp\u003e\n            They can be planted in stone gaps, wall crevices, garden borders, planter boxes, balcony pots, and walkway gaps.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDoes creeping thyme need full sun?\u003c\/summary\u003e\n          \u003cp\u003e\n            Full sun is preferred. More sunlight can encourage heavier blooming and stronger garden color.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eHow often should I water the plants?\u003c\/summary\u003e\n          \u003cp\u003e\n            Keep the soil moist until germination, but avoid water-logging. Once established, the plants are drought-tolerant and generally need less frequent watering.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan creeping thyme survive cold weather?\u003c\/summary\u003e\n          \u003cp\u003e\n            It is a cold-hardy perennial designed to tolerate freezing weather and maintain evergreen foliage through cold seasons.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan the leaves be used in cooking?\u003c\/summary\u003e\n          \u003cp\u003e\n            Yes. Mature fragrant sprigs can be harvested and used as a culinary seasoning for homemade dishes.\n          \u003c\/p\u003e\n        \u003c\/details\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- FINAL CTA --\u003e\n    \u003csection class=\"cts-section cts-final\"\u003e\n      \u003cdiv class=\"cts-final-label\"\u003eSOW · GROW · BLOOM\u003c\/div\u003e\n\n      \u003ch2 class=\"cts-final-title\"\u003e\n        Turn Empty Garden Gaps Into\n        \u003cspan\u003eLiving Color\u003c\/span\u003e\n      \u003c\/h2\u003e\n\n      \u003cp class=\"cts-final-text\"\u003e\n        Create a charming natural garden with low-growing creeping thyme.\n        Enjoy vibrant flower carpets, aromatic foliage, seasonal beauty, and a beginner-friendly growing experience in one versatile plant.\n      \u003c\/p\u003e\n    \u003c\/section\u003e\n\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"zmx","offers":[{"title":"1,000 Seeds \/ Purple","offer_id":64508508832113,"sku":"NC02982609015134-紫冰-1000粒","price":24.99,"currency_code":"USD","in_stock":true},{"title":"1,000 Seeds \/ Red","offer_id":64508508864881,"sku":"NC02982609015134-红色-1000粒","price":24.99,"currency_code":"USD","in_stock":true},{"title":"1,000 Seeds \/ Blue","offer_id":64508508897649,"sku":"NC02982609015134-蓝色-1000粒","price":24.99,"currency_code":"USD","in_stock":true},{"title":"1,000 Seeds \/ White","offer_id":64508508930417,"sku":"NC02982609015134-白色-1000粒","price":24.99,"currency_code":"USD","in_stock":true},{"title":"1,000 Seeds \/ Mix","offer_id":64508508995953,"sku":"NC02982609015134-混色-1000粒","price":24.99,"currency_code":"USD","in_stock":true},{"title":"2,000 Seeds \/ Purple","offer_id":64508509028721,"sku":"NC02982609015134-紫冰-1000粒*2","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2,000 Seeds \/ Red","offer_id":64508509061489,"sku":"NC02982609015134-红色-1000粒*2","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2,000 Seeds \/ Blue","offer_id":64508509094257,"sku":"NC02982609015134-蓝色-1000粒*2","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2,000 Seeds \/ White","offer_id":64508509127025,"sku":"NC02982609015134-白色-1000粒*2","price":27.99,"currency_code":"USD","in_stock":true},{"title":"2,000 Seeds \/ Mix","offer_id":64508509192561,"sku":"NC02982609015134-混色-1000粒*2","price":27.99,"currency_code":"USD","in_stock":true},{"title":"5,000 Seeds \/ Purple","offer_id":64508509225329,"sku":"NC02982609015134-紫冰-5000粒","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5,000 Seeds \/ Red","offer_id":64508509258097,"sku":"NC02982609015134-红色-5000粒","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5,000 Seeds \/ Blue","offer_id":64508509290865,"sku":"NC02982609015134-蓝色-5000粒","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5,000 Seeds \/ White","offer_id":64508509323633,"sku":"NC02982609015134-白色-5000粒","price":29.99,"currency_code":"USD","in_stock":true},{"title":"5,000 Seeds \/ Mix","offer_id":64508509389169,"sku":"NC02982609015134-混色-5000粒","price":29.99,"currency_code":"USD","in_stock":true},{"title":"10,000 Seeds \/ Purple","offer_id":64508509421937,"sku":"NC02982609015134-紫冰-10000粒","price":31.99,"currency_code":"USD","in_stock":true},{"title":"10,000 Seeds \/ Red","offer_id":64508509454705,"sku":"NC02982609015134-红色-10000粒","price":31.99,"currency_code":"USD","in_stock":true},{"title":"10,000 Seeds \/ Blue","offer_id":64508509487473,"sku":"NC02982609015134-蓝色-10000粒","price":31.99,"currency_code":"USD","in_stock":true},{"title":"10,000 Seeds \/ White","offer_id":64508509520241,"sku":"NC02982609015134-白色-10000粒","price":31.99,"currency_code":"USD","in_stock":true},{"title":"10,000 Seeds \/ Mix","offer_id":64508509585777,"sku":"NC02982609015134-混色-10000粒","price":31.99,"currency_code":"USD","in_stock":true},{"title":"15,000 Seeds \/ Purple","offer_id":64508509618545,"sku":"NC02982609015134-紫冰-10000粒+NC02982609015134-紫冰-5000粒","price":32.99,"currency_code":"USD","in_stock":true},{"title":"15,000 Seeds \/ Red","offer_id":64508509651313,"sku":"NC02982609015134-红色-10000粒+C02982609015134-红色-5000粒","price":32.99,"currency_code":"USD","in_stock":true},{"title":"15,000 Seeds \/ Blue","offer_id":64508509684081,"sku":"NC02982609015134-蓝色-10000粒+NC02982609015134-蓝色-5000粒","price":32.99,"currency_code":"USD","in_stock":true},{"title":"15,000 Seeds \/ White","offer_id":64508509716849,"sku":"NC02982609015134-白色-10000粒+NC02982609015134-白色-5000粒","price":32.99,"currency_code":"USD","in_stock":true},{"title":"15,000 Seeds \/ Mix","offer_id":64508509782385,"sku":"NC02982609015134-混色-10000粒+NC02982609015134-混色-5000粒","price":32.99,"currency_code":"USD","in_stock":true},{"title":"20,000 Seeds \/ Purple","offer_id":64508509815153,"sku":"NC02982609015134-紫冰-10000粒*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"20,000 Seeds \/ Red","offer_id":64508509847921,"sku":"NC02982609015134-红色-10000粒*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"20,000 Seeds \/ Blue","offer_id":64508509880689,"sku":"NC02982609015134-蓝色-10000粒*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"20,000 Seeds \/ White","offer_id":64508509913457,"sku":"NC02982609015134-白色-10000粒*2","price":34.99,"currency_code":"USD","in_stock":true},{"title":"20,000 Seeds \/ Mix","offer_id":64508509978993,"sku":"NC02982609015134-混色-10000粒*2","price":34.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1000\/2343\/5633\/files\/5a662176-1347-4c0d-a35a-ce87fc253242.png?v=1788342996","url":"https:\/\/valorsonline.com\/products\/homegrown-creeping-thyme-seeds","provider":"ValorsOnline","version":"1.0","type":"link"}