{"product_id":"kl-n-green-monster","title":"KLiN Green Monster","description":"\n\u003cstyle\u003e\n  .dd-cc {\n    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;\n    color: #1a1a1a;\n    line-height: 1.65;\n    max-width: 680px;\n  }\n\n  \/* ── HERO HEADER ── *\/\n  .dd-cc__hero {\n    background: #050f00;\n    padding: 24px 24px 20px;\n    border-top: 3px solid #33aa22;\n    margin-bottom: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .dd-cc__hero-brands {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 12px;\n  }\n  .dd-cc__brand-pill {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    padding: 4px 10px;\n    border-radius: 2px;\n  }\n  .dd-cc__brand-pill--klin {\n    background: #c8a96e;\n    color: #3a2800;\n  }\n  .dd-cc__brand-pill--series {\n    background: #0a2200;\n    color: #33aa22;\n    border: 1px solid #1a5500;\n  }\n  .dd-cc__title {\n    font-size: 24px;\n    font-weight: 700;\n    color: #ffffff;\n    line-height: 1.2;\n    margin: 0 0 10px;\n  }\n  .dd-cc__tagline {\n    font-size: 12px;\n    color: #1a5500;\n    margin: 0;\n    font-style: italic;\n  }\n  .dd-cc__tagline strong {\n    color: #66cc44;\n    font-style: normal;\n  }\n\n  \/* ── INTRO ── *\/\n  .dd-cc__intro {\n    padding: 18px 20px;\n    background: #f0faf0;\n    border-left: 3px solid #33aa22;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__intro p {\n    font-size: 14px;\n    line-height: 1.75;\n    color: #1a2a1a;\n    margin: 0 0 10px;\n  }\n  .dd-cc__intro p:last-child { margin: 0; }\n  .dd-cc__intro strong { color: #050f00; }\n\n  \/* ── SPEC GRID ── *\/\n  .dd-cc__stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    border-top: 1px solid #aaddaa;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__stat {\n    padding: 14px 16px;\n    border-right: 1px solid #aaddaa;\n    background: #fff;\n  }\n  .dd-cc__stat:last-child { border-right: none; }\n  .dd-cc__stat-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.22em;\n    text-transform: uppercase;\n    color: #999;\n    margin: 0 0 4px;\n  }\n  .dd-cc__stat-value {\n    font-size: 17px;\n    font-weight: 700;\n    color: #050f00;\n    line-height: 1.1;\n    margin: 0 0 2px;\n  }\n  .dd-cc__stat-sub {\n    font-size: 10px;\n    color: #888;\n  }\n\n  \/* ── AT A GLANCE ── *\/\n  .dd-cc__glance {\n    padding: 18px 20px;\n    background: #fff;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__section-label {\n    font-size: 9px;\n    font-weight: 600;\n    letter-spacing: 0.28em;\n    text-transform: uppercase;\n    color: #228811;\n    margin: 0 0 12px;\n  }\n  .dd-cc__glance-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n  }\n  .dd-cc__glance-item {\n    display: flex;\n    align-items: flex-start;\n    gap: 8px;\n    font-size: 12px;\n    color: #444;\n    line-height: 1.5;\n  }\n  .dd-cc__glance-dot {\n    width: 18px;\n    height: 18px;\n    background: #050f00;\n    border-radius: 50%;\n    flex-shrink: 0;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-top: 1px;\n  }\n  .dd-cc__glance-dot svg {\n    width: 10px;\n    height: 10px;\n    stroke: #66cc44;\n    fill: none;\n    stroke-width: 2.5;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .dd-cc__glance-item strong {\n    display: block;\n    font-size: 11px;\n    font-weight: 700;\n    color: #050f00;\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    margin-bottom: 1px;\n  }\n\n  \/* ── PERFORMANCE CALLOUT ── *\/\n  .dd-cc__performance {\n    padding: 18px 20px;\n    background: #050f00;\n    border-left: 3px solid #33aa22;\n  }\n  .dd-cc__performance .dd-cc__section-label { color: #66cc44; }\n  .dd-cc__performance p {\n    font-size: 13px;\n    color: #1a5500;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-cc__performance p:last-child { margin: 0; }\n  .dd-cc__performance strong { color: #aaeebb; }\n\n  \/* ── USE CASE BLOCK ── *\/\n  .dd-cc__ccs {\n    padding: 18px 20px;\n    background: #f0faf0;\n    border-top: 1px solid #aaddaa;\n    border-bottom: 1px solid #aaddaa;\n  }\n  .dd-cc__ccs p {\n    font-size: 13px;\n    color: #444;\n    line-height: 1.7;\n    margin: 0 0 10px;\n  }\n  .dd-cc__ccs p:last-child { margin: 0; }\n  .dd-cc__ccs strong { color: #050f00; }\n\n  \/* ── USE CASE GRID ── *\/\n  .dd-cc__use-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr 1fr;\n    gap: 8px;\n    margin-top: 12px;\n  }\n  .dd-cc__use-item {\n    background: #fff;\n    border: 1px solid #aaddaa;\n    border-top: 2px solid #33aa22;\n    padding: 10px 12px;\n  }\n  .dd-cc__use-label {\n    font-size: 9px;\n    font-weight: 700;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    color: #228811;\n    margin: 0 0 3px;\n  }\n  .dd-cc__use-note {\n    font-size: 11px;\n    color: #444;\n    line-height: 1.4;\n  }\n\n  \/* ── BADGE STRIP ── *\/\n  .dd-cc__collab-strip {\n    padding: 14px 20px;\n    background: #fff;\n    border-bottom: 1px solid #aaddaa;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 8px;\n    align-items: center;\n  }\n  .dd-cc__badge {\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n    padding: 5px 10px;\n    border-radius: 2px;\n    background: #f0faf0;\n    color: #1a4400;\n    border: 1px solid #88cc88;\n  }\n  .dd-cc__badge--gold {\n    background: #fdf6ec;\n    color: #7a5200;\n    border-color: #e8c97a;\n  }\n\n  \/* ── CARE STRIP ── *\/\n  .dd-cc__care {\n    padding: 16px 20px;\n    background: #050f00;\n  }\n  .dd-cc__care .dd-cc__section-label { color: #66cc44; }\n  .dd-cc__care-grid {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 12px;\n    margin-top: 10px;\n  }\n  .dd-cc__care-item {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 11px;\n    color: #1a5500;\n  }\n  .dd-cc__care-item svg {\n    width: 14px;\n    height: 14px;\n    stroke-width: 2;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n    fill: none;\n    flex-shrink: 0;\n    stroke: #33aa22;\n  }\n  .dd-cc__care-item--no { color: #e87070; }\n  .dd-cc__care-item--no svg { stroke: #e87070; }\n\n  \/* ── ORIGIN FOOTER ── *\/\n  .dd-cc__origin {\n    padding: 12px 20px;\n    background: #020800;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .dd-cc__origin-flag { font-size: 18px; line-height: 1; }\n  .dd-cc__origin-text {\n    font-size: 11px;\n    color: #1a4400;\n    line-height: 1.4;\n  }\n  .dd-cc__origin-text strong {\n    display: block;\n    font-size: 12px;\n    color: #66cc44;\n    font-weight: 600;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"dd-cc\"\u003e\n\u003c!-- HERO HEADER --\u003e\n\u003cdiv class=\"dd-cc__hero\"\u003e\n\u003cdiv class=\"dd-cc__hero-brands\"\u003e\n\u003cspan class=\"dd-cc__brand-pill dd-cc__brand-pill--klin\"\u003eKLiN Korea\u003c\/span\u003e \u003cspan class=\"dd-cc__brand-pill dd-cc__brand-pill--series\"\u003eGreen Monster\u003c\/span\u003e\n\u003c\/div\u003e\n\u003ch2 class=\"dd-cc__title\"\u003eGreen Monster.\u003cbr\u003eOne Tool for Every Dirty Job.\u003c\/h2\u003e\n\u003cp class=\"dd-cc__tagline\"\u003ePolymer-coated texture. Pressure rinse clean. \u003cstrong\u003eStreamlines your wheel and grime work without burning through your clean-side kit.\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INTRO --\u003e\n\u003cdiv class=\"dd-cc__intro\"\u003e\n\u003cp\u003eThe KLiN Korea Green Monster is a uniquely textured, polymer-coated towel built for the jobs that would otherwise sacrifice a brush, a mitt, or a dedicated wheel tool. Clean brake dust from wheel faces, barrels, and behind spokes — use it wet where you'd normally reach for a brush — and when you're done, pressure rinse it clean and hang it up.\u003c\/p\u003e\n\u003cp\u003eThe texture sits closer to a synthetic clay mitt than a standard microfibre, but \u003cstrong\u003ewithout the abrasiveness that makes clay mitts unsuitable for broader dirty work.\u003c\/strong\u003e Brake dust, oil, road grime, exhaust buildup — the Green Monster handles all of it with whatever cleaning chemical you're already using. If your brush selection isn't getting you there, or the sheer number of tools you're juggling is slowing you down, this is the product that simplifies the process.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- SPECS GRID --\u003e\n\u003cdiv class=\"dd-cc__stats\"\u003e\n\u003cdiv class=\"dd-cc__stat\"\u003e\n\u003cp class=\"dd-cc__stat-label\"\u003eSize\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-value\"\u003e40 × 36cm\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-sub\"\u003e16″ × 14″ · edgeless\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__stat\"\u003e\n\u003cp class=\"dd-cc__stat-label\"\u003eConstruction\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-value\"\u003ePolymer coated\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-sub\"\u003eTextured coating · captures grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__stat\"\u003e\n\u003cp class=\"dd-cc__stat-label\"\u003ePackaging\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-value\"\u003eCCS™\u003c\/p\u003e\n\u003cp class=\"dd-cc__stat-sub\"\u003eSealed · ready to use\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- AT A GLANCE --\u003e\n\u003cdiv class=\"dd-cc__glance\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eAt a glance\u003c\/p\u003e\n\u003cdiv class=\"dd-cc__glance-grid\"\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePolymer-Coated Texture\u003c\/strong\u003eCaptures and holds brake dust, oil, and grime rather than spreading it — the texture does the work your standard towel can't\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003ePressure Rinse Clean\u003c\/strong\u003eNo soaking required between uses — pressure rinse, hang dry, ready again. Built for repeat heavy use without degrading\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eGets Behind Spokes\u003c\/strong\u003eFlexible enough to work into wheel barrels and behind spokes where brushes either won't fit or leave residue behind\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eReplaces Multiple Tools\u003c\/strong\u003eWheel arches, undercarriage, exhaust systems, engine bays — one tool, multiple jobs, without compromising your paint-safe kit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eTextured — Not Abrasive\u003c\/strong\u003eSimilar feel to a synthetic clay mitt but significantly less aggressive — safe for the surfaces around wheels without the restriction that comes with clay\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__glance-item\"\u003e\n\u003cdiv class=\"dd-cc__glance-dot\"\u003e\u003csvg viewbox=\"0 0 12 12\"\u003e\u003cpolyline points=\"2,6 5,9 10,3\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eCCS™ Packaged\u003c\/strong\u003eArrives sealed and ready to use — same KLiN Korea packaging standard as the rest of the lineup\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PERFORMANCE CALLOUT --\u003e\n\u003cdiv class=\"dd-cc__performance\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eStop burning through your clean-side towels on dirty work\u003c\/p\u003e\n\u003cp\u003eEvery detailer has experienced the moment where the dirty job in front of them requires a tool that's either not the right fit or too valuable to risk. A wash mitt on a wheel barrel. A good microfibre in an exhaust tip. A clay mitt on a caked wheel arch. \u003cstrong\u003eThe Green Monster exists so you don't make that call.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eUse it wet with your cleaning chemical of choice — wheel cleaner, APC, degreaser — and work the surface the same way you'd use a brush or a mitt. The polymer texture captures contamination and holds it rather than redistributing it, and when the job is done, \u003cstrong\u003ea pressure rinse is all it takes to reset it for the next one.\u003c\/strong\u003e Durable for the toughest jobs and purpose-built to protect the rest of your kit from being used where it shouldn't be.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- USE CASES --\u003e\n\u003cdiv class=\"dd-cc__ccs\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eWhere it works\u003c\/p\u003e\n\u003cp\u003eUse wet with any cleaning chemical suited to the job. \u003cstrong\u003eNot intended for paint contact\u003c\/strong\u003e — this is your dedicated dirty-work tool.\u003c\/p\u003e\n\u003cdiv class=\"dd-cc__use-grid\"\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eWheels\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eFaces, barrels, behind spokes — brake dust and oil removal\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eArches \u0026amp; Wells\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eWheel arches and wells — scrubbing packed road grime\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eUndercarriage\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eFrame and undercarriage cleaning with APC or degreaser\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eExhaust\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eScrubbing exhaust systems with built-up road grime and carbon\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eEngine Bay\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eGeneral grime removal with cleaning chemical — oil, grease, dust\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__use-item\"\u003e\n\u003cp class=\"dd-cc__use-label\"\u003eTires\u003c\/p\u003e\n\u003cp class=\"dd-cc__use-note\"\u003eScrubbing tires clean before dressing — removes embedded brake dust and old product\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BADGE STRIP --\u003e\n\u003cdiv class=\"dd-cc__collab-strip\"\u003e\n\u003cspan class=\"dd-cc__badge\"\u003eGreen Monster\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003e40 × 36cm · 16″ × 14″\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003ePolymer-coated · edgeless\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003ePressure rinse clean\u003c\/span\u003e \u003cspan class=\"dd-cc__badge\"\u003eCCS™ packaged\u003c\/span\u003e \u003cspan class=\"dd-cc__badge--gold dd-cc__badge\"\u003eMade in Korea\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- CARE STRIP --\u003e\n\u003cdiv class=\"dd-cc__care\"\u003e\n\u003cp class=\"dd-cc__section-label\"\u003eCare \u0026amp; Maintenance\u003c\/p\u003e\n\u003cdiv class=\"dd-cc__care-grid\"\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 12h8M12 8v8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Pressure rinse clean after each use\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M3 6h18M3 12h18M3 18h18\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Soak in APC solution for heavy buildup\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 3v18M5 8l7-5 7 5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Hang dry after rinsing\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M5 12h14M12 5l7 7-7 7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e Inspect before use on any surface\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item--no dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e No fabric softener\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__care-item--no dd-cc__care-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"9\"\u003e\u003c\/circle\u003e\u003cpath d=\"M15 9l-6 6M9 9l6 6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e No bleach\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ORIGIN FOOTER --\u003e\n\u003cdiv class=\"dd-cc__origin\"\u003e\n\u003cdiv class=\"dd-cc__origin-flag\"\u003e🇰🇷\u003c\/div\u003e\n\u003cdiv class=\"dd-cc__origin-text\"\u003e\n\u003cstrong\u003eMade in Korea — Actually.\u003c\/strong\u003e Manufactured by KLiN Korea — the same facility and standards behind every product in the lineup.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"KL!N","offers":[{"title":"Single","offer_id":39286680944755,"sku":"KLIN-3219","price":9.0,"currency_code":"USD","in_stock":true},{"title":"10-pk","offer_id":42408889090163,"sku":null,"price":75.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1970\/4203\/files\/KLiNKoreaGreenMonster-2.jpg?v=1729088405","url":"https:\/\/www.detail-division.mom\/products\/kl-n-green-monster","provider":"Detail-Division","version":"1.0","type":"link"}