{"product_id":"radiantpath-led-glowing-safety-leash","title":"RadiantPath LED Glowing Safety Leash","description":"\u003cdiv class=\"furrivo-lp\"\u003e\n\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,600;1,600\u0026amp;family=Poppins:wght@300;400;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    \/* Scoped Container for getFurrivo Luxury Aesthetic *\/\n    .furrivo-lp { \n        --bg-creamy: #fdfaf5; \n        --text-dark: #1a1a1a;\n        --accent-glow: #3498db; \/* لون هادئ يعكس الضوء الأزرق *\/\n        --border-color: rgba(0,0,0,0.06);\n        --font-display: 'Playfair Display', serif;\n        --font-sans: 'Poppins', sans-serif;\n        \n        font-family: var(--font-sans); \n        background-color: var(--bg-creamy); \n        color: var(--text-dark); \n        line-height: 1.7; \n        overflow-x: hidden;\n        margin: 0; padding: 0;\n    }\n\n    .furrivo-lp * { box-sizing: border-box; }\n    .furrivo-lp .container { max-width: 1200px; margin: 0 auto; padding: 0 30px; }\n    .furrivo-lp h1, .furrivo-lp h2, .furrivo-lp h3 { font-family: var(--font-display); color: var(--text-dark); font-weight: 600; }\n    .furrivo-lp .highlight { color: #d35400; font-style: italic; }\n\n    \/* Hero Section *\/\n    .furrivo-lp .hero { display: flex; align-items: center; justify-content: space-between; padding: 80px 0; gap: 60px; border-bottom: 1px solid var(--border-color); }\n    .furrivo-lp .hero-content { flex: 1; }\n    .furrivo-lp .hero-tag { display: inline-block; padding: 6px 16px; border: 1.5px solid var(--text-dark); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-dark); margin-bottom: 20px; font-weight: 600; }\n    .furrivo-lp .hero h1 { font-size: 58px; line-height: 1.1; margin-bottom: 25px; }\n    .furrivo-lp .hero p { font-size: 19px; color: #444; margin-bottom: 40px; }\n    .furrivo-lp .btn-premium { display: inline-flex; padding: 18px 45px; background: var(--text-dark); color: #fff; text-decoration: none; border-radius: 4px; font-weight: 600; text-transform: uppercase; font-size: 14px; transition: 0.3s; border: none; cursor: pointer; }\n    .furrivo-lp .btn-premium:hover { background: #333; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }\n\n    .furrivo-lp .hero-visual { flex: 1.2; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 550px; border-radius: 12px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); }\n\n    \/* Features Grid *\/\n    .furrivo-lp .features-section { padding: 100px 0; background-color: #fff; border-bottom: 1px solid var(--border-color); }\n    .furrivo-lp .section-header { text-align: center; margin-bottom: 70px; }\n    .furrivo-lp .section-header h2 { font-size: 46px; margin-bottom: 15px; }\n    .furrivo-lp .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }\n    .furrivo-lp .feature-card { padding: 30px; text-align: center; border: 1px solid var(--border-color); border-radius: 12px; transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { border-color: var(--text-dark); transform: translateY(-5px); }\n    .furrivo-lp .f-icon { font-size: 40px; margin-bottom: 20px; display: block; }\n    .furrivo-lp .feature-card h3 { font-size: 20px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; }\n\n    \/* Daytime vs Nighttime Section *\/\n    .furrivo-lp .visual-comparison { padding: 100px 0; }\n    .furrivo-lp .comparison-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .comparison-img { flex: 1.2; text-align: center; }\n    .furrivo-lp .comparison-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .comparison-text { flex: 1; }\n    .furrivo-lp .comparison-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .comparison-text p { font-size: 17px; margin-bottom: 30px; }\n    \n    \/* Color Swatches *\/\n    .furrivo-lp .color-grid { display: flex; gap: 10px; margin-top: 20px; }\n    .furrivo-lp .swatch { width: 30px; height: 30px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }\n\n    \/* Final CTA *\/\n    .furrivo-lp .final-cta { padding: 120px 0; text-align: center; }\n    .furrivo-lp .final-cta h2 { font-size: 50px; margin-bottom: 30px; }\n    .furrivo-lp .final-cta p { font-size: 20px; color: #555; margin-bottom: 50px; max-width: 700px; margin-left: auto; margin-right: auto; }\n\n    @media (max-width: 992px) {\n        .furrivo-lp .hero, .furrivo-lp .comparison-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .comparison-img { text-align: center; }\n        .furrivo-lp .color-grid { justify-content: center; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Visibility Series\u003c\/span\u003e\n        \u003ch1\u003eLight the Way. \u003cbr\u003e\u003cspan class=\"highlight\"\u003eOwn the Night.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eEnsure your pet’s safety without sacrificing style. The RadiantPath™ LED Safety Leash combines high-performance optical fiber with premium durability for a walk that’s as stylish as it is secure.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eIlluminate Your Path\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S3ee3e5264e1e4f82a057a1a61213e27cl.webp?v=1777146788\u0026amp;width=700\" alt=\"RadiantPath LED Glowing Leash\"\u003e\n    \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"features-section container\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n        \u003ch2\u003eElegance Meets Protection\u003c\/h2\u003e\n        \u003cp\u003eDesigned for evening strolls, outdoor adventures, and high-visibility safety.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🔦\u003c\/span\u003e\n            \u003ch3\u003eOptical Fiber Glow\u003c\/h3\u003e\n            \u003cp\u003eAdvanced fiber optic technology provides a consistent, bright glow that acts as a powerful warning to vehicles and pedestrians.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e☔\u003c\/span\u003e\n            \u003ch3\u003eWeatherproof Build\u003c\/h3\u003e\n            \u003cp\u003eRain or shine, the RadiantPath™ keeps glowing. Engineered to withstand outdoor elements while keeping your pet safe.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🧼\u003c\/span\u003e\n            \u003ch3\u003eEasy to Clean\u003c\/h3\u003e\n            \u003cp\u003eFeatures a detachable electronic component, allowing you to wash the leash fabric easily and maintain its vibrant colors.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e✨\u003c\/span\u003e\n            \u003ch3\u003eStylish Individuality\u003c\/h3\u003e\n            \u003cp\u003eAvailable in a spectrum of vibrant colors, making a fashion statement whether the LED function is turned on or off.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"visual-comparison container\"\u003e\n    \u003cdiv class=\"comparison-wrapper\"\u003e\n        \u003cdiv class=\"comparison-img\"\u003e\n            \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S438ab50d0dd443fb9c48756ee5564042Z.webp?v=1777146788\u0026amp;width=700\" alt=\"Day and Night Performance\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"comparison-text\"\u003e\n            \u003ch2\u003ePerfect \u003cspan class=\"highlight\"\u003e24\/7 Companion.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eThe RadiantPath™ is not just for the dark. During the day, it functions as a premium, high-quality nylon leash with vibrant colors. When the sun goes down, one click transforms it into a beacon of safety.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eAvailable in Your Favorite Shades:\u003c\/strong\u003e\u003c\/p\u003e\n            \u003cdiv class=\"color-grid\"\u003e\n                \u003cdiv class=\"swatch\" style=\"background-color: #ff69b4;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"swatch\" style=\"background-color: #ffa500;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"swatch\" style=\"background-color: #ffff00;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"swatch\" style=\"background-color: #00ff00;\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"swatch\" style=\"background-color: #0000ff;\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px; font-size: 14px; color: #888;\"\u003e*Choose from Pink, Orange, Yellow, Green, and Blue.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"buy\" class=\"final-cta container\"\u003e\n    \u003ch2\u003eSafety is Never Out of Style.\u003c\/h2\u003e\n    \u003cp\u003eJoin thousands of responsible owners who make every walk a safe adventure. Get your RadiantPath™ LED Safety Leash today.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Exclusive\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Traction rope only \/ red USBCharging","offer_id":46765010026635,"sku":"14:193#red USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ yellow USBCharging","offer_id":46765010059403,"sku":"14:10#yellow USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ green USBCharging","offer_id":46765010092171,"sku":"14:691#green USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ orange USBCharging","offer_id":46765010124939,"sku":"14:175#orange USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ pink USBCharging","offer_id":46765010157707,"sku":"14:29#pink USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ colorful USBCharging","offer_id":46765010190475,"sku":"14:1052#colorful USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ white USBCharging","offer_id":46765010223243,"sku":"14:366#white USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Traction rope only \/ blue USBCharging","offer_id":46765010256011,"sku":"14:173#blue USBCharging;200007763:201336100;5:100014066#Traction rope only","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S42e3e9d5c7fe4c57831c59385fcddec8c.webp?v=1777146788","url":"https:\/\/getfurrivo.com\/products\/radiantpath-led-glowing-safety-leash","provider":"getfurrivo","version":"1.0","type":"link"}