{"product_id":"nol","title":"No-Climb Gutter Cleaning Tool","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink rel=\"preconnect\" href=\"https:\/\/miaoda.feishu.cn\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/miaoda.feishu.cn\/fonts\/css2?family=Oswald:wght@500;600;700\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  \/* ---------- Tokens ---------- *\/\n  :root{\n    --ink:#221610;          \/* deep warm charcoal-brown (dark module)  *\/\n    --ink-2:#2C1D12;        \/* dark module alt                        *\/\n    --ink-3:#3A281A;        \/* card on dark                           *\/\n    --cream:#F7F1E6;        \/* warm cream (light module)              *\/\n    --cream-2:#EFE5D4;      \/* light module alt                       *\/\n    --cream-3:#E6D9C2;      \/* light card                             *\/\n    --orange:#F26A1B;       \/* product orange accent                  *\/\n    --orange-2:#D9530E;     \/* deep orange                            *\/\n    --gold:#FFB84D;         \/* star highlight                         *\/\n    --txt-dark:#F7F1E6;     \/* text on dark modules                   *\/\n    --txt-dark-m:rgba(247,241,230,.72);\n    --txt-light:#221610;    \/* text on light modules                  *\/\n    --txt-light-m:rgba(34,22,16,.66);\n    --r:34px;               \/* module corner radius                   *\/\n  }\n\n  \/* ---------- Wrapper (anti-sticky-bar layer) ---------- *\/\n  .gc-wrap{\n    position:relative;\n    isolation:isolate;                  \/* own stacking context, but NO z-index — theme sticky bar always paints on top *\/\n    width:100%;\n    max-width:860px;\n    margin:0 auto;\n    padding:8px 14px 150px;             \/* 150px bottom = reserved safe zone for theme sticky bottom bar *\/\n    box-sizing:border-box;\n    font-family:\"Segoe UI\",\"Helvetica Neue\",Arial,\"PingFang SC\",\"Microsoft YaHei\",sans-serif;\n    color:var(--txt-light);\n    background:#F2EADB;                 \/* page backdrop (theme area)  *\/\n    scroll-margin-top:140px;\n    -webkit-font-smoothing:antialiased;\n  }\n  .gc-wrap *,.gc-wrap *::before,.gc-wrap *::after{box-sizing:border-box;}\n  .gc-wrap img{max-width:100%;display:block;}\n  .gc-wrap a{text-decoration:none;}\n\n  \/* ---------- Module shell ---------- *\/\n  .gc-mod{\n    position:relative;\n    border-radius:var(--r);\n    overflow:hidden;\n    margin:0 0 26px;\n    box-shadow:0 14px 34px -18px rgba(34,22,16,.45);\n  }\n  .gc-mod--dark{ background:var(--ink); color:var(--txt-dark); }\n  .gc-mod--light{ background:var(--cream); color:var(--txt-light); }\n\n  \/* soft orange glow, one per dark module (not particles) *\/\n  .gc-orb{\n    position:absolute; border-radius:50%;\n    background:radial-gradient(circle, rgba(242,106,27,.22) 0%, rgba(242,106,27,0) 68%);\n    width:420px; height:420px; top:-160px; right:-140px; z-index:0;\n    animation:breathe 7s ease-in-out infinite;\n  }\n  .gc-orb--bl{ top:auto; bottom:-190px; left:-160px; right:auto; animation-delay:2s; }\n  @keyframes breathe{ 0%,100%{opacity:.55; transform:translateY(0);} 50%{opacity:1; transform:translateY(10px);} }\n\n  .gc-img{\n    position:relative; z-index:1;\n    padding:18px 18px 0;\n  }\n  .gc-img .frame{\n    border-radius:calc(var(--r) - 10px);\n    overflow:hidden;\n    position:relative;\n    animation:floatY 6.5s ease-in-out infinite;\n  }\n  .gc-mod--dark .frame{ box-shadow:0 16px 40px -18px rgba(0,0,0,.55); }\n  .gc-mod--light .frame{ box-shadow:0 16px 40px -22px rgba(34,22,16,.35); }\n  .gc-img img{ width:100%; height:auto; transition:filter .35s ease, transform .5s cubic-bezier(.22,1,.36,1); }\n  .gc-mod:hover .gc-img img{ filter:saturate(1.06) contrast(1.02); transform:translateY(-4px); } \/* subtle lift, no scale *\/\n\n  \/* ---------- Body \/ typography ---------- *\/\n  .gc-body{ position:relative; z-index:1; padding:26px 34px 38px; }\n  .gc-eyebrow{\n    display:inline-flex; align-items:center; gap:8px;\n    font-size:12px; font-weight:700; letter-spacing:.18em; text-transform:uppercase;\n    margin:0 0 12px;\n  }\n  .gc-eyebrow::before{\n    content:\"\"; width:22px; height:3px; border-radius:3px;\n    background:var(--orange);\n  }\n  .gc-h2{\n    font-family:\"Oswald\",\"Arial Narrow\",\"Arial Black\",\"Helvetica Neue\",Arial,sans-serif;\n    font-weight:600; line-height:1.08;\n    font-size:clamp(30px, 5vw, 46px);\n    margin:0 0 14px; text-wrap:balance;\n    animation:riseIn .6s cubic-bezier(.22,1,.36,1) both;\n  }\n  .gc-p{ margin:0 0 20px; font-size:16px; line-height:1.7; max-width:60ch; }\n  .gc-mod--dark .gc-p{ color:var(--txt-dark-m); }\n  .gc-mod--light .gc-p{ color:var(--txt-light-m); }\n\n  @keyframes riseIn{ from{opacity:0; transform:translateY(18px);} to{opacity:1; transform:translateY(0);} }\n  @keyframes floatY{ 0%,100%{transform:translateY(0);} 50%{transform:translateY(-8px);} }\n\n  \/* ---------- Hero ---------- *\/\n  .gc-hero .gc-hero-top{ position:relative; z-index:1; padding:40px 34px 6px; }\n  .gc-hero-badge{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:8px 16px; border-radius:999px;\n    background:rgba(242,106,27,.14); border:1px solid rgba(242,106,27,.5);\n    color:var(--orange); font-size:12px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;\n    animation:pulseSoft 3.2s ease-in-out infinite;\n  }\n  .gc-hero h1{\n    font-family:\"Oswald\",\"Arial Narrow\",\"Arial Black\",\"Helvetica Neue\",Arial,sans-serif;\n    font-weight:700; line-height:.98; text-transform:uppercase;\n    font-size:clamp(44px, 8vw, 72px);\n    margin:16px 0 10px;\n    animation:riseIn .6s cubic-bezier(.22,1,.36,1) .08s both;\n  }\n  .gc-hero h1 .thin{ display:block; font-weight:500; color:var(--orange); }\n  .gc-hero-sub{ margin:0 0 22px; font-size:17px; line-height:1.65; color:var(--txt-dark-m); max-width:46ch; animation:riseIn .6s cubic-bezier(.22,1,.36,1) .16s both; }\n  .gc-price-row{ display:flex; flex-wrap:wrap; align-items:center; gap:14px; margin-bottom:8px; animation:riseIn .6s cubic-bezier(.22,1,.36,1) .24s both; }\n  .gc-price{ font-family:\"Oswald\",\"Arial Narrow\",Arial,sans-serif; font-size:34px; font-weight:700; color:var(--cream); }\n  .gc-price-old{ font-size:17px; color:var(--txt-dark-m); text-decoration:line-through; }\n  .gc-save{\n    padding:6px 12px; border-radius:999px; background:var(--orange);\n    color:#fff; font-weight:800; font-size:13px; letter-spacing:.06em;\n    animation:pulseSoft 2.6s ease-in-out infinite;\n  }\n  .gc-reviews{ display:flex; align-items:center; gap:8px; font-size:14px; color:var(--txt-dark-m); margin-bottom:10px; }\n  @keyframes pulseSoft{ 0%,100%{opacity:1;} 50%{opacity:.62;} }\n\n  \/* ---------- Chips \/ badges ---------- *\/\n  .gc-chips{ display:flex; flex-wrap:wrap; gap:10px; margin-top:4px; }\n  .gc-chip{\n    display:inline-flex; align-items:center; gap:8px;\n    padding:9px 14px; border-radius:14px;\n    font-size:13px; font-weight:700; letter-spacing:.02em;\n    animation:riseIn .6s cubic-bezier(.22,1,.36,1) both;\n  }\n  .gc-mod--dark .gc-chip{ background:var(--ink-3); color:var(--txt-dark); }\n  .gc-mod--light .gc-chip{ background:var(--cream-3); color:var(--txt-light); }\n  .gc-chip svg{ width:16px; height:16px; flex:0 0 auto; }\n  .gc-chip .c-acc{ color:var(--orange); }\n  .gc-chips .gc-chip:nth-child(1){ animation-delay:.1s; }\n  .gc-chips .gc-chip:nth-child(2){ animation-delay:.2s; }\n  .gc-chips .gc-chip:nth-child(3){ animation-delay:.3s; }\n  .gc-chips .gc-chip:nth-child(4){ animation-delay:.4s; }\n\n  \/* warning pulse ring (problem module) *\/\n  .gc-warn{ position:relative; }\n  .gc-warn::after{\n    content:\"\"; position:absolute; inset:0; border-radius:50%;\n    border:2px solid var(--orange); opacity:0;\n    animation:warnPing 2.4s ease-out infinite;\n  }\n  @keyframes warnPing{ 0%{transform:scale(.9); opacity:.9;} 70%{transform:scale(1.7); opacity:0;} 100%{opacity:0;} }\n\n  \/* ---------- Angle arc (module 4) ---------- *\/\n  .gc-arc{ margin:18px 0 18px; }\n  .gc-arc svg{ width:100%; max-width:360px; height:auto; display:block; }\n  .gc-arc .arc-line{\n    stroke:var(--orange); stroke-width:5; stroke-linecap:round; fill:none;\n    stroke-dasharray:520; stroke-dashoffset:520;\n    animation:drawArc 1.6s cubic-bezier(.22,1,.36,1) .3s forwards;\n  }\n  .gc-arc .arc-dim{ stroke:rgba(34,22,16,.18); stroke-width:5; stroke-linecap:round; fill:none; }\n  @keyframes drawArc{ to{ stroke-dashoffset:0; } }\n  .gc-angle{ display:inline-block; font-family:\"Oswald\",\"Arial Narrow\",Arial,sans-serif; font-weight:600; font-size:26px; color:var(--orange); animation:pulseSoft 3s ease-in-out infinite; }\n  .gc-angle--b{ animation-delay:1.4s; }\n\n  \/* ---------- Steps (module 5) ---------- *\/\n  .gc-steps{ margin-top:6px; }\n  .gc-step{ display:flex; align-items:center; gap:16px; padding:14px 0; border-top:1px dashed rgba(247,241,230,.18); animation:riseIn .6s cubic-bezier(.22,1,.36,1) both; }\n  .gc-step:first-child{ border-top:none; }\n  .gc-step:nth-child(1){ animation-delay:.1s; }\n  .gc-step:nth-child(2){ animation-delay:.22s; }\n  .gc-step:nth-child(3){ animation-delay:.34s; }\n  .gc-step-num{\n    width:46px; height:46px; flex:0 0 auto; border-radius:15px;\n    display:flex; align-items:center; justify-content:center;\n    background:var(--orange); color:#fff;\n    font-family:\"Oswald\",\"Arial Narrow\",Arial,sans-serif; font-weight:700; font-size:20px;\n    box-shadow:0 8px 18px -8px rgba(242,106,27,.7);\n  }\n  .gc-step h4{ margin:0 0 2px; font-size:16px; font-weight:700; letter-spacing:.02em; }\n  .gc-step p{ margin:0; font-size:14px; color:var(--txt-dark-m); line-height:1.55; }\n\n  \/* ---------- Cards (build module 7) ---------- *\/\n  .gc-cards{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:6px; }\n  .gc-card{\n    background:var(--ink-3); border-radius:24px; overflow:hidden;\n    animation:riseIn .6s cubic-bezier(.22,1,.36,1) both;\n    transition:transform .35s ease, box-shadow .35s ease;\n  }\n  .gc-card:nth-child(2){ animation-delay:.14s; }\n  .gc-card:hover{ transform:translateY(-6px); box-shadow:0 20px 36px -20px rgba(0,0,0,.6); }\n  .gc-card .frame{ animation:floatY 7s ease-in-out infinite; }\n  .gc-card:nth-child(2) .frame{ animation-delay:1.6s; }\n  .gc-card h4{ margin:0 0 8px; font-family:\"Oswald\",\"Arial Narrow\",Arial,sans-serif; font-size:21px; font-weight:600; }\n  .gc-card p{ margin:0; font-size:14px; line-height:1.6; color:var(--txt-dark-m); }\n\n  \/* ---------- Quote \/ stars (module 8) ---------- *\/\n  .gc-stars{ display:flex; gap:5px; margin-bottom:16px; }\n  .gc-stars svg{ width:24px; height:24px; animation:twinkle 2.8s ease-in-out infinite; }\n  .gc-stars svg:nth-child(2){ animation-delay:.25s; }\n  .gc-stars svg:nth-child(3){ animation-delay:.5s; }\n  .gc-stars svg:nth-child(4){ animation-delay:.75s; }\n  .gc-stars svg:nth-child(5){ animation-delay:1s; }\n  @keyframes twinkle{ 0%,100%{opacity:1;} 50%{opacity:.55;} }\n  .gc-quote{\n    position:relative; margin:0 0 18px; padding:20px 22px; border-radius:20px;\n    background:var(--cream-2); font-size:17px; line-height:1.65; font-style:italic;\n  }\n  .gc-quote::before{ content:\"\\201C\"; position:absolute; top:-6px; left:14px; font-family:Georgia,serif; font-size:54px; color:var(--orange); line-height:1; }\n  .gc-quote-cite{ display:flex; align-items:center; gap:10px; margin-bottom:16px; font-size:14px; color:var(--txt-light-m); }\n  .gc-quote-cite b{ color:var(--txt-light); }\n  .gc-quote-cite .verify{ color:var(--orange-2); font-weight:700; }\n\n  \/* ---------- Specs (module 9) ---------- *\/\n  .gc-specs{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:24px; }\n  .gc-spec{\n    background:var(--ink-3); border-radius:18px; padding:16px 18px;\n    display:flex; align-items:center; gap:12px;\n    animation:riseIn .6s cubic-bezier(.22,1,.36,1) both;\n  }\n  .gc-spec:nth-child(1){ animation-delay:.05s; }\n  .gc-spec:nth-child(2){ animation-delay:.13s; }\n  .gc-spec:nth-child(3){ animation-delay:.21s; }\n  .gc-spec:nth-child(4){ animation-delay:.29s; }\n  .gc-spec .k{ font-size:11px; letter-spacing:.14em; text-transform:uppercase; color:var(--txt-dark-m); }\n  .gc-spec .v{ font-size:16px; font-weight:700; margin-top:2px; }\n  .gc-spec svg{ width:24px; height:24px; flex:0 0 auto; color:var(--orange); }\n\n  \/* ---------- CTA ---------- *\/\n  .gc-cta{\n    position:relative; overflow:hidden;\n    display:inline-flex; align-items:center; gap:10px;\n    padding:16px 30px; border-radius:16px;\n    background:linear-gradient(135deg, var(--orange) 0%, var(--orange-2) 100%);\n    color:#fff; font-size:16px; font-weight:800; letter-spacing:.03em;\n    box-shadow:0 16px 30px -14px rgba(217,83,14,.75);\n    transition:transform .3s ease, box-shadow .3s ease, filter .3s ease;\n  }\n  .gc-cta:hover{ transform:translateY(-3px); filter:brightness(1.07); box-shadow:0 22px 36px -16px rgba(217,83,14,.85); }\n  .gc-cta:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; }\n  .gc-cta::after{                       \/* shine sweep *\/\n    content:\"\"; position:absolute; top:0; left:-80%;\n    width:50%; height:100%;\n    background:linear-gradient(100deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.38) 50%, rgba(255,255,255,0) 100%);\n    transform:skewX(-20deg);\n    animation:shine 3.4s ease-in-out infinite;\n  }\n  @keyframes shine{ 0%,55%{ left:-80%; } 85%,100%{ left:130%; } }\n  .gc-cta small{ display:block; font-size:11px; font-weight:600; opacity:.85; letter-spacing:.02em; }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width:600px){\n    .gc-wrap{ padding:6px 8px 140px; }\n    .gc-body{ padding:22px 22px 30px; }\n    .gc-img{ padding:12px 12px 0; }\n    .gc-cards,.gc-specs{ grid-template-columns:1fr; }\n    .gc-hero .gc-hero-top{ padding:32px 22px 4px; }\n  }\n\n  \/* ---------- Reduced motion ---------- *\/\n  @media (prefers-reduced-motion: reduce){\n    .gc-wrap *{ animation:none !important; transition:none !important; }\n    .gc-cta::after{ display:none; }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"gc-wrap\" id=\"gc-top\"\u003e\n\u003c!-- ============ M1 · HERO ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--dark gc-hero\"\u003e\n\u003cdiv class=\"gc-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-hero-top\"\u003e\n\u003cspan class=\"gc-hero-badge\"\u003e \u003csvg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 3l7 4v5c0 4.5-3 8.5-7 9-4-.5-7-4.5-7-9V7z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.5 12l2 2 3.5-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e No-Climb Gutter Cleaning Tool \u003c\/span\u003e\n\u003ch1\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eClean Gutters\u003c\/span\u003e\u003cspan class=\"thin\"\u003eStay Safe.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"gc-hero-sub\"\u003eClear leaves, dirt and moss from the ground — no ladder, no climbing, no risk of falling.\u003c\/p\u003e\n\u003cdiv class=\"gc-price-row\"\u003e\n\u003cspan class=\"gc-price\"\u003e$22.98\u003c\/span\u003e \u003cspan class=\"gc-price-old\"\u003e$39.99\u003c\/span\u003e \u003cspan class=\"gc-save\"\u003eSAVE 42%\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-reviews\"\u003e\n\u003cspan class=\"gc-stars\" style=\"margin: 0; display: inline-flex;\"\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003c\/span\u003e \u003cspan\u003e4.8 · 2,356 reviews\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-chips\"\u003e\n\u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 3l7 4v5c0 4.5-3 8.5-7 9-4-.5-7-4.5-7-9V7z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e100% Ground Operation\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003c\/svg\u003eTwo Adjustable Angles\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M4 7h16M4 12h10M4 17h7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eLeaves · Dirt · Moss\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183326_12bcf7c81c98ab8ad21ba9d7a1c593a4_41274d76-2980-4e57-ac24-d1636626c894.png?v=1789194656\u0026amp;width=900\" alt=\"No-Climb gutter cleaning tool cleaning gutters from the ground\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M2 · PROBLEM ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--light\"\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183324_bf6a6b7b468f4e6536cdd83e9fdad754_3c9145a2-af7d-4b1d-874f-d9a0cb1cd13e.png?v=1789194655\u0026amp;width=900\" alt=\"Risks of cleaning gutters from a ladder\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003eThe Problem\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003eLadder work causes falls.\u003c\/h2\u003e\n\u003cp class=\"gc-p\"\u003eGutter cleaning on a roof ladder is one of the most dangerous home chores. Slips, unreachable corners and heavy-arm fatigue — one wrong step can turn a 10-minute job into a serious injury.\u003c\/p\u003e\n\u003cdiv class=\"gc-chips\"\u003e\n\u003cspan class=\"gc-chip\"\u003e\u003cspan class=\"gc-warn\" style=\"display: inline-flex;\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M10.3 3.9L1.8 18a2 2 0 001.7 3h17a2 2 0 001.7-3L13.7 3.9a2 2 0 00-3.4 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 9v4M12 17h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/span\u003eLadder Slips\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M3 21h18M5 21V10l7-6 7 6v11\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21v-6h6v6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eUnreachable Corners\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 2v6h6M9 13h6M9 17h4\"\u003e\u003c\/path\u003e\u003c\/svg\u003eHeavy Arm Fatigue\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M3 · SOLUTION ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--dark\"\u003e\n\u003cdiv class=\"gc-orb gc-orb--bl\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183329_22ead4658a1dadcc6ea3d988c4284209_118ee8d9-eff3-4ad0-a1d6-fdfbf403cedd.png?v=1789194656\u0026amp;width=900\" alt=\"Avoid dangerous roof ladder work with safe ground tool\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eThe Solution\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eClean from the ground.\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eNo ladder. No risk.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"gc-p\"\u003eA sturdy long-reach pole replaces risky climbing — 100% safe ground operation with absolute comfort. Stand on stable ground and reach every gutter section with full control.\u003c\/p\u003e\n\u003cdiv class=\"gc-chips\"\u003e\n\u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M12 3l7 4v5c0 4.5-3 8.5-7 9-4-.5-7-4.5-7-9V7z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.5 12l2 2 3.5-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003eStay Safe\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M6 3h12l4 6-10 12L2 9z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 9h20M9 3l3 6 3-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003eMulti-Angle Head\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M4 17h16M4 12h10M4 7h7\"\u003e\u003c\/path\u003e\u003c\/svg\u003eRemoves Leaves \u0026amp; Debris\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M4 · DUAL ANGLE ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--light\"\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183329_965d9c21c9821b14cd31fb19491804b7_f4ba972d-ce2a-40fc-b960-39f86a9c9ee2.png?v=1789194656\u0026amp;width=900\" alt=\"Dual angle gutter cleaning head reaching hard spots\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003eSmart Design\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003eTwo angles.\u003cbr\u003eEvery hard spot.\u003c\/h2\u003e\n\u003cp class=\"gc-p\"\u003eThe adjustable dual-angle head clears tight roof edges and corners that a straight tool simply can't reach. Switch between two positions to match any gutter layout.\u003c\/p\u003e\n\u003cdiv class=\"gc-arc\"\u003e\u003csvg viewbox=\"0 0 360 196\" role=\"img\"\u003e\n          \u003cpath class=\"arc-dim\" d=\"M70 150 A100 100 0 0 1 290 150\"\u003e\u003c\/path\u003e\n          \u003cpath class=\"arc-line\" d=\"M70 150 A100 100 0 0 1 290 150\"\u003e\u003c\/path\u003e\n          \u003cline x1=\"70\" y1=\"150\" x2=\"70\" y2=\"64\" stroke=\"#221610\" stroke-width=\"2\" stroke-dasharray=\"5 5\"\u003e\u003c\/line\u003e\n          \u003cline x1=\"70\" y1=\"150\" x2=\"236\" y2=\"150\" stroke=\"#221610\" stroke-width=\"2\" stroke-dasharray=\"5 5\"\u003e\u003c\/line\u003e\n          \u003ccircle cx=\"70\" cy=\"150\" r=\"6\" fill=\"#F26A1B\"\u003e\u003c\/circle\u003e\n          \u003ccircle cx=\"290\" cy=\"150\" r=\"6\" fill=\"#F26A1B\"\u003e\u003c\/circle\u003e\n          \u003ctext x=\"46\" y=\"52\" font-family=\"Oswald,Arial,sans-serif\" font-size=\"24\" font-weight=\"700\" fill=\"#221610\"\u003e45°\u003c\/text\u003e\n          \u003ctext x=\"272\" y=\"190\" font-family=\"Oswald,Arial,sans-serif\" font-size=\"24\" font-weight=\"700\" fill=\"#221610\"\u003e120°\u003c\/text\u003e\n        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-chips\"\u003e\n\u003cspan class=\"gc-chip\"\u003e\u003cspan class=\"gc-angle\"\u003e45°\u003c\/span\u003e Tight Corners\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003cspan class=\"gc-angle gc-angle--b\"\u003e120°\u003c\/span\u003e Wide Reach\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M4 19.5A2.5 2.5 0 016.5 17H20\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.5 2H20v20H6.5A2.5 2.5 0 014 19.5v-15A2.5 2.5 0 016.5 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003eRoof-Edge Friendly\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M5 · 3 STEPS ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--dark\"\u003e\n\u003cdiv class=\"gc-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183328_edbc914c098587f30e237deac0f6272a_359d6353-a0a1-4931-986d-51ed9a6d9fb1.png?v=1789194656\u0026amp;width=900\" alt=\"Three easy operation steps for the gutter cleaner\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eHow To Use\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eThree easy steps. Minutes, not hours.\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp class=\"gc-p\"\u003eAssemble and clear your gutters in minutes — safely, from the ground.\u003c\/p\u003e\n\u003cdiv class=\"gc-steps\"\u003e\n\u003cdiv class=\"gc-step\"\u003e\n\u003cdiv class=\"gc-step-num\"\u003e01\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eThread Onto Pole\u003c\/h4\u003e\n\u003cp\u003eAttach the head securely to any compatible ACME-thread extension pole.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-step\"\u003e\n\u003cdiv class=\"gc-step-num\"\u003e02\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003ePush Out Debris\u003c\/h4\u003e\n\u003cp\u003eGuide the scoop through leaves and twigs with slow, controlled movements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-step\"\u003e\n\u003cdiv class=\"gc-step-num\"\u003e03\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch4\u003eScoop And Clear\u003c\/h4\u003e\n\u003cp\u003eBring the debris to an accessible section, remove it, and let the water flow free.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M6 · BEFORE \/ AFTER ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--light\"\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183327_baa7b8619f85e034450eb9e098b38f0c_e5c6d416-a93e-4c4f-850e-c58b4fc993ef.png?v=1789194656\u0026amp;width=900\" alt=\"Gutter cleaning before and after comparison\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003eThe Result\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003eFrom clogged to flowing.\u003c\/h2\u003e\n\u003cp class=\"gc-p\"\u003eBlocked gutters risk water damage to your walls, foundation and roof. Clean, flowing gutters protect your home — season after season.\u003c\/p\u003e\n\u003cdiv class=\"gc-chips\"\u003e\n\u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M12 2v20M2 12h20\"\u003e\u003c\/path\u003e\u003c\/svg\u003eBefore: Clogged Gutters\u003c\/span\u003e \u003cspan class=\"gc-chip\"\u003e\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"c-acc\"\u003e\u003cpath d=\"M12 3l7 4v5c0 4.5-3 8.5-7 9-4-.5-7-4.5-7-9V7z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9.5 12l2 2 3.5-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003eAfter: Clean \u0026amp; Protected\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M7 · BUILD \u0026 COMPATIBILITY ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--dark\"\u003e\n\u003cdiv class=\"gc-orb gc-orb--bl\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eBuilt To Last\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eTough ABS. Fits the pole you already own.\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gc-cards\"\u003e\n\u003cdiv class=\"gc-card\"\u003e\n\u003cdiv class=\"gc-img\" style=\"padding: 12px 12px 0;\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183330_5b68ca8530ba5a11b781ee17494b43a0_294987f0-5720-4ac9-b590-b2b7c17a4e74.jpg?v=1789194655\u0026amp;width=700\" alt=\"Durable ABS gutter cleaning head\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 16px 18px 20px;\"\u003e\n\u003ch4\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eDurable ABS Construction\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003eLightweight yet tough — built for repeated outdoor use during routine home and garden maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-card\"\u003e\n\u003cdiv class=\"gc-img\" style=\"padding: 12px 12px 0;\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183330_4641b26c42a5c293fe451b36fb551ef5_b9add933-ebf5-476f-9255-029aa3429b1b.png?v=1789194656\u0026amp;width=700\" alt=\"ACME thread compatible gutter cleaning heads\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"padding: 16px 18px 20px;\"\u003e\n\u003ch4\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eACME Thread Compatible\u003c\/span\u003e\u003c\/h4\u003e\n\u003cp\u003eConnects to compatible ACME-thread extension poles for extra reach above normal hand height.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M8 · REVIEW ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--light\"\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183326_d5cc023c12fd92c8f0327943d361e3e4_7d5ab626-261f-49f5-9cff-8396c989a94d.png?v=1789194656\u0026amp;width=900\" alt=\"Happy homeowner using the gutter cleaning tool\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003eLoved By Homeowners\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003e2,356 reviews and counting.\u003c\/h2\u003e\n\u003cdiv class=\"gc-stars\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003csvg viewbox=\"0 0 24 24\" fill=\"#FFB84D\"\u003e\u003cpath d=\"M12 2l3.1 6.3 6.9 1-5 4.9 1.2 6.8L12 17.8 5.8 21l1.2-6.8-5-4.9 6.9-1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003c\/div\u003e\n\u003cblockquote class=\"gc-quote\"\u003eWorks great! Cleaned my gutters in minutes without a ladder. Much safer!\u003c\/blockquote\u003e\n\u003cdiv class=\"gc-quote-cite\"\u003e\n\u003cspan style=\"width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 800;\"\u003eMT\u003c\/span\u003e \u003cspan\u003e\u003cb\u003eMark T.\u003c\/b\u003e · \u003cspan class=\"verify\"\u003eVerified Buyer\u003c\/span\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ============ M9 · SPECS + CTA ============ --\u003e\n\u003csection class=\"gc-mod gc-mod--dark\"\u003e\n\u003cdiv class=\"gc-orb\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"gc-img\"\u003e\n\u003cdiv class=\"frame\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/spp_shopify20260910183330_59d17ea60df27d536440acdd5217c1e7_a6a0141d-a949-4117-b923-c1408f433274.png?v=1789194656\u0026amp;width=700\" alt=\"No-Climb gutter cleaning tool head components\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-body\"\u003e\n\u003cp class=\"gc-eyebrow\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eSpecifications\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2 class=\"gc-h2\"\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eEverything you need to know.\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"gc-specs\"\u003e\n\u003cdiv class=\"gc-spec\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10c.926 0 1.648-.746 1.648-1.688 0-.437-.18-.835-.437-1.125-.29-.289-.438-.652-.438-1.125a1.64 1.64 0 011.668-1.668h1.996c3.051 0 5.555-2.503 5.555-5.554C21.965 6.012 17.461 2 12 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"k\"\u003eColor\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eOrange\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-spec\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2v4M12 18v4M2 12h4M18 12h4\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"k\"\u003eMaterial\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eDurable ABS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gc-spec\"\u003e\n\u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-3 8-10V5l-8-3-8 3v7c0 7 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 12l3 3 5-6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"k\"\u003eCompatibility\u003c\/div\u003e\n\u003cdiv class=\"v\"\u003eACME-Thread Poles\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"gc-cta\" href=\"#gc-top\"\u003e \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"9\" cy=\"21\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"19\" cy=\"21\" r=\"1.6\"\u003e\u003c\/circle\u003e\u003cpath d=\"M2 3h3l2.7 12.4a2 2 0 002 1.6h8.7a2 2 0 002-1.6L22 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e \u003cspan style=\"color: rgb(255, 255, 255);\"\u003eView Price \u0026amp; Options \u003csmall\u003eFree worldwide shipping · Dispatched in 24–48h\u003c\/small\u003e \u003c\/span\u003e\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"LYLY","offers":[{"title":"1 Pc","offer_id":48424385478845,"sku":"B03028-A","price":22.98,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0763\/3115\/5645\/files\/03a5ae40-44a6-48a9-b071-7dff226a3618.png?v=1789198462","url":"https:\/\/valorsnet.us\/products\/nol","provider":"Valors-net","version":"1.0","type":"link"}