{"product_id":"grassseed","title":"Roseliss WeekendGreen™ Slow-Growing Lawn Seed","description":"\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1\"\u003e \u003cmeta name=\"description\" content=\"A slow-growing lawn seed option designed for busy homeowners who want to mow less and enjoy more of their weekends.\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --ink: #162119;\n      --paper: #f7f8f2;\n      --white: #ffffff;\n      --forest: #1f5a36;\n      --forest-dark: #123d24;\n      --lime: #d9f176;\n      --line: rgba(22, 33, 25, 0.16);\n      --muted: #617066;\n      --max: 1180px;\n      --header: 72px;\n    }\n\n    * { box-sizing: border-box; }\n    html { scroll-behavior: smooth; }\n    body {\n      margin: 0;\n      color: var(--ink);\n      background: var(--paper);\n      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      line-height: 1.55;\n      letter-spacing: 0;\n    }\n    img { display: block; width: 100%; }\n    a { color: inherit; }\n    button, a { -webkit-tap-highlight-color: transparent; }\n\n    .shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }\n    .eyebrow {\n      margin: 0 0 14px;\n      color: var(--forest);\n      font-size: 0.78rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.12em;\n    }\n    h1, h2, h3, p { margin-top: 0; }\n    h1, h2, h3 {\n      font-family: Georgia, \"Times New Roman\", serif;\n      font-weight: 600;\n      line-height: 1.02;\n      letter-spacing: 0;\n    }\n    h1 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.7rem, 6.8vw, 6.2rem); }\n    h2 { max-width: 760px; margin-bottom: 22px; font-size: clamp(2.1rem, 4.6vw, 4.7rem); }\n    h3 { margin-bottom: 10px; font-size: 1.35rem; }\n    .lede { max-width: 620px; color: #e8f1e9; font-size: clamp(1rem, 1.5vw, 1.2rem); }\n    .section-copy { max-width: 620px; color: var(--muted); font-size: 1.08rem; }\n\n    .site-header {\n      position: absolute;\n      z-index: 20;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: var(--header);\n      color: var(--white);\n      border-bottom: 1px solid rgba(255, 255, 255, 0.22);\n    }\n    .nav { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 24px; }\n    .brand { text-decoration: none; font-size: 1.05rem; font-weight: 900; letter-spacing: 0.1em; }\n    .nav-note { margin: 0; font-size: 0.82rem; opacity: 0.82; }\n    .nav-link { text-underline-offset: 4px; font-size: 0.9rem; font-weight: 700; }\n\n    .hero {\n      position: relative;\n      min-height: 94svh;\n      overflow: hidden;\n      display: flex;\n      align-items: flex-end;\n      color: var(--white);\n      background: var(--forest-dark);\n    }\n    .hero-media, .hero-shade { position: absolute; inset: 0; }\n    .hero-media img { height: 100%; object-fit: cover; object-position: center; }\n    .hero-shade {\n      background: linear-gradient(90deg, rgba(10, 32, 19, 0.9) 0%, rgba(10, 32, 19, 0.63) 48%, rgba(10, 32, 19, 0.16) 100%);\n    }\n    .hero-content { position: relative; z-index: 2; padding: calc(var(--header) + 70px) 0 74px; }\n    .hero .eyebrow { color: var(--lime); }\n    .actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 30px; }\n    .button {\n      min-height: 54px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 0 24px;\n      color: var(--forest-dark);\n      background: var(--lime);\n      border: 1px solid var(--lime);\n      border-radius: 4px;\n      text-decoration: none;\n      font-weight: 850;\n      transition: transform 180ms ease, background 180ms ease;\n    }\n    .button:hover { transform: translateY(-2px); background: #e5fa91; }\n    .button.secondary { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, 0.55); }\n    .microcopy { margin: 0; font-size: 0.84rem; opacity: 0.84; }\n    .hero-tag {\n      position: absolute;\n      right: 24px;\n      bottom: 24px;\n      z-index: 2;\n      max-width: 230px;\n      padding-top: 12px;\n      border-top: 1px solid rgba(255, 255, 255, 0.6);\n      font-size: 0.82rem;\n    }\n\n    section { padding: 104px 0; }\n    .intro-grid, .story-grid, .trust-grid, .steps-grid, .offer-grid {\n      display: grid;\n      grid-template-columns: repeat(12, minmax(0, 1fr));\n      align-items: center;\n      gap: 32px;\n    }\n    .intro-copy { grid-column: 1 \/ span 5; }\n    .intro-media { grid-column: 7 \/ -1; }\n    .media-frame { overflow: hidden; background: #e7eadf; }\n    .media-frame img { aspect-ratio: 4 \/ 3; object-fit: cover; transition: transform 700ms cubic-bezier(.2,.75,.2,1); }\n    .media-frame:hover img { transform: scale(1.025); }\n\n    .contrast-band { padding: 0; color: var(--white); background: var(--forest-dark); }\n    .contrast-band .story-media { grid-column: 1 \/ span 6; }\n    .contrast-band .story-media img { min-height: 620px; object-fit: cover; }\n    .contrast-band .story-copy { grid-column: 8 \/ -1; padding: 92px 32px 92px 0; }\n    .contrast-band .eyebrow { color: var(--lime); }\n    .contrast-band .section-copy { color: #cdd9cf; }\n    .benefit-list { margin: 34px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,0.24); }\n    .benefit-list li { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,0.24); font-weight: 750; }\n\n    .trust-copy { grid-column: 1 \/ span 5; }\n    .trust-media { grid-column: 7 \/ -1; }\n    .proof-lines { margin-top: 34px; border-top: 1px solid var(--line); }\n    .proof-row { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--line); }\n    .proof-row strong { color: var(--forest); }\n    .proof-row span { color: var(--muted); }\n\n    .full-image { padding: 0; background: #dfe8d8; }\n    .full-image img { max-height: 820px; object-fit: cover; object-position: center; }\n\n    .steps { background: var(--white); }\n    .steps-heading { grid-column: 1 \/ span 5; align-self: start; }\n    .steps-media { grid-column: 7 \/ -1; }\n    .steps-media img { aspect-ratio: 4 \/ 3; object-fit: contain; background: var(--paper); }\n    .step-list { grid-column: 1 \/ span 5; margin-top: -240px; }\n    .step { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-top: 1px solid var(--line); }\n    .step-number { color: var(--forest); font-family: Georgia, serif; font-size: 1.35rem; }\n    .step p { margin-bottom: 0; color: var(--muted); }\n\n    .offer { color: var(--white); background: #183e27; }\n    .offer-media { grid-column: 1 \/ span 6; }\n    .offer-media img { aspect-ratio: 1 \/ 1; object-fit: contain; background: rgba(255,255,255,0.04); }\n    .offer-copy { grid-column: 8 \/ -1; }\n    .offer .eyebrow { color: var(--lime); }\n    .offer .section-copy { color: #cdd9cf; }\n    .price { margin: 28px 0 8px; font-size: 1rem; color: #cdd9cf; }\n    .price strong { margin-left: 7px; color: var(--white); font-family: Georgia, serif; font-size: 2rem; }\n    .guarantee { margin-top: 18px; color: #cdd9cf; font-size: 0.84rem; }\n\n    .faq { padding-bottom: 132px; }\n    .faq-inner { max-width: 820px; }\n    details { border-top: 1px solid var(--line); }\n    details:last-child { border-bottom: 1px solid var(--line); }\n    summary { padding: 22px 0; cursor: pointer; font-weight: 800; }\n    details p { max-width: 690px; padding-bottom: 20px; color: var(--muted); }\n\n    .site-footer { padding: 34px 0 92px; color: #b9c6bc; background: #0e2818; }\n    .footer-row { display: flex; justify-content: space-between; gap: 20px; font-size: 0.82rem; }\n\n    .reveal { opacity: 0; transform: translateY(22px); transition: opacity 650ms ease, transform 650ms ease; }\n    .reveal.visible { opacity: 1; transform: none; }\n    .hero-content \u003e * { opacity: 0; transform: translateY(18px); animation: hero-in 650ms ease forwards; }\n    .hero-content \u003e :nth-child(2) { animation-delay: 80ms; }\n    .hero-content \u003e :nth-child(3) { animation-delay: 160ms; }\n    .hero-content \u003e :nth-child(4) { animation-delay: 240ms; }\n    @keyframes hero-in { to { opacity: 1; transform: none; } }\n\n    .mobile-buy { display: none; }\n\n    @media (max-width: 820px) {\n      :root { --header: 62px; }\n      .shell { width: min(100% - 28px, var(--max)); }\n      .nav-note { display: none; }\n      .hero { min-height: 88svh; }\n      .hero-media img { object-position: 62% center; }\n      .hero-shade { background: linear-gradient(0deg, rgba(10,32,19,.92) 0%, rgba(10,32,19,.62) 66%, rgba(10,32,19,.18) 100%); }\n      .hero-content { padding-bottom: 48px; }\n      .hero-tag { display: none; }\n      section { padding: 74px 0; }\n      .intro-grid, .story-grid, .trust-grid, .steps-grid, .offer-grid { display: flex; flex-direction: column; gap: 38px; }\n      .intro-copy, .intro-media, .story-media, .story-copy, .trust-copy, .trust-media,\n      .steps-heading, .steps-media, .step-list, .offer-media, .offer-copy { width: 100%; }\n      .contrast-band .story-media img { min-height: auto; aspect-ratio: 4 \/ 3; }\n      .contrast-band .story-copy { padding: 16px 14px 72px; }\n      .proof-row { grid-template-columns: 1fr; gap: 5px; }\n      .steps-media { order: 2; }\n      .step-list { order: 3; margin-top: 0; }\n      .offer-media img { max-height: 520px; }\n      .footer-row { flex-direction: column; }\n      .mobile-buy {\n        position: fixed;\n        z-index: 50;\n        right: 12px;\n        bottom: 12px;\n        left: 12px;\n        min-height: 52px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: var(--forest-dark);\n        background: var(--lime);\n        border: 1px solid rgba(18,61,36,.18);\n        border-radius: 4px;\n        text-decoration: none;\n        font-weight: 900;\n        box-shadow: 0 10px 32px rgba(10,32,19,.24);\n      }\n    }\n\n    @media (prefers-reduced-motion: reduce) {\n      html { scroll-behavior: auto; }\n      *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }\n      .reveal { opacity: 1; transform: none; }\n    }\n  \u003c\/style\u003e\n\u003cheader class=\"site-header\"\u003e\n\u003cdiv class=\"shell nav\"\u003e\n\u003ca class=\"brand\" href=\"#top\"\u003eROSELISS\u003c\/a\u003e\n\u003cp class=\"nav-note\"\u003eLess lawn work. More weekend.\u003c\/p\u003e\n\u003ca class=\"nav-link\" href=\"#details\"\u003eSee the difference\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003cmain id=\"top\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/adc1db048a9ce0f9acf2b4e9659bd8507d53d8ec.jpg?v=1785913475\" alt=\"\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-shade\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"shell hero-content\"\u003e\n\u003cp class=\"eyebrow\"\u003eWeekend Freedom Lawn\u003c\/p\u003e\n\u003ch1 id=\"hero-title\"\u003eReclaim your Saturdays.\u003c\/h1\u003e\n\u003cp class=\"lede\"\u003eA slow-growing lawn seed option designed for busy homeowners who want to mow less and enjoy more of the weekend.\u003c\/p\u003e\n\u003cdiv class=\"actions\"\u003e\n\u003ca class=\"button\" href=\"#buy\"\u003eChoose your seed\u003c\/a\u003e\n\u003cp class=\"microcopy\"\u003eLow-maintenance positioning. Real results depend on local growing conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"hero-tag\"\u003eFor homeowners who want a greener-looking lawn without making lawn care their weekend job.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"shell intro-grid reveal\"\u003e\n\u003cdiv class=\"intro-copy\"\u003e\n\u003cp class=\"eyebrow\"\u003eYour lawn should fit your life\u003c\/p\u003e\n\u003ch2\u003eSaturday is for living, not circling the yard.\u003c\/h2\u003e\n\u003cp class=\"section-copy\"\u003eFast-growing grass can turn a good-looking lawn into a repeating chore. Weekend Freedom Lawn is positioned around a simpler goal: attractive coverage with less frequent mowing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro-media media-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/10_254f8fb0-e3b0-4b68-bd24-b268ef459fe0.webp?v=1785913475\" alt=\"A healthy green lawn designed for easier weekend living\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"contrast-band\" id=\"details\"\u003e\n\u003cdiv class=\"shell story-grid reveal\"\u003e\n\u003cdiv class=\"story-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/6f3b739a980cab85a04785b0ef550c77.jpg?v=1785913475\" alt=\"Close view of dense green lawn growth\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"story-copy\"\u003e\n\u003cp class=\"eyebrow\"\u003eA lower-maintenance approach\u003c\/p\u003e\n\u003ch2\u003eGrow for the life you have.\u003c\/h2\u003e\n\u003cp class=\"section-copy\"\u003eThe right lawn starts with the right seed for the site. Choose based on your region, sunlight, soil and intended use, then follow a consistent establishment routine.\u003c\/p\u003e\n\u003cul class=\"benefit-list\"\u003e\n\u003cli\u003eDesigned around less frequent mowing\u003c\/li\u003e\n\u003cli\u003eMade for practical home lawn projects\u003c\/li\u003e\n\u003cli\u003eClearer expectations before you sow\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection\u003e\n\u003cdiv class=\"shell trust-grid reveal\"\u003e\n\u003cdiv class=\"trust-copy\"\u003e\n\u003cp class=\"eyebrow\"\u003ePremium Pure Seed Trust\u003c\/p\u003e\n\u003ch2\u003eKnow what is inside the bag.\u003c\/h2\u003e\n\u003cp class=\"section-copy\"\u003eA trustworthy grass seed offer should make its specifications easy to verify. Check the physical seed label before planting and match the mix to your growing conditions.\u003c\/p\u003e\n\u003cdiv class=\"proof-lines\"\u003e\n\u003cdiv class=\"proof-row\"\u003e\n\u003cstrong\u003eSeed composition\u003c\/strong\u003e\u003cspan\u003eNamed species and cultivars, with percentages.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-row\"\u003e\n\u003cstrong\u003ePurity details\u003c\/strong\u003e\u003cspan\u003ePure seed, inert matter, other crop and weed seed.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"proof-row\"\u003e\n\u003cstrong\u003eGermination\u003c\/strong\u003e\u003cspan\u003eTested germination percentage and test date.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"trust-media media-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/a318192f5027fa57eb853fdc02db3c11.jpg?v=1785913475\" alt=\"Grass seed product and lawn detail\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"full-image reveal\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/3_6e3571e5-530e-4fb4-a0e6-f43d82b74c52.webp?v=1785913475\" alt=\"Green lawn result after proper seed establishment\" loading=\"lazy\"\u003e\u003c\/section\u003e\n\u003csection class=\"steps\"\u003e\n\u003cdiv class=\"shell steps-grid reveal\"\u003e\n\u003cdiv class=\"steps-heading\"\u003e\n\u003cp class=\"eyebrow\"\u003eA better start in three steps\u003c\/p\u003e\n\u003ch2\u003ePrep. Sow. Keep moist.\u003c\/h2\u003e\n\u003cp class=\"section-copy\"\u003eGood seed still needs good soil contact and consistent early care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"steps-media media-frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/375e8b7c-2d15-4b1e-a87f-33159d14e16a.png?v=1785913475\" alt=\"Grass seed sowing and establishment guide\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"step-list\"\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003e01\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePrepare the surface\u003c\/h3\u003e\n\u003cp\u003eLoosen bare soil and remove debris so seed can make direct contact.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003e02\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSow for even coverage\u003c\/h3\u003e\n\u003cp\u003eFollow the bag's verified seeding rate instead of guessing by eye.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step\"\u003e\n\u003cspan class=\"step-number\"\u003e03\u003c\/span\u003e\n\u003cdiv\u003e\n\u003ch3\u003eProtect early growth\u003c\/h3\u003e\n\u003cp\u003eKeep the seedbed consistently moist during germination, then reduce watering gradually.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"offer\" id=\"buy\"\u003e\n\u003cdiv class=\"shell offer-grid reveal\"\u003e\n\u003cdiv class=\"offer-media\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0980\/6911\/9278\/files\/adc1db048a9ce0f9acf2b4e9659bd8507d53d8ec.jpg?v=1785913475\" alt=\"Weekend Freedom Lawn grass seed\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"offer-copy\"\u003e\n\u003cp class=\"eyebrow\"\u003eMake room for a better weekend\u003c\/p\u003e\n\u003ch2\u003eLess time mowing. More time living.\u003c\/h2\u003e\n\u003cp class=\"section-copy\"\u003eChoose the bag size that matches your verified coverage needs. Always review the seed label and regional growing guidance before planting.\u003c\/p\u003e\n\u003cp class=\"price\"\u003eAvailable for \u003cstrong\u003e$9.99\u003c\/strong\u003e\u003c\/p\u003e\n\u003ca class=\"button\" href=\"https:\/\/roseliss.com\/products\/grassseed\" rel=\"noopener\"\u003eChoose your seed\u003c\/a\u003e\n\u003cp class=\"guarantee\"\u003eResults vary by climate, soil, sunlight, preparation, watering and ongoing care.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"faq\"\u003e\n\u003cdiv class=\"shell faq-inner reveal\"\u003e\n\u003cp class=\"eyebrow\"\u003eBefore you sow\u003c\/p\u003e\n\u003ch2\u003eQuestions worth asking.\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDoes this grass never need mowing?\u003c\/summary\u003e\n\u003cp\u003eNo grass is maintenance-free in every environment. This offer is positioned around slower growth and potentially less frequent mowing, subject to the verified cultivar and your local conditions.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it stay green all year?\u003c\/summary\u003e\n\u003cp\u003eColor and dormancy depend on grass type, region, temperature, sunlight, water and care. Review the physical seed label and local guidance before purchasing.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow much area does one bag cover?\u003c\/summary\u003e\n\u003cp\u003eUse the coverage and seeding rate printed on the verified product label. New lawns and overseeding usually require different application rates.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhen should I plant?\u003c\/summary\u003e\n\u003cp\u003eThe right planting window depends on the included grass species and your climate. Follow the package instructions and local Extension guidance.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\u003cfooter class=\"site-footer\"\u003e\n\u003cdiv class=\"shell footer-row\"\u003e\n\u003cstrong\u003eROSELISS\u003c\/strong\u003e \u003cspan\u003ePractical tools for a better-kept home.\u003c\/span\u003e \u003cspan\u003e© 2026 ROSELISS\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e\n\u003cp\u003e\u003ca class=\"mobile-buy\" href=\"#buy\"\u003eChoose Your Seed · $9.99\u003c\/a\u003e \u003cscript\u003e\n    const revealObserver = new IntersectionObserver((entries) =\u003e {\n      entries.forEach((entry) =\u003e {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n          revealObserver.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.12 });\n\n    document.querySelectorAll('.reveal').forEach((element) =\u003e revealObserver.observe(element));\n  \u003c\/script\u003e\u003c\/p\u003e","brand":"Lovqo","offers":[{"title":"1 Pack（50g）","offer_id":48852129579240,"sku":"ML7927-100-5P","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0786\/5879\/7800\/files\/375e8b7c-2d15-4b1e-a87f-33159d14e16a_3fbcb9d2-4c2e-4408-9b3c-500b68f8a7ce.png?v=1785931136","url":"https:\/\/roselliss.com\/products\/grassseed","provider":"Roseliss","version":"1.0","type":"link"}