{"product_id":"no-dig-flexible-landscape-edging-kit","title":"🌱 Flexible No-Dig Garden Edging Kit – Create Clean Borders Fast","description":"\u003cstyle\u003e\n\/* =========================================================\n   NO-DIG FLEXIBLE LANDSCAPE EDGING KIT\n   LIGHT LANDSCAPE STUDIO\n   IVORY × SAGE MIST × STONE × SOFT SOIL\n   MOBILE FIRST \/ SHOPIFY SAFE \/ FULLY SCOPED\n   INHERITS SHOPIFY THEME FONT\n========================================================= *\/\n\n.garden-edge-light{\n  --ivory:#fffdf8;\n  --cream:#faf6ee;\n  --cream-2:#f4eee4;\n  --sage:#78977d;\n  --sage-mid:#9eb4a0;\n  --sage-light:#dfe9df;\n  --sage-pale:#eef5ed;\n\n  --stone:#f2f0ea;\n  --stone-2:#e7e2d8;\n\n  --soil:#9a7357;\n  --soil-light:#c2a286;\n  --soil-pale:#f5e9dd;\n\n  --green:#315743;\n  --green-dark:#213c2f;\n\n  --white:#ffffff;\n  --text:#26352d;\n  --muted:#6f7b74;\n  --line:#dde5de;\n\n  width:100%;\n  max-width:1200px;\n  margin:0 auto;\n  overflow:hidden;\n  background:var(--ivory);\n  color:var(--text);\n  line-height:1.65;\n}\n\n.garden-edge-light *,\n.garden-edge-light *:before,\n.garden-edge-light *:after{\n  box-sizing:border-box;\n}\n\n.garden-edge-light h1,\n.garden-edge-light h2,\n.garden-edge-light h3,\n.garden-edge-light h4,\n.garden-edge-light p{\n  margin-top:0;\n}\n\n.garden-edge-light img{\n  display:block;\n  width:100%;\n  height:auto;\n}\n\n.garden-edge-light a{\n  text-decoration:none;\n}\n\n.gel-container{\n  position:relative;\n  z-index:5;\n  width:100%;\n  max-width:1120px;\n  margin:0 auto;\n  padding:0 22px;\n}\n\n.gel-section{\n  padding:78px 0;\n}\n\n.gel-kicker{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  margin-bottom:18px;\n  color:#637f67;\n  font-size:11px;\n  font-weight:900;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.gel-kicker:before{\n  content:\"\";\n  width:30px;\n  height:2px;\n  flex:0 0 30px;\n  border-radius:99px;\n  background:linear-gradient(\n    90deg,\n    var(--soil-light),\n    var(--sage)\n  );\n}\n\n.gel-title{\n  margin-bottom:16px;\n  color:var(--green-dark);\n  font-size:44px;\n  line-height:1.06;\n  font-weight:950;\n  letter-spacing:-2px;\n}\n\n.gel-subtitle{\n  max-width:700px;\n  margin-bottom:34px;\n  color:var(--muted);\n  font-size:16px;\n  line-height:1.72;\n}\n\n.gel-green-italic{\n  color:#5d8365;\n  font-style:italic;\n}\n\n\n\/* =========================================================\n   LIGHT DYNAMIC BACKGROUND\n========================================================= *\/\n\n.gel-motion{\n  position:relative;\n  isolation:isolate;\n  overflow:hidden;\n}\n\n.gel-sunlight{\n  position:absolute;\n  z-index:1;\n  inset:-20%;\n  pointer-events:none;\n  opacity:.65;\n\n  background:\n    radial-gradient(\n      ellipse at 18% 16%,\n      rgba(255,230,178,.30),\n      transparent 27%\n    ),\n    radial-gradient(\n      ellipse at 77% 24%,\n      rgba(188,215,186,.28),\n      transparent 29%\n    ),\n    radial-gradient(\n      ellipse at 52% 79%,\n      rgba(218,234,216,.26),\n      transparent 32%\n    );\n\n  animation:gelSun 10s ease-in-out infinite alternate;\n}\n\n@keyframes gelSun{\n  from{\n    transform:translate3d(-2%,-1%,0) scale(.96);\n  }\n\n  to{\n    transform:translate3d(3%,2%,0) scale(1.08);\n  }\n}\n\n.gel-contours{\n  position:absolute;\n  z-index:1;\n  inset:-90px;\n  pointer-events:none;\n  opacity:.07;\n\n  background-image:\n    repeating-radial-gradient(\n      ellipse at 55% 52%,\n      rgba(86,116,89,.8) 0,\n      rgba(86,116,89,.8) 1px,\n      transparent 1px,\n      transparent 34px\n    );\n\n  animation:gelContour 28s linear infinite;\n}\n\n@keyframes gelContour{\n  from{\n    transform:translate3d(0,0,0);\n  }\n\n  to{\n    transform:translate3d(48px,31px,0);\n  }\n}\n\n.gel-leaf-shadow{\n  position:absolute;\n  z-index:1;\n  width:330px;\n  height:330px;\n  right:-100px;\n  top:-90px;\n  pointer-events:none;\n  opacity:.13;\n\n  background:\n    radial-gradient(\n      ellipse at 40% 40%,\n      rgba(78,121,82,.45),\n      transparent 55%\n    );\n\n  filter:blur(24px);\n  animation:gelLeaf 8s ease-in-out infinite alternate;\n}\n\n@keyframes gelLeaf{\n  from{\n    transform:rotate(-6deg) translateX(-10px);\n  }\n\n  to{\n    transform:rotate(8deg) translateX(20px);\n  }\n}\n\n@media(prefers-reduced-motion:reduce){\n  .gel-sunlight,\n  .gel-contours,\n  .gel-leaf-shadow{\n    animation:none !important;\n  }\n}\n\n\n\/* =========================================================\n   HERO\n========================================================= *\/\n\n.gel-hero{\n  position:relative;\n  padding:82px 0 60px;\n\n  background:\n    radial-gradient(\n      circle at 88% 10%,\n      rgba(197,218,192,.40),\n      transparent 25%\n    ),\n    radial-gradient(\n      circle at 8% 88%,\n      rgba(231,208,181,.34),\n      transparent 27%\n    ),\n    linear-gradient(\n      145deg,\n      #fffdf8 0%,\n      #f7f3e9 52%,\n      #edf4eb 100%\n    );\n}\n\n.gel-hero-grid{\n  position:relative;\n  z-index:5;\n  display:grid;\n  grid-template-columns:.9fr 1.1fr;\n  gap:44px;\n  align-items:center;\n}\n\n.gel-hero-badge{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  margin-bottom:22px;\n  padding:8px 14px;\n\n  border:1px solid #cfddcf;\n  border-radius:999px;\n\n  background:rgba(255,255,255,.76);\n\n  color:#5b775f;\n\n  font-size:10px;\n  font-weight:900;\n  letter-spacing:1.7px;\n  text-transform:uppercase;\n\n  box-shadow:0 8px 25px rgba(63,92,67,.06);\n}\n\n.gel-hero-title{\n  margin-bottom:22px;\n\n  color:#223a2d;\n\n  font-size:62px;\n  line-height:.99;\n  font-weight:950;\n  letter-spacing:-3.5px;\n}\n\n.gel-hero-copy p{\n  margin-bottom:27px;\n\n  color:#66766d;\n\n  font-size:17px;\n  line-height:1.72;\n}\n\n.gel-hero-note{\n  padding:16px 17px;\n\n  border-left:3px solid var(--sage);\n\n  border-radius:0 12px 12px 0;\n\n  background:\n    linear-gradient(\n      90deg,\n      rgba(218,232,215,.65),\n      rgba(255,255,255,.32)\n    );\n}\n\n.gel-hero-note strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#496c50;\n\n  font-size:11px;\n  font-weight:950;\n  letter-spacing:.7px;\n  text-transform:uppercase;\n}\n\n.gel-hero-note span{\n  color:#68786e;\n  font-size:12px;\n  line-height:1.55;\n}\n\n\n\/* HERO IMAGES *\/\n\n.gel-gallery{\n  position:relative;\n  min-height:585px;\n}\n\n.gel-main-image{\n  position:absolute;\n  left:0;\n  top:22px;\n\n  width:84%;\n  height:515px;\n\n  overflow:hidden;\n\n  border:8px solid rgba(255,255,255,.88);\n\n  border-radius:\n    54px 20px 54px 20px;\n\n  background:#dce7d9;\n\n  box-shadow:\n    0 30px 65px\n    rgba(63,78,63,.14);\n}\n\n.gel-main-image img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n.gel-kit-image{\n  position:absolute;\n  z-index:4;\n\n  right:0;\n  bottom:0;\n\n  width:48%;\n\n  overflow:hidden;\n\n  border:8px solid #f3eee5;\n\n  border-radius:\n    25px 25px 25px 8px;\n\n  background:#fff;\n\n  box-shadow:\n    0 24px 52px\n    rgba(62,75,64,.14);\n}\n\n.gel-kit-image img{\n  width:100%;\n  aspect-ratio:1\/1;\n  object-fit:cover;\n}\n\n.gel-floating-card{\n  position:absolute;\n  z-index:5;\n\n  right:1%;\n  top:0;\n\n  width:185px;\n\n  padding:17px;\n\n  border:1px solid #d4dfd3;\n\n  border-radius:17px;\n\n  background:rgba(255,255,255,.92);\n\n  backdrop-filter:blur(10px);\n\n  box-shadow:\n    0 18px 40px\n    rgba(61,83,64,.10);\n}\n\n.gel-floating-card strong{\n  display:block;\n  margin-bottom:4px;\n\n  color:#466a50;\n\n  font-size:15px;\n  font-weight:950;\n}\n\n.gel-floating-card span{\n  color:#718078;\n\n  font-size:10px;\n  line-height:1.45;\n  font-weight:800;\n  text-transform:uppercase;\n}\n\n\n\/* METRICS *\/\n\n.gel-metrics{\n  position:relative;\n  z-index:5;\n\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n\n  margin-top:35px;\n\n  overflow:hidden;\n\n  border:1px solid #dbe4da;\n\n  border-radius:19px;\n\n  background:\n    rgba(255,255,255,.78);\n\n  box-shadow:\n    0 12px 34px\n    rgba(62,78,64,.05);\n}\n\n.gel-metric{\n  padding:20px 18px;\n\n  border-right:\n    1px solid #e4e8e2;\n}\n\n.gel-metric:last-child{\n  border-right:0;\n}\n\n.gel-metric strong{\n  display:block;\n  margin-bottom:5px;\n\n  color:#58775e;\n\n  font-size:17px;\n  font-weight:950;\n}\n\n.gel-metric span{\n  display:block;\n\n  color:#758079;\n\n  font-size:9px;\n  line-height:1.48;\n  font-weight:850;\n  letter-spacing:.5px;\n  text-transform:uppercase;\n}\n\n\n\/* =========================================================\n   BEFORE \/ AFTER\n========================================================= *\/\n\n.gel-before{\n  position:relative;\n\n  background:\n    radial-gradient(\n      circle at 92% 5%,\n      rgba(194,214,190,.23),\n      transparent 24%\n    ),\n    linear-gradient(\n      180deg,\n      #fbfaf7,\n      #f3eee5\n    );\n}\n\n.gel-before-grid{\n  display:grid;\n  grid-template-columns:.9fr 1.1fr;\n  gap:44px;\n  align-items:center;\n}\n\n.gel-before-title{\n  margin-bottom:18px;\n\n  color:#26392e;\n\n  font-size:43px;\n  line-height:1.07;\n  font-weight:950;\n  letter-spacing:-1.8px;\n}\n\n.gel-before-copy p{\n  margin-bottom:25px;\n\n  color:#6e7972;\n\n  font-size:16px;\n  line-height:1.72;\n}\n\n.gel-change-list{\n  display:grid;\n  gap:10px;\n}\n\n.gel-change{\n  display:grid;\n  grid-template-columns:105px 30px 1fr;\n  gap:10px;\n  align-items:center;\n\n  padding:13px 14px;\n\n  border:1px solid #dedfd8;\n\n  border-radius:13px;\n\n  background:#fff;\n}\n\n.gel-change-before{\n  color:#92958f;\n\n  font-size:10px;\n  font-weight:900;\n  text-transform:uppercase;\n}\n\n.gel-change-arrow{\n  color:var(--soil-light);\n  text-align:center;\n}\n\n.gel-change-after{\n  color:#35443a;\n\n  font-size:12px;\n  font-weight:850;\n}\n\n.gel-before-image{\n  position:relative;\n\n  overflow:hidden;\n\n  aspect-ratio:1\/1;\n\n  border-radius:\n    60px 20px 60px 20px;\n\n  background:#dfe8db;\n\n  box-shadow:\n    0 25px 58px\n    rgba(68,79,69,.11);\n}\n\n.gel-before-image img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n.gel-before-note{\n  position:absolute;\n\n  left:18px;\n  right:18px;\n  bottom:18px;\n\n  max-width:315px;\n\n  padding:14px 16px;\n\n  border:1px solid rgba(255,255,255,.72);\n\n  border-radius:14px;\n\n  background:\n    rgba(250,252,247,.92);\n\n  color:#415a48;\n\n  backdrop-filter:blur(8px);\n\n  font-size:12px;\n  line-height:1.55;\n  font-weight:800;\n\n  box-shadow:\n    0 8px 24px rgba(50,71,54,.09);\n}\n\n\n\/* =========================================================\n   THREE STEP INSTALLATION — LIGHT GREEN\n========================================================= *\/\n\n.gel-setup{\n  position:relative;\n\n  background:\n    radial-gradient(\n      circle at 88% 4%,\n      rgba(203,220,198,.30),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 3% 100%,\n      rgba(224,204,181,.28),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #f5f8f2,\n      #eaf1e8 58%,\n      #f8f4ed\n    );\n}\n\n.gel-setup-head{\n  position:relative;\n  z-index:5;\n\n  display:grid;\n  grid-template-columns:.72fr 1.28fr;\n  gap:30px;\n  align-items:end;\n\n  margin-bottom:38px;\n}\n\n.gel-setup-label{\n  color:#62816a;\n\n  font-size:11px;\n  font-weight:950;\n  letter-spacing:2px;\n  text-transform:uppercase;\n}\n\n.gel-setup-head .gel-title{\n  margin-bottom:0;\n}\n\n.gel-step-grid{\n  position:relative;\n  z-index:5;\n\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:15px;\n}\n\n.gel-step{\n  position:relative;\n\n  min-height:265px;\n\n  overflow:hidden;\n\n  padding:25px;\n\n  border:1px solid #d6e1d5;\n\n  border-radius:\n    22px 22px 22px 7px;\n\n  background:\n    rgba(255,255,255,.84);\n\n  box-shadow:\n    0 12px 30px\n    rgba(70,87,72,.05);\n}\n\n.gel-step-num{\n  position:absolute;\n  right:16px;\n  top:7px;\n\n  color:\n    rgba(103,140,107,.10);\n\n  font-size:76px;\n  line-height:1;\n  font-weight:950;\n}\n\n.gel-step-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:48px;\n  height:48px;\n\n  margin-bottom:42px;\n\n  border:1px solid #cbdcc9;\n\n  border-radius:50%;\n\n  background:\n    #edf5eb;\n\n  font-size:22px;\n}\n\n.gel-step h3{\n  margin-bottom:8px;\n\n  color:#314b39;\n\n  font-size:19px;\n  font-weight:900;\n}\n\n.gel-step p{\n  margin-bottom:0;\n\n  color:#6e7d73;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.gel-install-tip{\n  position:relative;\n  z-index:5;\n\n  margin-top:16px;\n\n  padding:15px 17px;\n\n  border:1px solid #e3d4c5;\n\n  border-radius:12px;\n\n  background:#fff7ef;\n\n  color:#7a6655;\n\n  font-size:11px;\n  line-height:1.65;\n}\n\n.gel-install-tip strong{\n  color:#956f50;\n}\n\n\n\/* =========================================================\n   REVIEWS\n========================================================= *\/\n\n.gel-reviews{\n  background:#fbfaf6;\n}\n\n.gel-review-head{\n  display:grid;\n  grid-template-columns:.8fr 1.2fr;\n  gap:35px;\n  align-items:end;\n\n  margin-bottom:32px;\n  padding-bottom:25px;\n\n  border-bottom:\n    1px solid #dde3dc;\n}\n\n.gel-stars{\n  color:#739376;\n\n  font-size:20px;\n  letter-spacing:2px;\n}\n\n.gel-review-score{\n  margin-top:8px;\n\n  color:#2b3d31;\n\n  font-size:30px;\n  font-weight:950;\n}\n\n.gel-review-sub{\n  margin-top:5px;\n\n  color:#7b847e;\n\n  font-size:11px;\n}\n\n.gel-review-note{\n  margin-bottom:0;\n\n  color:#6d7871;\n\n  font-size:13px;\n  line-height:1.65;\n}\n\n.gel-review-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:16px;\n}\n\n.gel-review{\n  overflow:hidden;\n\n  border:1px solid #dde4dd;\n\n  border-radius:\n    20px 20px 20px 7px;\n\n  background:#fff;\n\n  box-shadow:\n    0 12px 34px\n    rgba(40,57,43,.045);\n}\n\n.gel-review-img{\n  overflow:hidden;\n\n  aspect-ratio:1.15\/1;\n\n  background:#e6ede3;\n}\n\n.gel-review-img img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n}\n\n.gel-review-body{\n  padding:20px;\n}\n\n.gel-review-top{\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  gap:8px;\n\n  margin-bottom:13px;\n}\n\n.gel-review-stars{\n  color:#6f9272;\n  font-size:13px;\n}\n\n.gel-review-status{\n  padding:5px 7px;\n\n  border-radius:999px;\n\n  background:#edf5ed;\n\n  color:#587b5d;\n\n  font-size:8px;\n  font-weight:950;\n  text-transform:uppercase;\n}\n\n.gel-review h3{\n  margin-bottom:8px;\n\n  color:#2b3c31;\n\n  font-size:14px;\n  line-height:1.4;\n  font-weight:950;\n  text-transform:uppercase;\n}\n\n.gel-review p{\n  margin-bottom:12px;\n\n  color:#6c7870;\n\n  font-size:13px;\n  line-height:1.64;\n}\n\n.gel-review-name{\n  color:#47564c;\n\n  font-size:10px;\n  font-weight:900;\n}\n\n.gel-placeholder{\n  opacity:.7;\n}\n\n\n\/* =========================================================\n   FEATURES — LIGHT SAGE\n========================================================= *\/\n\n.gel-features{\n  position:relative;\n\n  background:\n    radial-gradient(\n      circle at 95% 0%,\n      rgba(191,214,187,.31),\n      transparent 27%\n    ),\n    radial-gradient(\n      circle at 4% 100%,\n      rgba(225,206,184,.28),\n      transparent 29%\n    ),\n    linear-gradient(\n      145deg,\n      #f4f8f2,\n      #e8f0e6 60%,\n      #f7f3eb\n    );\n}\n\n.gel-product-story{\n  position:relative;\n  z-index:5;\n\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:30px;\n  align-items:center;\n\n  margin-bottom:32px;\n}\n\n.gel-product-img{\n  overflow:hidden;\n\n  min-height:510px;\n\n  border:8px solid #fff;\n\n  border-radius:\n    38px 12px 38px 12px;\n\n  background:#fff;\n\n  box-shadow:\n    0 20px 50px\n    rgba(66,83,67,.10);\n}\n\n.gel-product-img img{\n  width:100%;\n  height:510px;\n  object-fit:cover;\n}\n\n.gel-product-copy{\n  padding-left:10px;\n}\n\n.gel-product-copy p{\n  color:#6d7c72;\n\n  font-size:14px;\n  line-height:1.72;\n}\n\n.gel-structure-list{\n  display:grid;\n  gap:9px;\n  margin-top:21px;\n}\n\n.gel-structure{\n  display:grid;\n  grid-template-columns:43px 1fr;\n  gap:13px;\n  align-items:center;\n\n  padding:12px 14px;\n\n  border:1px solid #d8e2d6;\n\n  border-radius:12px;\n\n  background:\n    rgba(255,255,255,.80);\n}\n\n.gel-structure-icon{\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:40px;\n  height:40px;\n\n  border-radius:50%;\n\n  background:\n    linear-gradient(\n      145deg,\n      #e8f2e6,\n      #f8ece0\n    );\n\n  font-size:18px;\n}\n\n.gel-structure strong{\n  display:block;\n  margin-bottom:2px;\n\n  color:#36513d;\n\n  font-size:12px;\n}\n\n.gel-structure span{\n  display:block;\n\n  color:#77847b;\n\n  font-size:10px;\n}\n\n\n\/* FEATURE CARDS *\/\n\n.gel-feature-grid{\n  position:relative;\n  z-index:5;\n\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:14px;\n}\n\n.gel-feature{\n  min-height:215px;\n\n  padding:23px;\n\n  border:1px solid #d5e0d4;\n\n  border-radius:\n    19px 19px 19px 6px;\n\n  background:\n    rgba(255,255,255,.84);\n\n  box-shadow:\n    0 10px 28px\n    rgba(60,78,63,.04);\n}\n\n.gel-feature-icon{\n  margin-bottom:17px;\n  font-size:27px;\n}\n\n.gel-feature-label{\n  margin-bottom:7px;\n\n  color:#688b6c;\n\n  font-size:9px;\n  font-weight:950;\n  letter-spacing:1.3px;\n  text-transform:uppercase;\n}\n\n.gel-feature h3{\n  margin-bottom:8px;\n\n  color:#30473a;\n\n  font-size:16px;\n  font-weight:900;\n}\n\n.gel-feature p{\n  margin-bottom:0;\n\n  color:#6e7b73;\n\n  font-size:12px;\n  line-height:1.65;\n}\n\n\n\/* USE CASES *\/\n\n.gel-use-box{\n  position:relative;\n  z-index:5;\n\n  margin-top:28px;\n\n  padding:25px;\n\n  border:1px solid #d7e1d5;\n\n  border-radius:22px;\n\n  background:\n    rgba(255,255,255,.72);\n}\n\n.gel-use-head{\n  margin-bottom:18px;\n}\n\n.gel-use-head h3{\n  margin-bottom:5px;\n\n  color:#30483a;\n\n  font-size:23px;\n  font-weight:950;\n}\n\n.gel-use-head p{\n  margin-bottom:0;\n\n  color:#738078;\n\n  font-size:12px;\n}\n\n.gel-use-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:10px;\n}\n\n.gel-use{\n  position:relative;\n\n  overflow:hidden;\n\n  min-height:215px;\n\n  border-radius:\n    17px 17px 17px 5px;\n\n  background:#e0e8dc;\n}\n\n.gel-use img{\n  width:100%;\n  height:215px;\n  object-fit:cover;\n}\n\n.gel-use:after{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  background:\n    linear-gradient(\n      to top,\n      rgba(35,63,44,.53),\n      transparent 58%\n    );\n}\n\n.gel-use span{\n  position:absolute;\n  z-index:2;\n\n  left:14px;\n  bottom:13px;\n\n  color:#fff;\n\n  font-size:11px;\n  font-weight:900;\n  text-transform:uppercase;\n  letter-spacing:.7px;\n}\n\n\n\/* SPECIFICATIONS *\/\n\n.gel-spec{\n  position:relative;\n  z-index:5;\n\n  margin-top:18px;\n\n  overflow:hidden;\n\n  border:1px solid #d7e0d6;\n\n  border-radius:18px;\n\n  background:#fff;\n}\n\n.gel-spec-row{\n  display:grid;\n  grid-template-columns:215px 1fr;\n\n  border-bottom:\n    1px solid #e5e8e3;\n}\n\n.gel-spec-row:last-child{\n  border-bottom:0;\n}\n\n.gel-spec-key,\n.gel-spec-value{\n  padding:14px 18px;\n}\n\n.gel-spec-key{\n  color:#66826a;\n\n  font-size:10px;\n  font-weight:950;\n  letter-spacing:.5px;\n  text-transform:uppercase;\n\n  background:#f3f7f1;\n}\n\n.gel-spec-value{\n  color:#65736a;\n  font-size:13px;\n}\n\n\n\/* =========================================================\n   FAQ\n========================================================= *\/\n\n.gel-faq{\n  background:\n    radial-gradient(\n      circle at 92% 4%,\n      rgba(193,212,188,.21),\n      transparent 24%\n    ),\n    #fffdf9;\n}\n\n.gel-faq-head{\n  max-width:730px;\n  margin-bottom:31px;\n}\n\n.gel-faq-list{\n  display:grid;\n  gap:11px;\n}\n\n.gel-faq details{\n  overflow:hidden;\n\n  border:1px solid #dde4dc;\n\n  border-radius:\n    16px 16px 16px 5px;\n\n  background:#fff;\n}\n\n.gel-faq details[open]{\n  border-color:#b8cdb8;\n  background:#f6faf5;\n}\n\n.gel-faq summary{\n  position:relative;\n\n  padding:\n    20px 55px\n    20px 20px;\n\n  cursor:pointer;\n\n  color:#2c3e33;\n\n  font-size:15px;\n  line-height:1.45;\n  font-weight:900;\n\n  list-style:none;\n}\n\n.gel-faq summary::-webkit-details-marker{\n  display:none;\n}\n\n.gel-faq summary:after{\n  content:\"+\";\n\n  position:absolute;\n\n  right:18px;\n  top:50%;\n\n  transform:\n    translateY(-50%);\n\n  display:flex;\n  align-items:center;\n  justify-content:center;\n\n  width:28px;\n  height:28px;\n\n  border-radius:50%;\n\n  background:#edf4ec;\n\n  color:#5b7d5e;\n\n  font-size:19px;\n}\n\n.gel-faq details[open] summary:after{\n  content:\"−\";\n}\n\n.gel-faq-answer{\n  padding:\n    0 20px 20px;\n}\n\n.gel-faq-answer p{\n  max-width:850px;\n  margin-bottom:0;\n\n  color:#6c7870;\n\n  font-size:14px;\n  line-height:1.72;\n}\n\n\n\/* =========================================================\n   FINAL CTA — LIGHT ONLY\n========================================================= *\/\n\n.gel-final{\n  padding:42px 0 78px;\n\n  background:\n    linear-gradient(\n      180deg,\n      #fffdf9,\n      #f1ece3\n    );\n}\n\n.gel-final-card{\n  position:relative;\n\n  overflow:hidden;\n\n  min-height:510px;\n\n  border:1px solid #d4e0d2;\n\n  border-radius:\n    42px 12px 42px 12px;\n\n  background:\n    radial-gradient(\n      circle at 22% 10%,\n      rgba(190,214,184,.40),\n      transparent 29%\n    ),\n    radial-gradient(\n      circle at 91% 92%,\n      rgba(229,205,177,.36),\n      transparent 28%\n    ),\n    linear-gradient(\n      145deg,\n      #fbfcf8,\n      #eaf2e7 58%,\n      #f8f1e7\n    );\n\n  box-shadow:\n    0 28px 68px\n    rgba(63,78,64,.11);\n}\n\n.gel-final-grid{\n  position:relative;\n  z-index:5;\n\n  display:grid;\n  grid-template-columns:1fr 1fr;\n\n  min-height:510px;\n}\n\n.gel-final-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n\n  padding:55px 42px;\n}\n\n.gel-final-badge{\n  align-self:flex-start;\n\n  margin-bottom:18px;\n\n  padding:8px 13px;\n\n  border:1px solid #cadbc8;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  color:#608064;\n\n  font-size:10px;\n  font-weight:950;\n  letter-spacing:1.3px;\n  text-transform:uppercase;\n}\n\n.gel-final-title{\n  margin-bottom:17px;\n\n  color:#284331;\n\n  font-size:46px;\n  line-height:1.04;\n  font-weight:950;\n  letter-spacing:-2px;\n}\n\n.gel-final-text{\n  margin-bottom:26px;\n\n  color:#69786e;\n\n  font-size:15px;\n  line-height:1.72;\n}\n\n.gel-cta{\n  align-self:flex-start;\n\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n\n  padding:17px 27px;\n\n  border:1px solid #759979;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #8eae91,\n      #6e9474\n    );\n\n  color:#fff;\n\n  font-size:13px;\n  font-weight:950;\n  letter-spacing:.4px;\n\n  box-shadow:\n    0 10px 27px\n    rgba(77,117,82,.18);\n}\n\n.gel-final-image{\n  position:relative;\n  overflow:hidden;\n}\n\n.gel-final-image img{\n  width:100%;\n  height:100%;\n  min-height:510px;\n  object-fit:cover;\n}\n\n.gel-final-image:after{\n  content:\"\";\n\n  position:absolute;\n  inset:0;\n\n  background:\n    linear-gradient(\n      90deg,\n      #edf3e9 0%,\n      transparent 23%\n    );\n}\n\n.gel-trust{\n  display:flex;\n  flex-wrap:wrap;\n  gap:8px 16px;\n\n  margin-top:21px;\n\n  color:#718078;\n\n  font-size:10px;\n  font-weight:800;\n}\n\n.gel-trust span{\n  display:flex;\n  align-items:center;\n  gap:6px;\n}\n\n.gel-trust span:before{\n  content:\"\";\n\n  width:5px;\n  height:5px;\n\n  border-radius:50%;\n\n  background:#7ca280;\n}\n\n\n\/* =========================================================\n   MOBILE\n========================================================= *\/\n\n@media(max-width:768px){\n\n  .gel-container{\n    padding:0 15px;\n  }\n\n  .gel-section{\n    padding:56px 0;\n  }\n\n  .gel-title{\n    font-size:34px;\n    letter-spacing:-1.3px;\n  }\n\n  .gel-subtitle{\n    font-size:15px;\n  }\n\n  .gel-hero{\n    padding:52px 0 38px;\n  }\n\n  .gel-hero-grid{\n    grid-template-columns:1fr;\n    gap:31px;\n  }\n\n  .gel-hero-title{\n    font-size:41px;\n    letter-spacing:-2.4px;\n  }\n\n  .gel-hero-copy p{\n    font-size:15px;\n  }\n\n  .gel-gallery{\n    min-height:500px;\n  }\n\n  .gel-main-image{\n    width:88%;\n    height:410px;\n  }\n\n  .gel-kit-image{\n    width:51%;\n  }\n\n  .gel-floating-card{\n    width:155px;\n    padding:13px;\n  }\n\n  .gel-metrics{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .gel-metric{\n    border-right:0;\n    border-bottom:1px solid #e4e8e2;\n  }\n\n  .gel-before-grid{\n    grid-template-columns:1fr;\n    gap:29px;\n  }\n\n  .gel-before-title{\n    font-size:32px;\n  }\n\n  .gel-change{\n    grid-template-columns:88px 24px 1fr;\n  }\n\n  .gel-setup-head{\n    grid-template-columns:1fr;\n    gap:12px;\n  }\n\n  .gel-step-grid{\n    grid-template-columns:1fr;\n  }\n\n  .gel-step{\n    min-height:210px;\n  }\n\n  .gel-review-head{\n    grid-template-columns:1fr;\n    gap:16px;\n  }\n\n  .gel-review-grid{\n    grid-template-columns:1fr;\n  }\n\n  .gel-product-story{\n    grid-template-columns:1fr;\n  }\n\n  .gel-product-img{\n    min-height:400px;\n  }\n\n  .gel-product-img img{\n    height:400px;\n  }\n\n  .gel-product-copy{\n    padding-left:0;\n  }\n\n  .gel-feature-grid{\n    grid-template-columns:1fr;\n  }\n\n  .gel-feature{\n    min-height:0;\n  }\n\n  .gel-use-grid{\n    grid-template-columns:1fr;\n  }\n\n  .gel-use{\n    min-height:250px;\n  }\n\n  .gel-use img{\n    height:250px;\n  }\n\n  .gel-spec-row{\n    grid-template-columns:1fr;\n  }\n\n  .gel-spec-key{\n    padding-bottom:4px;\n  }\n\n  .gel-spec-value{\n    padding-top:7px;\n  }\n\n  .gel-faq summary{\n    padding:18px 51px 18px 17px;\n    font-size:14px;\n  }\n\n  .gel-final{\n    padding:25px 0 52px;\n  }\n\n  .gel-final-card{\n    min-height:0;\n  }\n\n  .gel-final-grid{\n    grid-template-columns:1fr;\n    min-height:0;\n  }\n\n  .gel-final-copy{\n    padding:43px 20px;\n  }\n\n  .gel-final-title{\n    font-size:35px;\n  }\n\n  .gel-cta{\n    align-self:stretch;\n  }\n\n  .gel-final-image img{\n    min-height:360px;\n  }\n\n  .gel-final-image:after{\n    background:\n      linear-gradient(\n        to bottom,\n        #edf3e9 0%,\n        transparent 23%\n      );\n  }\n}\n\n@media(max-width:390px){\n\n  .gel-hero-title{\n    font-size:36px;\n  }\n\n  .gel-title,\n  .gel-before-title{\n    font-size:29px;\n  }\n\n  .gel-gallery{\n    min-height:455px;\n  }\n\n  .gel-main-image{\n    height:360px;\n  }\n\n  .gel-final-title{\n    font-size:31px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"garden-edge-light\" id=\"garden-edge-light-top\"\u003e\n\n  \u003c!-- =====================================================\n       SECTION 1 — LIGHT HERO\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-hero gel-motion\"\u003e\n\n    \u003cdiv class=\"gel-sunlight\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"gel-contours\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"gel-leaf-shadow\"\u003e\u003c\/div\u003e\n\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-hero-grid\"\u003e\n\n        \u003cdiv class=\"gel-hero-copy\"\u003e\n\n          \u003cdiv class=\"gel-hero-badge\"\u003e\n            — CLEAN LINES WITHOUT DIGGING A TRENCH —\n          \u003c\/div\u003e\n\n\n          \u003ch1 class=\"gel-hero-title\"\u003e\n            The Yard Isn't Messy.\n            \u003cspan class=\"gel-green-italic\"\u003e\n              The Edges Are.\n            \u003c\/span\u003e\n          \u003c\/h1\u003e\n\n\n          \u003cp\u003e\n            Grass, mulch and flower beds can all look beautiful on their own.\n            When the boundaries blur together, however, the whole yard can feel unfinished.\n            Flexible landscape edging gives each area a cleaner visual line without making the border itself the center of attention.\n          \u003c\/p\u003e\n\n\n          \u003cdiv class=\"gel-hero-note\"\u003e\n\n            \u003cstrong\u003e\n              THE SIMPLE IDEA\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Shape the line you want, trim the flexible edging to fit and anchor it into suitable ground with the included-style landscape stakes.\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-gallery\"\u003e\n\n          \u003cdiv class=\"gel-main-image\"\u003e\n\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_4.png?v=1787913991\u0026amp;width=1200\" alt=\"Clean curved black landscape edging between lawn and flower bed\" loading=\"eager\"\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"gel-kit-image\"\u003e\n\n            \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81aL02sjHJL._AC_SL1500_.jpg\" alt=\"Flexible landscape edging rolls and anchoring stakes\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"gel-floating-card\"\u003e\n\n            \u003cstrong\u003e\n              No-Dig Setup\n            \u003c\/strong\u003e\n\n            \u003cspan\u003e\n              Shape • Trim • Stake into suitable ground\n            \u003c\/span\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-metrics\"\u003e\n\n        \u003cdiv class=\"gel-metric\"\u003e\n          \u003cstrong\u003eFLEXIBLE PE\u003c\/strong\u003e\n          \u003cspan\u003eBends around curves, beds and tree rings\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-metric\"\u003e\n          \u003cstrong\u003eNO TRENCH\u003c\/strong\u003e\n          \u003cspan\u003eDesigned for stake-down installation\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-metric\"\u003e\n          \u003cstrong\u003eCUT TO FIT\u003c\/strong\u003e\n          \u003cspan\u003eAdjust the edging length to the project\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-metric\"\u003e\n          \u003cstrong\u003eLOW PROFILE\u003c\/strong\u003e\n          \u003cspan\u003eBlack border visually recedes beside landscaping\u003c\/span\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SECTION 2 — BEFORE \/ AFTER\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-section gel-before\"\u003e\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-before-grid\"\u003e\n\n        \u003cdiv class=\"gel-before-copy\"\u003e\n\n          \u003cdiv class=\"gel-kicker\"\u003e\n            A SMALL LINE CAN CHANGE THE WHOLE YARD\n          \u003c\/div\u003e\n\n\n          \u003ch2 class=\"gel-before-title\"\u003e\n            Plants Get The Attention.\n            The Border Makes Them\n            \u003cspan style=\"color:#65866a;\"\u003e\n              Look Finished.\n            \u003c\/span\u003e\n          \u003c\/h2\u003e\n\n\n          \u003cp\u003e\n            Good edging should not compete with the flowers.\n            Its job is to quietly separate lawn from mulch, make curves feel intentional and help landscaped areas look more organized.\n          \u003c\/p\u003e\n\n\n          \u003cdiv class=\"gel-change-list\"\u003e\n\n            \u003cdiv class=\"gel-change\"\u003e\n              \u003cspan class=\"gel-change-before\"\u003eBlurred Edge\u003c\/span\u003e\n              \u003cspan class=\"gel-change-arrow\"\u003e→\u003c\/span\u003e\n              \u003cspan class=\"gel-change-after\"\u003eClear grass-to-bed separation\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gel-change\"\u003e\n              \u003cspan class=\"gel-change-before\"\u003eUneven Curve\u003c\/span\u003e\n              \u003cspan class=\"gel-change-arrow\"\u003e→\u003c\/span\u003e\n              \u003cspan class=\"gel-change-after\"\u003eFlexible sweeping garden line\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gel-change\"\u003e\n              \u003cspan class=\"gel-change-before\"\u003eFixed Sections\u003c\/span\u003e\n              \u003cspan class=\"gel-change-arrow\"\u003e→\u003c\/span\u003e\n              \u003cspan class=\"gel-change-after\"\u003eContinuous trim-to-fit border\u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gel-change\"\u003e\n              \u003cspan class=\"gel-change-before\"\u003eHeavy Install\u003c\/span\u003e\n              \u003cspan class=\"gel-change-arrow\"\u003e→\u003c\/span\u003e\n              \u003cspan class=\"gel-change-after\"\u003eShape and stake into suitable ground\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-before-image\"\u003e\n\n          \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_25_1.png?v=1787913991\u0026amp;width=1200\" alt=\"Curved landscape edging separating mulch from lawn\" loading=\"lazy\"\u003e\n\n\n          \u003cdiv class=\"gel-before-note\"\u003e\n            The border stays visually quiet so the lawn, mulch and planting remain the parts you notice first.\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SECTION 2.5B — EASY INSTALLATION\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-section gel-setup gel-motion\"\u003e\n\n    \u003cdiv class=\"gel-sunlight\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"gel-contours\"\u003e\u003c\/div\u003e\n\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-setup-head\"\u003e\n\n        \u003cdiv class=\"gel-setup-label\"\u003e\n          WEEKEND-YARD-PROJECT FRIENDLY\n        \u003c\/div\u003e\n\n\n        \u003ch2 class=\"gel-title\"\u003e\n          Plan The Line.\n          Shape The Curve.\n          \u003cspan class=\"gel-green-italic\"\u003e\n            Stake It Down.\n          \u003c\/span\u003e\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-step-grid\"\u003e\n\n        \u003cdiv class=\"gel-step\"\u003e\n\n          \u003cdiv class=\"gel-step-num\"\u003e01\u003c\/div\u003e\n\n          \u003cdiv class=\"gel-step-icon\"\u003e✏️\u003c\/div\u003e\n\n          \u003ch3\u003e\n            Plan The Border\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Lay the edging beside the lawn, flower bed, pathway or tree and decide where the finished line should run.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-step\"\u003e\n\n          \u003cdiv class=\"gel-step-num\"\u003e02\u003c\/div\u003e\n\n          \u003cdiv class=\"gel-step-icon\"\u003e↪️\u003c\/div\u003e\n\n          \u003ch3\u003e\n            Bend \u0026amp; Trim\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Shape the flexible PE around curves and trim the material to the length needed for your project.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-step\"\u003e\n\n          \u003cdiv class=\"gel-step-num\"\u003e03\u003c\/div\u003e\n\n          \u003cdiv class=\"gel-step-icon\"\u003e🔨\u003c\/div\u003e\n\n          \u003ch3\u003e\n            Anchor The Line\n          \u003c\/h3\u003e\n\n          \u003cp\u003e\n            Position stakes through the edging tabs and tap them into suitable soil until the border is held in place.\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-install-tip\"\u003e\n        \u003cstrong\u003eINSTALLATION TIP:\u003c\/strong\u003e\n        A rubber mallet is recommended. If the ground is hard, dry or rocky, prepare or soften the soil before driving the plastic stakes.\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SECTION 3 — CUSTOMER REVIEWS\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-section gel-reviews\"\u003e\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-review-head\"\u003e\n\n        \u003cdiv\u003e\n\n          \u003cdiv class=\"gel-kicker\"\u003e\n            CUSTOMER PROJECTS\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-stars\"\u003e\n            ★★★★★\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-score\"\u003e\n            1,800+ Reviews Listed\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-sub\"\u003e\n            Replace with verified individual reviews before publishing\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cp class=\"gel-review-note\"\u003e\n          The source listing shows an overall review count but does not expose enough individually verifiable customer testimonials to reproduce safely. Use your Shopify review app to replace these prepared review slots.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-review-grid\"\u003e\n\n        \u003carticle class=\"gel-review\"\u003e\n\n          \u003cdiv class=\"gel-review-img\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_4.png?v=1787913991\u0026amp;width=1000\" alt=\"Landscape edging around flower bed\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-body\"\u003e\n            \u003cdiv class=\"gel-review-top\"\u003e\n              \u003cspan class=\"gel-review-stars\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"gel-review-status\"\u003eReview Slot\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"gel-placeholder\"\u003eAdd Genuine Review\u003c\/h3\u003e\n            \u003cp class=\"gel-placeholder\"\u003e\n              Add verified feedback about creating a clean flower-bed border.\n            \u003c\/p\u003e\n            \u003cdiv class=\"gel-review-name gel-placeholder\"\u003eCUSTOMER NAME\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/article\u003e\n\n\n        \u003carticle class=\"gel-review\"\u003e\n\n          \u003cdiv class=\"gel-review-img\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_25_1.png?v=1787913991\u0026amp;width=1000\" alt=\"Flexible garden border following curve\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-body\"\u003e\n            \u003cdiv class=\"gel-review-top\"\u003e\n              \u003cspan class=\"gel-review-stars\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"gel-review-status\"\u003eReview Slot\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"gel-placeholder\"\u003eAdd Genuine Review\u003c\/h3\u003e\n            \u003cp class=\"gel-placeholder\"\u003e\n              Use a real review about forming curved or irregular flower beds.\n            \u003c\/p\u003e\n            \u003cdiv class=\"gel-review-name gel-placeholder\"\u003eCUSTOMER NAME\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/article\u003e\n\n\n        \u003carticle class=\"gel-review\"\u003e\n\n          \u003cdiv class=\"gel-review-img\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_3.png?v=1787913991\u0026amp;width=1000\" alt=\"Landscape edging beside gravel and lawn\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-body\"\u003e\n            \u003cdiv class=\"gel-review-top\"\u003e\n              \u003cspan class=\"gel-review-stars\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"gel-review-status\"\u003eReview Slot\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"gel-placeholder\"\u003eAdd Genuine Review\u003c\/h3\u003e\n            \u003cp class=\"gel-placeholder\"\u003e\n              Add verified feedback about separating gravel, mulch or landscaping material from grass.\n            \u003c\/p\u003e\n            \u003cdiv class=\"gel-review-name gel-placeholder\"\u003eCUSTOMER NAME\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/article\u003e\n\n\n        \u003carticle class=\"gel-review\"\u003e\n\n          \u003cdiv class=\"gel-review-img\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_2.png?v=1787913991\u0026amp;width=1000\" alt=\"Landscape edging forming tree ring\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-body\"\u003e\n            \u003cdiv class=\"gel-review-top\"\u003e\n              \u003cspan class=\"gel-review-stars\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"gel-review-status\"\u003eReview Slot\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"gel-placeholder\"\u003eAdd Genuine Review\u003c\/h3\u003e\n            \u003cp class=\"gel-placeholder\"\u003e\n              Add authentic feedback from a customer who used the edging around a tree.\n            \u003c\/p\u003e\n            \u003cdiv class=\"gel-review-name gel-placeholder\"\u003eCUSTOMER NAME\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/article\u003e\n\n\n        \u003carticle class=\"gel-review\"\u003e\n\n          \u003cdiv class=\"gel-review-img\"\u003e\n            \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/91B63kKt7CL._AC_SL1500_.jpg\" alt=\"Black garden edging along curved bed\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-body\"\u003e\n            \u003cdiv class=\"gel-review-top\"\u003e\n              \u003cspan class=\"gel-review-stars\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"gel-review-status\"\u003eReview Slot\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"gel-placeholder\"\u003eAdd Genuine Review\u003c\/h3\u003e\n            \u003cp class=\"gel-placeholder\"\u003e\n              Add a verified review about the finished appearance after installation.\n            \u003c\/p\u003e\n            \u003cdiv class=\"gel-review-name gel-placeholder\"\u003eCUSTOMER NAME\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/article\u003e\n\n\n        \u003carticle class=\"gel-review\"\u003e\n\n          \u003cdiv class=\"gel-review-img\"\u003e\n            \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81aL02sjHJL._AC_SL1500_.jpg\" alt=\"Landscape edging kit rolls and stakes\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"gel-review-body\"\u003e\n            \u003cdiv class=\"gel-review-top\"\u003e\n              \u003cspan class=\"gel-review-stars\"\u003e★★★★★\u003c\/span\u003e\n              \u003cspan class=\"gel-review-status\"\u003eReview Slot\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"gel-placeholder\"\u003eAdd Genuine Review\u003c\/h3\u003e\n            \u003cp class=\"gel-placeholder\"\u003e\n              Use real customer feedback about the installation process or included kit components.\n            \u003c\/p\u003e\n            \u003cdiv class=\"gel-review-name gel-placeholder\"\u003eCUSTOMER NAME\u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/article\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       SECTION 2.5A — FEATURES\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-section gel-features gel-motion\"\u003e\n\n    \u003cdiv class=\"gel-sunlight\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"gel-contours\"\u003e\u003c\/div\u003e\n\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-product-story\"\u003e\n\n        \u003cdiv class=\"gel-product-img\"\u003e\n\n          \u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81aL02sjHJL._AC_SL1500_.jpg\" alt=\"Flexible PE landscape edging rolls with anchoring stakes\" loading=\"lazy\"\u003e\n\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-product-copy\"\u003e\n\n          \u003cdiv class=\"gel-kicker\"\u003e\n            SIMPLE MATERIAL, USEFUL GEOMETRY\n          \u003c\/div\u003e\n\n          \u003ch2 class=\"gel-title\"\u003e\n            Flexible Enough For The Yard You\n            \u003cspan class=\"gel-green-italic\"\u003e\n              Actually Have.\n            \u003c\/span\u003e\n          \u003c\/h2\u003e\n\n          \u003cp\u003e\n            Real landscaping rarely follows perfectly straight lines.\n            The flexible strip is designed to bend around curved planting beds and tree rings while the lower tabs provide multiple anchoring points.\n          \u003c\/p\u003e\n\n\n          \u003cdiv class=\"gel-structure-list\"\u003e\n\n            \u003cdiv class=\"gel-structure\"\u003e\n              \u003cspan class=\"gel-structure-icon\"\u003e↪️\u003c\/span\u003e\n              \u003cspan\u003e\n                \u003cstrong\u003eFlexible PE Strip\u003c\/strong\u003e\n                \u003cspan\u003eBends through curved and straighter layouts.\u003c\/span\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gel-structure\"\u003e\n              \u003cspan class=\"gel-structure-icon\"\u003e📍\u003c\/span\u003e\n              \u003cspan\u003e\n                \u003cstrong\u003eIntegrated Stake Tabs\u003c\/strong\u003e\n                \u003cspan\u003eAnchoring holes run along the lower edge.\u003c\/span\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gel-structure\"\u003e\n              \u003cspan class=\"gel-structure-icon\"\u003e✂️\u003c\/span\u003e\n              \u003cspan\u003e\n                \u003cstrong\u003eTrim-To-Fit Material\u003c\/strong\u003e\n                \u003cspan\u003eAdjust the length to match the project.\u003c\/span\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"gel-structure\"\u003e\n              \u003cspan class=\"gel-structure-icon\"\u003e🖤\u003c\/span\u003e\n              \u003cspan\u003e\n                \u003cstrong\u003eLow-Profile Black Finish\u003c\/strong\u003e\n                \u003cspan\u003eDesigned to visually recede beside plants and lawn.\u003c\/span\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-feature-grid\"\u003e\n\n        \u003cdiv class=\"gel-feature\"\u003e\n          \u003cdiv class=\"gel-feature-icon\"\u003e🚫\u003c\/div\u003e\n          \u003cdiv class=\"gel-feature-label\"\u003eNO-DIG METHOD\u003c\/div\u003e\n          \u003ch3\u003eNo Intended Trench Installation\u003c\/h3\u003e\n          \u003cp\u003e\n            Position the border on suitable ground and secure it through the lower tabs instead of installing a conventional deep trench.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-feature\"\u003e\n          \u003cdiv class=\"gel-feature-icon\"\u003e↪️\u003c\/div\u003e\n          \u003cdiv class=\"gel-feature-label\"\u003eFLEXIBLE LAYOUT\u003c\/div\u003e\n          \u003ch3\u003eCurves Without Rigid Sections\u003c\/h3\u003e\n          \u003cp\u003e\n            PE material bends around beds, tree rings and sweeping landscape lines more easily than rigid straight pieces.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-feature\"\u003e\n          \u003cdiv class=\"gel-feature-icon\"\u003e✂️\u003c\/div\u003e\n          \u003cdiv class=\"gel-feature-label\"\u003eCUSTOM LENGTH\u003c\/div\u003e\n          \u003ch3\u003eTrim The Border To Fit\u003c\/h3\u003e\n          \u003cp\u003e\n            Cut the edging to match the actual project instead of forcing the landscape to match fixed-size border sections.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-feature\"\u003e\n          \u003cdiv class=\"gel-feature-icon\"\u003e🌱\u003c\/div\u003e\n          \u003cdiv class=\"gel-feature-label\"\u003eCLEAN SEPARATION\u003c\/div\u003e\n          \u003ch3\u003eDefine Lawn, Mulch \u0026amp; Soil\u003c\/h3\u003e\n          \u003cp\u003e\n            A continuous dark edge gives different landscaping materials a clearer visual boundary.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-feature\"\u003e\n          \u003cdiv class=\"gel-feature-icon\"\u003e🧱\u003c\/div\u003e\n          \u003cdiv class=\"gel-feature-label\"\u003eMULTIPLE ANCHORS\u003c\/div\u003e\n          \u003ch3\u003eAdd Support Where Needed\u003c\/h3\u003e\n          \u003cp\u003e\n            Use additional stake points around tighter curves or areas where the edging needs extra control.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-feature\"\u003e\n          \u003cdiv class=\"gel-feature-icon\"\u003e💧\u003c\/div\u003e\n          \u003cdiv class=\"gel-feature-label\"\u003ePE MATERIAL\u003c\/div\u003e\n          \u003ch3\u003eNo Untreated-Metal Rust\u003c\/h3\u003e\n          \u003cp\u003e\n            PE plastic does not develop the same rust associated with untreated metal edging exposed to moisture.\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-use-box\"\u003e\n\n        \u003cdiv class=\"gel-use-head\"\u003e\n          \u003ch3\u003eOne Border System, Different Yard Shapes\u003c\/h3\u003e\n          \u003cp\u003eUse the flexible line wherever your landscaping needs definition.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-use-grid\"\u003e\n\n          \u003cdiv class=\"gel-use\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_4.png?v=1787913991\u0026amp;width=1000\" alt=\"Flower bed edging\" loading=\"lazy\"\u003e\n            \u003cspan\u003eFlower Beds\u003c\/span\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"gel-use\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_2.png?v=1787913991\u0026amp;width=1000\" alt=\"Tree ring landscape edging\" loading=\"lazy\"\u003e\n            \u003cspan\u003eTree Rings\u003c\/span\u003e\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"gel-use\"\u003e\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_3.png?v=1787913991\u0026amp;width=1000\" alt=\"Gravel pathway garden edging\" loading=\"lazy\"\u003e\n            \u003cspan\u003ePaths \u0026amp; Gravel\u003c\/span\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-spec\"\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eProduct Type\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            Flexible landscape \/ lawn edging kit\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eMaterial\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            Flexible PE plastic\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eColor\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            Black\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eInstallation\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            No-dig stake-down installation on suitable ground\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eCurrent Size Options\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            2 In × 33 FT, 3 In × 66 FT and 3 In × 100 FT\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003e66 FT Configuration\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            Current detail copy describes 2 × 33 FT edging rolls with 100 anchoring stakes\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eRecommended Areas\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            Flower beds, lawns, tree rings, garden borders and pathways\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"gel-spec-row\"\u003e\n          \u003cdiv class=\"gel-spec-key\"\u003eRecommended Tool\u003c\/div\u003e\n          \u003cdiv class=\"gel-spec-value\"\u003e\n            Rubber mallet for tapping stakes\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FAQ\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-section gel-faq\"\u003e\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-faq-head\"\u003e\n\n        \u003cdiv class=\"gel-kicker\"\u003e\n          BEFORE YOU START THE BORDER\n        \u003c\/div\u003e\n\n        \u003ch2 class=\"gel-title\"\u003e\n          A Few Things Worth Knowing Before Installation\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"gel-faq-list\"\u003e\n\n        \u003cdetails\u003e\n          \u003csummary\u003eDo I need to dig a trench first?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              The intended installation method does not require a conventional trench. Position the edging along the planned line and secure it into suitable ground using the anchoring stakes.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I create curved flower beds?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. The PE edging is designed to bend, making it suitable for curved beds, circular tree borders and sweeping landscape lines.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eCan I cut the edging shorter?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              Yes. The plastic edging can be trimmed to suit the length required for the landscaping project.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat if my soil is very hard or rocky?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              Prepare or soften difficult ground before installing the stakes. Forcing plastic stakes directly into hard or rocky soil can increase the chance of damaging them.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eShould I use a regular metal hammer?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              A rubber mallet is recommended for tapping the stakes. Use controlled force instead of striking them excessively.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eWhat areas can I edge with it?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              Typical applications include flower beds, tree rings, lawn boundaries, garden borders and pathways.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n\n        \u003cdetails\u003e\n          \u003csummary\u003eHow many stakes are included?\u003c\/summary\u003e\n          \u003cdiv class=\"gel-faq-answer\"\u003e\n            \u003cp\u003e\n              Kit contents can depend on the selected configuration. The current 66 FT description specifically references two 33 FT rolls with 100 anchoring stakes. Check the selected option before checkout.\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/details\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- =====================================================\n       FINAL CTA\n  ====================================================== --\u003e\n\n  \u003csection class=\"gel-final\"\u003e\n\n    \u003cdiv class=\"gel-container\"\u003e\n\n      \u003cdiv class=\"gel-final-card gel-motion\"\u003e\n\n        \u003cdiv class=\"gel-sunlight\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"gel-leaf-shadow\"\u003e\u003c\/div\u003e\n\n\n        \u003cdiv class=\"gel-final-grid\"\u003e\n\n          \u003cdiv class=\"gel-final-copy\"\u003e\n\n            \u003cdiv class=\"gel-final-badge\"\u003e\n              🌿 THE CLEANER YARD STARTS AT THE EDGE\n            \u003c\/div\u003e\n\n\n            \u003ch2 class=\"gel-final-title\"\u003e\n              Give Every Part Of The Yard\n              A Place To End.\n            \u003c\/h2\u003e\n\n\n            \u003cp class=\"gel-final-text\"\u003e\n              Let the lawn stay lawn.\n              Let the mulch stay in the bed.\n              Let curves look intentional.\n              A simple flexible border can quietly organize the landscape without distracting from the plants.\n            \u003c\/p\u003e\n\n\n            \u003ca class=\"gel-cta\" href=\"#garden-edge-light-top\"\u003e\n              SHAPE YOUR GARDEN BORDER →\n            \u003c\/a\u003e\n\n\n            \u003cdiv class=\"gel-trust\"\u003e\n              \u003cspan\u003eFlexible PE\u003c\/span\u003e\n              \u003cspan\u003eNo-Dig Installation\u003c\/span\u003e\n              \u003cspan\u003eCut To Fit\u003c\/span\u003e\n              \u003cspan\u003eCurved Or Straight Layouts\u003c\/span\u003e\n            \u003c\/div\u003e\n\n          \u003c\/div\u003e\n\n\n          \u003cdiv class=\"gel-final-image\"\u003e\n\n            \u003cimg src=\"https:\/\/bvuyomi.com\/cdn\/shop\/files\/ChatGPTImage2026_8_28_06_45_26_4.png?v=1787913991\u0026amp;width=1200\" alt=\"Finished garden with clean flexible landscape edging\" loading=\"lazy\"\u003e\n\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"HSY","offers":[{"title":"2 In x 33 FT","offer_id":54703632843118,"sku":"NC03242608312658-隔离带5cm高*10","price":34.99,"currency_code":"USD","in_stock":true},{"title":"3 In x 66 FT","offer_id":54703632875886,"sku":"NC03242608312658-隔离带6cm高*20","price":48.99,"currency_code":"USD","in_stock":true},{"title":"3 In x 100 FT","offer_id":54703632908654,"sku":"NC03242608312658-隔离带6cm高*30","price":68.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0997\/6499\/4414\/files\/ChatGPT_Image_2026_9_1_23_57_05.png?v=1788321445","url":"https:\/\/bvuyomi.com\/products\/no-dig-flexible-landscape-edging-kit","provider":"Bvuyomi","version":"1.0","type":"link"}