{"product_id":"omnitwin-360-dual-retractable-leash","title":"OmniTwin 360 Dual Retractable 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-orange: #d35400; \n        --accent-green: #2ecc71;\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: var(--accent-orange); 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.05)); }\n\n    \/* The \"All-in-One\" Anatomy Section *\/\n    .furrivo-lp .anatomy-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 .anatomy-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; }\n    .furrivo-lp .anatomy-card { padding: 20px; text-align: center; }\n    .furrivo-lp .a-number { font-size: 24px; font-weight: bold; color: #fff; background: var(--text-dark); width: 45px; height: 45px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }\n    .furrivo-lp .anatomy-card h3 { font-size: 20px; margin-bottom: 15px; }\n    .furrivo-lp .anatomy-card p { font-size: 14px; color: #666; }\n\n    \/* Two-Color Control Logic Section *\/\n    .furrivo-lp .control-logic { padding: 100px 0; }\n    .furrivo-lp .control-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .control-img { flex: 1.2; }\n    .furrivo-lp .control-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .control-text { flex: 1; }\n    .furrivo-lp .control-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .color-pills { display: flex; gap: 15px; margin-top: 30px; }\n    .furrivo-lp .pill { padding: 10px 20px; border-radius: 50px; color: #fff; font-size: 14px; font-weight: 600; text-transform: uppercase; }\n    .furrivo-lp .pill-orange { background-color: var(--accent-orange); }\n    .furrivo-lp .pill-green { background-color: var(--accent-green); }\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 .control-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .control-img { text-align: center; }\n        .furrivo-lp .color-pills { 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™ Master Series\u003c\/span\u003e\n        \u003ch1\u003eDouble the Joy, \u003cbr\u003e\u003cspan class=\"highlight\"\u003eZero the Tangle.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eWalk two dogs with the freedom of one hand. The OmniTwin 360™ is a fully integrated dual-leash system featuring independent controls, nighttime lighting, and built-in convenience.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eSimplify Your Walks Today\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S556782d1b6894043bd7c5b6716887fcca.jpg\" alt=\"OmniTwin 360 Dual Leash System\"\u003e\n    \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"anatomy-section container\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n        \u003ch2\u003eThe 6-in-1 Design\u003c\/h2\u003e\n        \u003cp\u003eA comprehensive outdoor system designed for maximum pet safety and owner convenience.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container anatomy-grid\"\u003e\n        \u003cdiv class=\"anatomy-card\"\u003e\n            \u003cdiv class=\"a-number\"\u003e1\u003c\/div\u003e\n            \u003ch3\u003eDual Control Switch\u003c\/h3\u003e\n            \u003cp\u003eIndependent locking mechanisms for each pet, giving you pinpoint control over their freedom.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"anatomy-card\"\u003e\n            \u003cdiv class=\"a-number\"\u003e2\u003c\/div\u003e\n            \u003ch3\u003eComfortable Handle\u003c\/h3\u003e\n            \u003cp\u003eSoft-grip ergonomic design prevents hand fatigue during long multi-dog walks.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"anatomy-card\"\u003e\n            \u003cdiv class=\"a-number\"\u003e3\u003c\/div\u003e\n            \u003ch3\u003eStrong Carabiners\u003c\/h3\u003e\n            \u003cp\u003eHeavy-duty metal clips that rotate 360° to prevent tangles no matter how much they criss-cross.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"anatomy-card\"\u003e\n            \u003cdiv class=\"a-number\"\u003e4\u003c\/div\u003e\n            \u003ch3\u003eReflective Ropes\u003c\/h3\u003e\n            \u003cp\u003eUltra-visible reflective stitching ensures you and your pets are seen by drivers from a distance.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"anatomy-card\"\u003e\n            \u003cdiv class=\"a-number\"\u003e5\u003c\/div\u003e\n            \u003ch3\u003eLED Flashlight\u003c\/h3\u003e\n            \u003cp\u003eBuilt-in lighting to illuminate your path, making evening and early morning strolls safer and easier.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"anatomy-card\"\u003e\n            \u003cdiv class=\"a-number\"\u003e6\u003c\/div\u003e\n            \u003ch3\u003ePoop Bag Dispenser\u003c\/h3\u003e\n            \u003cp\u003eIntegrated waste bag storage ensures you're never caught off-guard during a walk.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"control-logic container\"\u003e\n    \u003cdiv class=\"control-wrapper\"\u003e\n        \u003cdiv class=\"control-img\"\u003e\n            \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S9227d8c4a8174464be2cabc914b04059L.jpg\" alt=\"Two-color control switch logic\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"control-text\"\u003e\n            \u003ch2\u003eIntuitive \u003cspan class=\"highlight\"\u003eColor-Coded\u003c\/span\u003e Mastery.\u003c\/h2\u003e\n            \u003cp\u003eNo more guessing which leash you're locking. Our visual control system assigns a color to each pet, allowing for instant, one-handed reactions in any situation.\u003c\/p\u003e\n            \u003cdiv class=\"color-pills\"\u003e\n                \u003cspan class=\"pill pill-orange\"\u003eOrange: Pet A\u003c\/span\u003e\n                \u003cspan class=\"pill pill-green\"\u003eGreen: Pet B\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px; font-weight: 500;\"\u003eSlide forward to release. Slide back to lock. Total peace of mind.\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\u003eThe Ultimate Upgrade for Multi-Dog Homes.\u003c\/h2\u003e\n    \u003cp\u003eJoin thousands of owners who have reclaimed the joy of walking their pets together. Experience the getFurrivo™ OmniTwin 360™ today.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Elite Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Red \/ 3 M - 8 KG","offer_id":46764740935819,"sku":"14:10#Red;5:100014064#3 M - 8 KG","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Navy \/ 3 M - 8 KG","offer_id":46764740968587,"sku":"14:200004870#Navy;5:100014064#3 M - 8 KG","price":39.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 3 M - 8 KG","offer_id":46764741001355,"sku":"14:193#Black;5:100014064#3 M - 8 KG","price":39.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S3ec958ad688c4ee48bbd203b325e1996p.webp?v=1777146541","url":"https:\/\/getfurrivo.com\/products\/omnitwin-360-dual-retractable-leash","provider":"getfurrivo","version":"1.0","type":"link"}