{"product_id":"greenscape-waterproof-artificial-grass","title":"GreenScape™ Custom-Fit Artificial Grass","description":"\u003c!-- =========================================================\nGREENSCAPE™ CUSTOM-FIT ARTIFICIAL GRASS\nCOMPLETE SHOPIFY LANDING PAGE\nMobile First \/ Real Shopify CDN Images\n========================================================= --\u003e\n\u003cstyle\u003e\n  .gs-page,\n  .gs-page * {\n    box-sizing: border-box;\n  }\n\n  .gs-page {\n    --gs-dark: #102319;\n    --gs-dark-2: #183427;\n    --gs-green: #2f8a48;\n    --gs-green-dark: #1f6f37;\n    --gs-lime: #88c94d;\n    --gs-cream: #f5f6ee;\n    --gs-light: #f6f9f5;\n    --gs-white: #ffffff;\n    --gs-text: #25332a;\n    --gs-muted: #66736a;\n    --gs-border: #dce5dd;\n    --gs-yellow: #f2bf54;\n\n    width: 100%;\n    margin: 0;\n    overflow: hidden;\n    color: var(--gs-text);\n    background: var(--gs-white);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    line-height: 1.55;\n  }\n\n  .gs-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n  }\n\n  .gs-page button,\n  .gs-page a {\n    font-family: inherit;\n  }\n\n  .gs-container {\n    width: min(1180px, calc(100% - 34px));\n    margin: 0 auto;\n  }\n\n  .gs-section {\n    padding: 84px 0;\n  }\n\n  .gs-center {\n    text-align: center;\n  }\n\n  .gs-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    margin-bottom: 15px;\n    color: var(--gs-green);\n    font-size: 13px;\n    font-weight: 900;\n    letter-spacing: 1.25px;\n    text-transform: uppercase;\n  }\n\n  .gs-eyebrow::before {\n    content: \"\";\n    width: 28px;\n    height: 4px;\n    border-radius: 99px;\n    background: var(--gs-lime);\n  }\n\n  .gs-title {\n    margin: 0;\n    color: var(--gs-dark) !important;\n    font-size: clamp(32px, 4.8vw, 55px);\n    line-height: 1.08;\n    letter-spacing: -1.7px;\n    font-weight: 950;\n  }\n\n  .gs-subtitle {\n    max-width: 760px;\n    margin: 18px auto 0;\n    color: var(--gs-muted) !important;\n    font-size: 18px;\n    line-height: 1.7;\n  }\n\n  .gs-copy {\n    color: var(--gs-muted) !important;\n    font-size: 17px;\n    line-height: 1.75;\n  }\n\n  .gs-btn {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    min-height: 60px;\n    padding: 16px 31px;\n    border: 0;\n    border-radius: 13px;\n    color: #ffffff !important;\n    background: linear-gradient(\n      135deg,\n      var(--gs-green),\n      var(--gs-green-dark)\n    );\n    box-shadow: 0 16px 34px rgba(47, 138, 72, 0.3);\n    font-size: 17px;\n    line-height: 1.2;\n    font-weight: 900;\n    text-align: center;\n    text-decoration: none !important;\n    cursor: pointer;\n    transition: 0.22s ease;\n  }\n\n  .gs-btn:hover {\n    color: #ffffff !important;\n    transform: translateY(-2px);\n    box-shadow: 0 20px 42px rgba(47, 138, 72, 0.4);\n  }\n\n  .gs-btn span {\n    margin-left: 9px;\n    font-size: 20px;\n  }\n\n  \/* HERO *\/\n\n  .gs-hero {\n    position: relative;\n    min-height: 760px;\n    display: flex;\n    align-items: center;\n    padding: 80px 0;\n    color: #ffffff;\n    background:\n      linear-gradient(\n        90deg,\n        rgba(9, 29, 17, 0.96) 0%,\n        rgba(9, 29, 17, 0.79) 44%,\n        rgba(9, 29, 17, 0.12) 100%\n      ),\n      url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/05_1aba2334-f85d-42a1-9459-8538d7c140d3.jpg?v=1785304082\")\n        center \/ cover no-repeat;\n  }\n\n  .gs-hero-content {\n    position: relative;\n    z-index: 2;\n    max-width: 670px;\n  }\n\n  .gs-hero-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-bottom: 20px;\n    padding: 9px 14px;\n    border: 1px solid rgba(255, 255, 255, 0.25);\n    border-radius: 99px;\n    color: #ffffff;\n    background: rgba(255, 255, 255, 0.11);\n    backdrop-filter: blur(9px);\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .gs-hero h1 {\n    max-width: 690px;\n    margin: 0;\n    color: #ffffff !important;\n    font-size: clamp(44px, 6.3vw, 74px);\n    line-height: 1;\n    letter-spacing: -3px;\n    font-weight: 950;\n  }\n\n  .gs-hero h1 span {\n    display: block;\n    margin-top: 8px;\n    color: #a8e86f;\n  }\n\n  .gs-hero-copy {\n    max-width: 620px;\n    margin: 24px 0 27px;\n    color: #e2ede5 !important;\n    font-size: 19px;\n    line-height: 1.67;\n  }\n\n  .gs-hero-list {\n    display: grid;\n    gap: 11px;\n    margin: 0 0 31px;\n    padding: 0;\n    list-style: none;\n  }\n\n  .gs-hero-list li {\n    position: relative;\n    padding-left: 31px;\n    color: #ffffff;\n    font-size: 15px;\n    font-weight: 750;\n  }\n\n  .gs-hero-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 1px;\n    left: 0;\n    display: grid;\n    place-items: center;\n    width: 21px;\n    height: 21px;\n    border-radius: 50%;\n    color: var(--gs-dark);\n    background: #a8e86f;\n    font-size: 12px;\n    font-weight: 950;\n  }\n\n  .gs-hero-cta {\n    display: flex;\n    flex-wrap: wrap;\n    align-items: center;\n    gap: 17px;\n  }\n\n  .gs-hero-note {\n    color: #d5e2d9 !important;\n    font-size: 12px;\n    line-height: 1.48;\n  }\n\n  .gs-hero-note strong {\n    display: block;\n    color: #ffffff !important;\n    font-size: 14px;\n  }\n\n  \/* TRUST *\/\n\n  .gs-trust {\n    color: #ffffff;\n    background: var(--gs-dark);\n  }\n\n  .gs-trust-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n  }\n\n  .gs-trust-item {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 12px;\n    min-height: 90px;\n    padding: 15px;\n    border-right: 1px solid rgba(255, 255, 255, 0.13);\n  }\n\n  .gs-trust-item:last-child {\n    border-right: 0;\n  }\n\n  .gs-trust-icon {\n    font-size: 28px;\n  }\n\n  .gs-trust-item strong {\n    display: block;\n    color: #ffffff !important;\n    font-size: 14px;\n  }\n\n  .gs-trust-item span {\n    display: block;\n    margin-top: 2px;\n    color: #bfd0c4 !important;\n    font-size: 11px;\n  }\n\n  \/* FEATURES *\/\n\n  .gs-features {\n    background: var(--gs-light);\n  }\n\n  .gs-feature-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin-top: 43px;\n  }\n\n  .gs-feature-card {\n    padding: 29px 23px;\n    border: 1px solid var(--gs-border);\n    border-radius: 19px;\n    background: #ffffff;\n    box-shadow: 0 10px 28px rgba(16, 35, 25, 0.07);\n    transition: 0.22s ease;\n  }\n\n  .gs-feature-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 18px 38px rgba(16, 35, 25, 0.13);\n  }\n\n  .gs-feature-icon {\n    display: grid;\n    place-items: center;\n    width: 59px;\n    height: 59px;\n    margin-bottom: 19px;\n    border-radius: 16px;\n    color: var(--gs-green);\n    background: #edf7ee;\n    font-size: 29px;\n  }\n\n  .gs-feature-card h3 {\n    margin: 0 0 9px;\n    color: var(--gs-dark) !important;\n    font-size: 19px;\n    line-height: 1.3;\n    font-weight: 900;\n  }\n\n  .gs-feature-card p {\n    margin: 0;\n    color: var(--gs-muted) !important;\n    font-size: 14px;\n    line-height: 1.63;\n  }\n\n  \/* SPLIT *\/\n\n  .gs-split {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    align-items: center;\n    gap: 66px;\n  }\n\n  .gs-image-card {\n    overflow: hidden;\n    border-radius: 24px;\n    background: #edf2eb;\n    box-shadow: 0 23px 53px rgba(16, 35, 25, 0.15);\n  }\n\n  .gs-image-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n  }\n\n  .gs-check-list {\n    display: grid;\n    gap: 13px;\n    margin-top: 26px;\n  }\n\n  .gs-check {\n    position: relative;\n    padding: 15px 16px 15px 50px;\n    border: 1px solid var(--gs-border);\n    border-radius: 13px;\n    color: var(--gs-text) !important;\n    background: #ffffff;\n    box-shadow: 0 7px 20px rgba(16, 35, 25, 0.05);\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .gs-check::before {\n    content: \"✓\";\n    position: absolute;\n    top: 14px;\n    left: 16px;\n    display: grid;\n    place-items: center;\n    width: 23px;\n    height: 23px;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--gs-green);\n    font-size: 12px;\n    font-weight: 950;\n  }\n\n  \/* LIFESTYLE *\/\n\n  .gs-lifestyle {\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 85% 15%,\n        rgba(136, 201, 77, 0.2),\n        transparent 28%\n      ),\n      var(--gs-dark);\n  }\n\n  .gs-lifestyle .gs-title {\n    color: #ffffff !important;\n  }\n\n  .gs-lifestyle .gs-subtitle {\n    color: #cad8ce !important;\n  }\n\n  .gs-lifestyle-image {\n    max-width: 960px;\n    margin: 42px auto 0;\n    overflow: hidden;\n    border: 8px solid rgba(255, 255, 255, 0.1);\n    border-radius: 25px;\n    box-shadow: 0 25px 58px rgba(0, 0, 0, 0.29);\n  }\n\n  \/* CUT *\/\n\n  .gs-cut {\n    background: var(--gs-cream);\n  }\n\n  \/* WATER *\/\n\n  .gs-water {\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 10% 20%,\n        rgba(69, 169, 232, 0.18),\n        transparent 29%\n      ),\n      linear-gradient(135deg, #153d2b, #10271c);\n  }\n\n  .gs-water .gs-title {\n    color: #ffffff !important;\n  }\n\n  .gs-water .gs-copy {\n    color: #d3e1d7 !important;\n  }\n\n  .gs-water .gs-check {\n    border-color: rgba(255, 255, 255, 0.13);\n    color: #ffffff !important;\n    background: rgba(255, 255, 255, 0.07);\n    box-shadow: none;\n  }\n\n  \/* PET *\/\n\n  .gs-pet {\n    background: #ffffff;\n  }\n\n  \/* STRUCTURE *\/\n\n  .gs-structure {\n    background: var(--gs-light);\n  }\n\n  \/* USE CASES *\/\n\n  .gs-uses {\n    background: #ffffff;\n  }\n\n  .gs-use-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 18px;\n    margin-top: 42px;\n  }\n\n  .gs-use-card {\n    position: relative;\n    overflow: hidden;\n    min-height: 310px;\n    display: flex;\n    align-items: flex-end;\n    padding: 23px;\n    border-radius: 20px;\n    color: #ffffff;\n    background:\n      linear-gradient(to top, rgba(8, 27, 16, 0.91), transparent 63%),\n      url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/05_1aba2334-f85d-42a1-9459-8538d7c140d3.jpg?v=1785304082\")\n        center \/ cover;\n    box-shadow: 0 15px 35px rgba(16, 35, 25, 0.14);\n  }\n\n  .gs-use-card:nth-child(2) {\n    background:\n      linear-gradient(to top, rgba(8, 27, 16, 0.91), transparent 63%),\n      url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/06_f2cb5ff7-dd9d-4240-98a1-0d5686b58920.jpg?v=1785304082\")\n        center \/ cover;\n  }\n\n  .gs-use-card:nth-child(3) {\n    background:\n      linear-gradient(to top, rgba(8, 27, 16, 0.91), transparent 63%),\n      url(\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/10_36f59154-8393-45e3-88ee-501beed8cee3.jpg?v=1785304281\u0026width=1600\")\n        center \/ cover;\n  }\n\n  .gs-use-card:nth-child(4) {\n    background:\n      linear-gradient(to top, rgba(8, 27, 16, 0.91), transparent 63%),\n      url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/01_c66abefe-9562-419c-a954-64bb6101f81b.jpg?v=1785304082\")\n        center \/ cover;\n  }\n\n  .gs-use-card h3 {\n    margin: 0 0 5px;\n    color: #ffffff !important;\n    font-size: 21px;\n    font-weight: 900;\n  }\n\n  .gs-use-card p {\n    margin: 0;\n    color: #dbe8df !important;\n    font-size: 13px;\n    line-height: 1.48;\n  }\n\n  \/* MAINTENANCE *\/\n\n  .gs-maintenance {\n    background: var(--gs-cream);\n  }\n\n  .gs-maintenance-image {\n    max-width: 880px;\n    margin: 40px auto 0;\n    overflow: hidden;\n    border-radius: 24px;\n    box-shadow: 0 20px 48px rgba(16, 35, 25, 0.13);\n  }\n\n  .gs-maintenance-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin-top: 28px;\n  }\n\n  .gs-step {\n    padding: 25px 21px;\n    border: 1px solid var(--gs-border);\n    border-radius: 17px;\n    background: #ffffff;\n    text-align: center;\n  }\n\n  .gs-step-number {\n    display: grid;\n    place-items: center;\n    width: 44px;\n    height: 44px;\n    margin: 0 auto 14px;\n    border-radius: 50%;\n    color: #ffffff;\n    background: var(--gs-green);\n    font-size: 17px;\n    font-weight: 950;\n  }\n\n  .gs-step h3 {\n    margin: 0 0 7px;\n    color: var(--gs-dark) !important;\n    font-size: 18px;\n    font-weight: 900;\n  }\n\n  .gs-step p {\n    margin: 0;\n    color: var(--gs-muted) !important;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  \/* COMPARISON *\/\n\n  .gs-comparison {\n    background: #ffffff;\n  }\n\n  .gs-table-wrap {\n    overflow: hidden;\n    margin-top: 42px;\n    border: 1px solid var(--gs-border);\n    border-radius: 20px;\n    box-shadow: 0 14px 37px rgba(16, 35, 25, 0.09);\n  }\n\n  .gs-table {\n    width: 100%;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .gs-table th,\n  .gs-table td {\n    padding: 18px 15px;\n    border-bottom: 1px solid var(--gs-border);\n    color: var(--gs-text) !important;\n    text-align: center;\n    font-size: 14px;\n  }\n\n  .gs-table th {\n    color: var(--gs-dark) !important;\n    background: #edf3ed;\n    font-weight: 950;\n  }\n\n  .gs-table th:first-child,\n  .gs-table td:first-child {\n    width: 37%;\n    text-align: left;\n    font-weight: 850;\n  }\n\n  .gs-table th:nth-child(2) {\n    color: #ffffff !important;\n    background: var(--gs-green);\n  }\n\n  .gs-table td:nth-child(2) {\n    color: var(--gs-green-dark) !important;\n    background: #eef8f0;\n    font-weight: 900;\n  }\n\n  .gs-table tr:last-child td {\n    border-bottom: 0;\n  }\n\n  .gs-yes {\n    color: #19875c;\n    font-size: 20px;\n    font-weight: 950;\n  }\n\n  .gs-no {\n    color: #ca4c4c;\n    font-size: 20px;\n    font-weight: 950;\n  }\n\n  \/* SIZES *\/\n\n  .gs-sizes {\n    background: var(--gs-light);\n  }\n\n  .gs-size-box {\n    display: grid;\n    grid-template-columns: 0.93fr 1.07fr;\n    align-items: center;\n    gap: 58px;\n    margin-top: 42px;\n    padding: 35px;\n    border: 1px solid var(--gs-border);\n    border-radius: 23px;\n    background: #ffffff;\n    box-shadow: 0 14px 38px rgba(16, 35, 25, 0.09);\n  }\n\n  .gs-size-image {\n    overflow: hidden;\n    border-radius: 19px;\n  }\n\n  .gs-size-options {\n    display: grid;\n    gap: 13px;\n    margin-top: 24px;\n  }\n\n  .gs-size-option {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 17px 18px;\n    border: 2px solid var(--gs-border);\n    border-radius: 14px;\n    color: var(--gs-dark) !important;\n    background: var(--gs-light);\n    font-size: 15px;\n    font-weight: 900;\n  }\n\n  .gs-size-option span {\n    color: var(--gs-green);\n    font-size: 12px;\n  }\n\n  .gs-size-note {\n    margin-top: 18px;\n    padding: 15px 16px;\n    border-left: 4px solid var(--gs-lime);\n    border-radius: 10px;\n    color: var(--gs-muted) !important;\n    background: #f5faef;\n    font-size: 12px;\n    line-height: 1.58;\n  }\n\n  \/* FAQ *\/\n\n  .gs-faq {\n    background: #ffffff;\n  }\n\n  .gs-faq-list {\n    max-width: 880px;\n    margin: 41px auto 0;\n  }\n\n  .gs-faq-item {\n    margin-bottom: 13px;\n    border: 1px solid var(--gs-border);\n    border-radius: 15px;\n    background: #ffffff;\n    box-shadow: 0 6px 19px rgba(16, 35, 25, 0.05);\n  }\n\n  .gs-faq-question {\n    position: relative;\n    width: 100%;\n    padding: 20px 55px 20px 20px;\n    border: 0;\n    color: var(--gs-dark) !important;\n    background: transparent;\n    font-size: 16px;\n    font-weight: 900;\n    text-align: left;\n    cursor: pointer;\n  }\n\n  .gs-faq-question::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 20px;\n    color: var(--gs-green);\n    font-size: 26px;\n    font-weight: 400;\n    transform: translateY(-50%);\n  }\n\n  .gs-faq-item.active .gs-faq-question::after {\n    content: \"−\";\n  }\n\n  .gs-faq-answer {\n    display: none;\n    padding: 0 20px 20px;\n    color: var(--gs-muted) !important;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .gs-faq-item.active .gs-faq-answer {\n    display: block;\n  }\n\n  \/* GUARANTEE *\/\n\n  .gs-guarantee {\n    color: #ffffff;\n    background:\n      radial-gradient(\n        circle at 85% 20%,\n        rgba(136, 201, 77, 0.21),\n        transparent 28%\n      ),\n      var(--gs-dark);\n  }\n\n  .gs-guarantee-grid {\n    display: grid;\n    grid-template-columns: 1fr 0.75fr;\n    align-items: center;\n    gap: 60px;\n  }\n\n  .gs-guarantee .gs-title {\n    color: #ffffff !important;\n  }\n\n  .gs-guarantee .gs-copy {\n    color: #cbd9cf !important;\n  }\n\n  .gs-guarantee-cards {\n    display: grid;\n    gap: 13px;\n    margin-top: 27px;\n  }\n\n  .gs-guarantee-card {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    padding: 16px;\n    border: 1px solid rgba(255, 255, 255, 0.13);\n    border-radius: 14px;\n    background: rgba(255, 255, 255, 0.07);\n  }\n\n  .gs-guarantee-icon {\n    font-size: 27px;\n  }\n\n  .gs-guarantee-card strong {\n    display: block;\n    color: #ffffff !important;\n    font-size: 14px;\n  }\n\n  .gs-guarantee-card span {\n    display: block;\n    margin-top: 3px;\n    color: #bfd0c4 !important;\n    font-size: 11px;\n  }\n\n  .gs-guarantee-seal {\n    display: grid;\n    place-items: center;\n    width: 280px;\n    height: 280px;\n    margin: auto;\n    border: 14px solid rgba(255, 255, 255, 0.1);\n    border-radius: 50%;\n    color: var(--gs-dark);\n    background: linear-gradient(145deg, #a9e86f, #75bd40);\n    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.27);\n    text-align: center;\n  }\n\n  .gs-guarantee-seal strong {\n    display: block;\n    color: var(--gs-dark) !important;\n    font-size: 57px;\n    line-height: 1;\n    font-weight: 950;\n  }\n\n  .gs-guarantee-seal span {\n    display: block;\n    margin-top: 8px;\n    color: #2e4e25 !important;\n    font-size: 14px;\n    font-weight: 900;\n  }\n\n  \/* FINAL CTA *\/\n\n  .gs-final {\n    padding: 92px 0;\n    text-align: center;\n    background:\n      linear-gradient(rgba(8, 30, 17, 0.76), rgba(8, 30, 17, 0.88)),\n      url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/01_c66abefe-9562-419c-a954-64bb6101f81b.jpg?v=1785304082\")\n        center \/ cover no-repeat;\n  }\n\n  .gs-final h2 {\n    max-width: 830px;\n    margin: 0 auto 17px;\n    color: #ffffff !important;\n    font-size: clamp(36px, 5vw, 60px);\n    line-height: 1.06;\n    letter-spacing: -2px;\n    font-weight: 950;\n  }\n\n  .gs-final p {\n    max-width: 700px;\n    margin: 0 auto 28px;\n    color: #dce9df !important;\n    font-size: 18px;\n    line-height: 1.67;\n  }\n\n  .gs-final-trust {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 12px 24px;\n    margin-top: 19px;\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  \/* STICKY CTA *\/\n\n  .gs-sticky {\n    position: fixed;\n    right: 13px;\n    bottom: 14px;\n    left: 13px;\n    z-index: 9999;\n    display: none;\n    align-items: center;\n    justify-content: space-between;\n    gap: 11px;\n    padding: 10px;\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 15px;\n    background: rgba(16, 35, 25, 0.96);\n    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);\n    backdrop-filter: blur(10px);\n  }\n\n  .gs-sticky-copy {\n    min-width: 0;\n    padding-left: 5px;\n  }\n\n  .gs-sticky-copy strong {\n    display: block;\n    overflow: hidden;\n    color: #ffffff !important;\n    font-size: 13px;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n  }\n\n  .gs-sticky-copy span {\n    display: block;\n    color: #bdd0c2 !important;\n    font-size: 10px;\n  }\n\n  .gs-sticky .gs-btn {\n    min-height: 48px;\n    padding: 12px 17px;\n    border-radius: 11px;\n    font-size: 13px;\n    white-space: nowrap;\n  }\n\n  \/* RESPONSIVE *\/\n\n  @media (max-width: 960px) {\n    .gs-section {\n      padding: 66px 0;\n    }\n\n    .gs-split,\n    .gs-size-box,\n    .gs-guarantee-grid {\n      grid-template-columns: 1fr;\n      gap: 43px;\n    }\n\n    .gs-feature-grid,\n    .gs-use-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .gs-trust-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n\n    .gs-trust-item:nth-child(2) {\n      border-right: 0;\n    }\n\n    .gs-trust-item:nth-child(-n + 2) {\n      border-bottom: 1px solid rgba(255, 255, 255, 0.13);\n    }\n  }\n\n  @media (max-width: 700px) {\n    .gs-container {\n      width: min(100% - 24px, 1180px);\n    }\n\n    .gs-section {\n      padding: 52px 0;\n    }\n\n    .gs-hero {\n      min-height: 740px;\n      align-items: flex-end;\n      padding: 55px 0;\n      background:\n        linear-gradient(\n          to top,\n          rgba(8, 28, 16, 0.99) 0%,\n          rgba(8, 28, 16, 0.84) 58%,\n          rgba(8, 28, 16, 0.16) 100%\n        ),\n        url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/05_1aba2334-f85d-42a1-9459-8538d7c140d3.jpg?v=1785304082\")\n          center \/ cover no-repeat;\n    }\n\n    .gs-hero h1 {\n      font-size: 42px;\n      letter-spacing: -1.8px;\n    }\n\n    .gs-hero-copy {\n      font-size: 16px;\n    }\n\n    .gs-hero-list li {\n      font-size: 14px;\n    }\n\n    .gs-hero-cta {\n      display: block;\n    }\n\n    .gs-hero-note {\n      margin-top: 13px;\n      text-align: center;\n    }\n\n    .gs-btn {\n      width: 100%;\n      min-height: 57px;\n      padding: 15px 19px;\n      font-size: 16px;\n    }\n\n    .gs-title {\n      font-size: 32px;\n      letter-spacing: -1px;\n    }\n\n    .gs-subtitle {\n      font-size: 16px;\n    }\n\n    .gs-feature-grid,\n    .gs-use-grid,\n    .gs-maintenance-grid {\n      grid-template-columns: 1fr;\n      gap: 16px;\n      margin-top: 32px;\n    }\n\n    .gs-size-box {\n      padding: 22px;\n    }\n\n    .gs-table-wrap {\n      overflow-x: auto;\n    }\n\n    .gs-table {\n      min-width: 650px;\n    }\n\n    .gs-table th,\n    .gs-table td {\n      padding: 14px 11px;\n      font-size: 12px;\n    }\n\n    .gs-guarantee-seal {\n      width: 225px;\n      height: 225px;\n    }\n\n    .gs-guarantee-seal strong {\n      font-size: 46px;\n    }\n\n    .gs-final {\n      padding: 72px 0 108px;\n    }\n\n    .gs-final p {\n      font-size: 16px;\n    }\n\n    .gs-sticky {\n      display: flex;\n    }\n  }\n\n  @media (max-width: 430px) {\n    .gs-trust-item {\n      min-height: 92px;\n      flex-direction: column;\n      gap: 5px;\n      padding: 10px 5px;\n      text-align: center;\n    }\n\n    .gs-trust-icon {\n      font-size: 23px;\n    }\n\n    .gs-trust-item strong {\n      font-size: 11px;\n    }\n\n    .gs-trust-item span {\n      display: none;\n    }\n\n    .gs-sticky-copy {\n      max-width: 155px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gs-page\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"gs-hero\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-hero-content\"\u003e\n\u003cdiv class=\"gs-hero-badge\"\u003e★ Natural-Look Artificial Grass for Any Space\u003c\/div\u003e\n\u003ch1\u003eA Beautiful Green Lawn \u003cspan\u003eWithout the Maintenance\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gs-hero-copy\"\u003eGreenScape™ gives patios, balconies, rooftops, pet areas and gardens the look of a freshly maintained lawn—without mowing, watering, fertilizing or dealing with muddy ground.\u003c\/p\u003e\n\u003cul class=\"gs-hero-list\"\u003e\n\u003cli\u003eEasily cut the roll to fit corners, borders and custom layouts\u003c\/li\u003e\n\u003cli\u003eWater-resistant backing for outdoor everyday use\u003c\/li\u003e\n\u003cli\u003eSoft grass surface suitable for family and pet areas\u003c\/li\u003e\n\u003cli\u003eAvailable in three extra-large roll lengths\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"gs-hero-cta\"\u003e\n\u003cbutton class=\"gs-btn\" type=\"button\"\u003e Choose Your Turf Size \u003cspan\u003e→\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"gs-hero-note\"\u003e\n\u003cstrong\u003eRoll width: 2 metres\u003c\/strong\u003e Available in 5m, 10m and 15m lengths\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- TRUST BAR --\u003e\n\u003csection class=\"gs-trust\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-trust-grid\"\u003e\n\u003cdiv class=\"gs-trust-item\"\u003e\n\u003cdiv class=\"gs-trust-icon\"\u003e✂️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eEasy to Cut\u003c\/strong\u003e \u003cspan\u003eShape it to fit your space\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-trust-item\"\u003e\n\u003cdiv class=\"gs-trust-icon\"\u003e💧\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eOutdoor Ready\u003c\/strong\u003e \u003cspan\u003eWater-resistant construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-trust-item\"\u003e\n\u003cdiv class=\"gs-trust-icon\"\u003e🐾\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePet-Friendly Surface\u003c\/strong\u003e \u003cspan\u003eSoft and easy to rinse\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-trust-item\"\u003e\n\u003cdiv class=\"gs-trust-icon\"\u003e🌱\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eZero Mowing\u003c\/strong\u003e \u003cspan\u003eGreen appearance all year\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE CARDS --\u003e\n\u003csection class=\"gs-section gs-features\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eInstant outdoor transformation\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eThe Easy Way to Create a Greener Space\u003c\/h2\u003e\n\u003cp class=\"gs-subtitle\"\u003eCover plain concrete, worn patios, empty rooftop areas or muddy pet spaces with a clean, natural-looking artificial lawn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-feature-grid\"\u003e\n\u003carticle class=\"gs-feature-card\"\u003e\n\u003cdiv class=\"gs-feature-icon\"\u003e✂️\u003c\/div\u003e\n\u003ch3\u003eCustom-Fit Cutting\u003c\/h3\u003e\n\u003cp\u003eTrim the backing with suitable cutting tools to fit corners, garden borders, pathways and irregular outdoor layouts.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-feature-card\"\u003e\n\u003cdiv class=\"gs-feature-icon\"\u003e☀️\u003c\/div\u003e\n\u003ch3\u003eOutdoor Green Finish\u003c\/h3\u003e\n\u003cp\u003eBright synthetic grass blades deliver a consistently green look through changing seasons and weather conditions.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-feature-card\"\u003e\n\u003cdiv class=\"gs-feature-icon\"\u003e🐕\u003c\/div\u003e\n\u003ch3\u003eDesigned for Pet Areas\u003c\/h3\u003e\n\u003cp\u003eCreate a comfortable grass-style surface for dog runs, balconies, patios and supervised outdoor play areas.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-feature-card\"\u003e\n\u003cdiv class=\"gs-feature-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch3\u003eSimple Maintenance\u003c\/h3\u003e\n\u003cp\u003eSweep away debris and rinse with water when necessary—no mowing, watering schedule or seasonal lawn feeding.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- LIFESTYLE --\u003e\n\u003csection class=\"gs-section gs-lifestyle\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\" style=\"color: #a8e86f;\"\u003eMake every outdoor area feel finished\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eTurn Plain Concrete Into an Inviting Green Retreat\u003c\/h2\u003e\n\u003cp class=\"gs-subtitle\"\u003eAdd warmth and natural-looking colour to patios, outdoor seating areas and modern garden spaces in less time than growing a lawn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-lifestyle-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/05_1aba2334-f85d-42a1-9459-8538d7c140d3.jpg?v=1785304082\" alt=\"Artificial grass installed on a modern outdoor patio\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EASY TO CUT --\u003e\n\u003csection class=\"gs-section gs-cut\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/09_e3c2afe2-8046-4991-b577-1ef7fb70a4bb.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Artificial grass roll can be cut to custom shapes and sizes\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eFit more than simple rectangles\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eCut It to Match Your Exact Layout\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eGreenScape™ arrives in a large roll that can be trimmed to match walls, stairs, planters, pathways and outdoor furniture layouts.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eTrim around balcony corners and structural posts\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eShape borders around planters and garden features\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eCombine multiple rolls to cover larger spaces\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eCut smaller sections for pet areas and pathways\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ROLL IMAGE --\u003e\n\u003csection class=\"gs-section\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eFlexible roll format\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eEasy to Transport, Position and Store\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eThe flexible backing allows the artificial grass to be rolled for transport and storage. Unroll it across a clean, prepared surface, position it carefully and trim as required.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eFlexible roll construction\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSuitable for temporary or permanent projects\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eCan be repositioned before final fixing\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eLarge 2-metre roll width reduces visible joins\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/06_fe31c4a8-98fb-4315-b2ad-eb4ecd79b61f.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Flexible rolled artificial grass backing\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WATER --\u003e\n\u003csection class=\"gs-section gs-water\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/08_d3d4b622-c026-4b9d-948f-5fb7519465ba.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Water-resistant artificial grass surface\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\" style=\"color: #a8e86f;\"\u003eMade for outdoor use\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eRain and Everyday Spills Are Easy to Manage\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eThe synthetic blades do not absorb water like natural soil. Installed over a correctly prepared surface, water can move away instead of turning the area into mud.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eSuitable for patios, balconies and rooftop spaces\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eRinse away surface dirt, pollen and everyday residue\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eNo muddy soil tracked through the home\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eExisting drainage outlets should remain unobstructed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PET --\u003e\n\u003csection class=\"gs-section gs-pet\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eA cleaner pet play area\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eGive Pets a Soft Grass-Style Surface\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eGreenScape™ is suitable for creating supervised dog play areas, balcony pet zones and garden runs without loose dirt or worn natural grass patches.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eShort synthetic blades provide a comfortable walking surface\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eEasier to rinse than soil, gravel or damaged natural lawn\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eHelps reduce mud being carried indoors on paws\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSuitable for patios, balconies and enclosed pet areas\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/10_36f59154-8393-45e3-88ee-501beed8cee3.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Dog standing on artificial grass patio surface\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- STRUCTURE --\u003e\n\u003csection class=\"gs-section gs-structure\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/10_36f59154-8393-45e3-88ee-501beed8cee3.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Layered backing structure of artificial grass\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eMulti-layer construction\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eBuilt With a Flexible Reinforced Backing\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eThe grass fibres are attached to a layered backing that helps the roll maintain its shape while remaining flexible enough for cutting, rolling and installation.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eDense synthetic grass blade layer\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSupporting base material\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eReinforcing grid layer\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eFlexible bottom backing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CLOSE-UP --\u003e\n\u003csection class=\"gs-section\" style=\"background: #ffffff;\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eNatural-looking texture\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eDense Green Blades for a Fresh Lawn Appearance\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eMixed-height synthetic blades create visual depth and a fuller grass-style finish, helping the surface look more natural from typical viewing distances.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eVibrant green colour\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eClosely arranged synthetic fibres\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSoft short-pile surface\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSuitable for indoor and outdoor decoration\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/04_0fa1764a-71b1-4cc0-85ec-80ef7433780a.jpg?v=1785304083\" alt=\"Close-up view of synthetic artificial grass blades\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- USE CASES --\u003e\n\u003csection class=\"gs-section gs-uses\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eOne roll, many possibilities\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eDesigned for More Than Traditional Gardens\u003c\/h2\u003e\n\u003cp class=\"gs-subtitle\"\u003eUse GreenScape™ to introduce natural-looking colour to residential, pet-friendly and entertainment spaces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-use-grid\"\u003e\n\u003carticle class=\"gs-use-card\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePatios\u003c\/h3\u003e\n\u003cp\u003eSoften concrete seating and dining areas with a green finish.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-use-card\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eRooftops\u003c\/h3\u003e\n\u003cp\u003eCreate a relaxing rooftop garden atmosphere above the city.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-use-card\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePet Areas\u003c\/h3\u003e\n\u003cp\u003eBuild a clean, defined play and toilet area for compatible pets.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-use-card\"\u003e\n\u003cdiv\u003e\n\u003ch3\u003eGarden Lawns\u003c\/h3\u003e\n\u003cp\u003eCover difficult areas where maintaining natural grass is costly.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ROOFTOP --\u003e\n\u003csection class=\"gs-section\" style=\"background: #102319; color: #fff;\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/06_f2cb5ff7-dd9d-4240-98a1-0d5686b58920.jpg?v=1785304082\" alt=\"Artificial grass installed on a rooftop terrace\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\" style=\"color: #a8e86f;\"\u003eRooftop transformation\u003c\/div\u003e\n\u003ch2 class=\"gs-title\" style=\"color: #ffffff !important;\"\u003eCreate a Private Green Space Above the City\u003c\/h2\u003e\n\u003cp class=\"gs-copy\" style=\"color: #cad8ce !important;\"\u003eArtificial grass adds warmth to hard rooftop surfaces and creates a defined area for seating, relaxing and outdoor entertaining.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eNo soil or natural turf required\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eClean visual separation from paved areas\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSuitable for temporary seasonal layouts\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003ePreserve access to rooftop drains and services\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MAINTENANCE --\u003e\n\u003csection class=\"gs-section gs-maintenance\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eSimple ongoing care\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eKeep It Looking Fresh in Three Easy Steps\u003c\/h2\u003e\n\u003cp class=\"gs-subtitle\"\u003eRoutine cleaning requires far less work than maintaining a natural lawn.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-maintenance-image\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0803\/5346\/0470\/files\/03_6a171242-d250-49e4-b2da-d42ec6ec1b10.jpg?v=1785304083\" alt=\"Three-step artificial grass cleaning and maintenance\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"gs-maintenance-grid\"\u003e\n\u003carticle class=\"gs-step\"\u003e\n\u003cdiv class=\"gs-step-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003eRemove Debris\u003c\/h3\u003e\n\u003cp\u003eSweep away leaves, twigs and loose surface dirt with a soft broom.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-step\"\u003e\n\u003cdiv class=\"gs-step-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eRinse When Needed\u003c\/h3\u003e\n\u003cp\u003eUse clean water to wash away dust, pollen and everyday residue.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003carticle class=\"gs-step\"\u003e\n\u003cdiv class=\"gs-step-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eBrush the Fibres\u003c\/h3\u003e\n\u003cp\u003eGently brush the blades to lift areas that have been compressed.\u003c\/p\u003e\n\u003c\/article\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- COMPARISON --\u003e\n\u003csection class=\"gs-section gs-comparison\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eLess work, more green\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eGreenScape™ vs Natural Grass\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-table-wrap\"\u003e\n\u003ctable class=\"gs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eGreenScape™\u003c\/th\u003e\n\u003cth\u003eNatural Lawn\u003c\/th\u003e\n\u003cth\u003eOutdoor Carpet\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eRequires mowing\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eFrequently\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRequires regular watering\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEasy to custom cut\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCreates mud\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003ePossible\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-no\"\u003e×\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNatural grass-style appearance\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eLimited\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSuitable for rooftops and balconies\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"gs-yes\"\u003e✓\u003c\/span\u003e\u003c\/td\u003e\n\u003ctd\u003eDifficult\u003c\/td\u003e\n\u003ctd\u003eVaries\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SIZES --\u003e\n\u003csection class=\"gs-section gs-sizes\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eChoose your coverage\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eThree Large Roll Sizes Available\u003c\/h2\u003e\n\u003cp class=\"gs-subtitle\"\u003eMeasure the full length and width of your project before ordering.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-size-box\"\u003e\n\u003cdiv class=\"gs-size-image\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/01_84438a9e-b5aa-4055-95bb-184fe8a7af69.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Two metre by five metre artificial grass roll dimensions\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eAvailable specifications\u003c\/div\u003e\n\u003ch3 class=\"gs-title\" style=\"font-size: 34px;\"\u003eSelect the Right Roll for Your Project\u003c\/h3\u003e\n\u003cdiv class=\"gs-size-options\"\u003e\n\u003cdiv class=\"gs-size-option\"\u003e2 × 5 metres \u003cspan\u003e10 m² coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-size-option\"\u003e2 × 10 metres \u003cspan\u003e20 m² coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-size-option\"\u003e2 × 15 metres \u003cspan\u003e30 m² coverage\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-size-note\"\u003eAdd a small allowance for trimming, joins and irregular edges. Measure every section individually and plan the direction of the grass fibres before cutting.\u003c\/div\u003e\n\u003cbutton class=\"gs-btn\" type=\"button\" style=\"margin-top: 22px;\"\u003e Choose Your Size \u003cspan\u003e→\u003c\/span\u003e \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INSTALLATION --\u003e\n\u003csection class=\"gs-section\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-split\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eBasic installation guidance\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003ePrepare the Surface Before Laying Your Turf\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eInstallation method depends on the surface and whether the project is temporary or permanent. Always begin with a clean, stable and well-drained base.\u003c\/p\u003e\n\u003cdiv class=\"gs-check-list\"\u003e\n\u003cdiv class=\"gs-check\"\u003eRemove dirt, stones and sharp objects from the area\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eUnroll the turf and allow it to flatten before cutting\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003ePosition all sections with fibres facing the same direction\u003c\/div\u003e\n\u003cdiv class=\"gs-check\"\u003eSecure edges using fixings suitable for the supporting surface\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-image-card\"\u003e\u003cimg src=\"https:\/\/yp62ju-jw.myshopify.com\/cdn\/shop\/files\/05_59a6d23e-0610-4d12-87bd-98cbd83b08a3.jpg?v=1785304281\u0026amp;width=1600\" alt=\"Cutting artificial grass roll with scissors\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"gs-section gs-faq\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-center\"\u003e\n\u003cdiv class=\"gs-eyebrow\"\u003eFrequently asked questions\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eEverything You Need to Know\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-list\"\u003e\n\u003cdiv class=\"gs-faq-item active\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Can the artificial grass be cut to a custom shape? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eYes. The flexible backing can be trimmed using suitable strong scissors or a utility knife. Measure and mark the underside before cutting, and leave a small allowance for final adjustments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Can it be installed on concrete? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eYes. Artificial grass can be installed on clean, stable concrete patios, balconies and terraces. The surface should have suitable drainage and be free from sharp objects or major damage.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Is it suitable for pets? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eIt can be used to create a pet play or toilet area. Remove solid waste promptly and rinse the surface regularly. Always choose cleaning products suitable for synthetic turf and pets.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Will rainwater drain through it? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eWater management depends on the backing, supporting surface and installation. Keep all existing drains open and ensure the base slopes correctly so water does not become trapped underneath.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Does it require mowing or watering? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eNo mowing or growth-related watering is required. Occasional rinsing may be useful to remove dust, dirt, pollen and pet residue.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Can multiple rolls be joined together? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eYes. Position the rolls with the fibres facing in the same direction and trim the edges carefully. Suitable artificial-grass joining tape or fixings may be required for a secure finish.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Can it be used on a rooftop? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eIt may be suitable for compatible flat rooftops and terraces. Confirm load limits, waterproofing, wind exposure, drainage and building requirements before installation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e How do I clean the grass? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eSweep loose debris with a soft broom and rinse with water when needed. For stains, use a mild cleaning product confirmed as safe for synthetic grass.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-faq-item\"\u003e\n\u003cbutton class=\"gs-faq-question\" type=\"button\"\u003e Which size should I order? \u003c\/button\u003e\n\u003cdiv class=\"gs-faq-answer\"\u003eCalculate the total square metres of the area and add an allowance for trimming, edges and joins. Available sizes cover approximately 10 m², 20 m² and 30 m².\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003csection class=\"gs-section gs-guarantee\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003cdiv class=\"gs-guarantee-grid\"\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"gs-eyebrow\" style=\"color: #a8e86f;\"\u003eShop with confidence\u003c\/div\u003e\n\u003ch2 class=\"gs-title\"\u003eBring New Life to Your Outdoor Space\u003c\/h2\u003e\n\u003cp class=\"gs-copy\"\u003eChoose the roll size that matches your project and create a green, low-maintenance surface without waiting for natural grass to grow.\u003c\/p\u003e\n\u003cdiv class=\"gs-guarantee-cards\"\u003e\n\u003cdiv class=\"gs-guarantee-card\"\u003e\n\u003cdiv class=\"gs-guarantee-icon\"\u003e🚚\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTracked Delivery\u003c\/strong\u003e \u003cspan\u003eFollow your shipment after dispatch.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-guarantee-card\"\u003e\n\u003cdiv class=\"gs-guarantee-icon\"\u003e↩️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e30-Day Return Policy\u003c\/strong\u003e \u003cspan\u003eReturn conditions apply according to store policy.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-guarantee-card\"\u003e\n\u003cdiv class=\"gs-guarantee-icon\"\u003e🔒\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSecure Checkout\u003c\/strong\u003e \u003cspan\u003eProtected online payment processing.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gs-guarantee-seal\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e30\u003c\/strong\u003e \u003cspan\u003eDay Return Policy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003csection class=\"gs-final\"\u003e\n\u003cdiv class=\"gs-container\"\u003e\n\u003ch2\u003eEnjoy a Green Lawn Without the Weekly Work\u003c\/h2\u003e\n\u003cp\u003eTransform patios, rooftops, balconies, gardens and pet areas with custom-cut artificial grass that stays neat without mowing or watering.\u003c\/p\u003e\n\u003cbutton class=\"gs-btn\" type=\"button\"\u003e Choose Your GreenScape™ Size \u003cspan\u003e→\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"gs-final-trust\"\u003e\n\u003cspan\u003e✓ Easy to Custom Cut\u003c\/span\u003e \u003cspan\u003e✓ Three Large Roll Sizes\u003c\/span\u003e \u003cspan\u003e✓ Pet-Area Friendly\u003c\/span\u003e \u003cspan\u003e✓ Secure Checkout\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- MOBILE STICKY CTA --\u003e\n\u003cdiv class=\"gs-sticky\"\u003e\n\u003cdiv class=\"gs-sticky-copy\"\u003e\n\u003cstrong\u003eGreenScape™ Artificial Grass\u003c\/strong\u003e \u003cspan\u003e2m wide · Three lengths available\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cbutton class=\"gs-btn\" type=\"button\"\u003e Choose Size \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Livendoa","offers":[{"title":"2000*5000mm","offer_id":57999186329931,"sku":null,"price":27.49,"currency_code":"GBP","in_stock":true},{"title":"2000*10000mm","offer_id":57999186362699,"sku":null,"price":34.92,"currency_code":"GBP","in_stock":true},{"title":"2000*15000mm","offer_id":57999186395467,"sku":null,"price":43.1,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1054\/9087\/4699\/files\/01_a42db5fd-15b8-4a65-bbc9-51c470424e95.webp?v=1785495607","url":"https:\/\/livendoa.shop\/ja\/products\/greenscape-waterproof-artificial-grass","provider":"Livendoa","version":"1.0","type":"link"}