{"title":"Dogs","description":"","products":[{"product_id":"hydropaws-4-in-1-portable-travel-bottle","title":"HydroPaws 4-in-1 Portable Travel Bottle","description":"\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=Montserrat:wght@400;700\u0026amp;family=Poppins:wght@300;500;600\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* CSS Reset \u0026 Core Variables *\/\n        * { margin: 0; padding: 0; box-sizing: border-box; }\n        :root {\n            --primary-bg: #fff;\n            --secondary-bg: #fdfaf5; \/* لون كريمي فاتح للفخامة *\/\n            --text-dark: #1a1a1a;\n            --text-muted: #555;\n            --accent-color: #00b4d8; \/* لون المنتج *\/\n            --accent-dark: #0088b3;\n            --font-head: 'Montserrat', sans-serif;\n            --font-body: 'Poppins', sans-serif;\n            --shadow-light: 0 10px 30px rgba(0,0,0,0.05);\n            --shadow-hover: 0 15px 40px rgba(0,0,0,0.1);\n        }\n\n        body { font-family: var(--font-body); line-height: 1.7; color: var(--text-muted); background-color: var(--primary-bg); }\n        .container { max-width: 1200px; margin: 0 auto; padding: 0 30px; }\n\n        \/* General Styling *\/\n        h1, h2, h3 { font-family: var(--font-head); color: var(--text-dark); letter-spacing: -0.5px; }\n        span.highlight { color: var(--accent-color); }\n        img { max-width: 100%; border-radius: 20px; transition: transform 0.3s ease; }\n\n        \/* Hero Section *\/\n        .hero { display: flex; align-items: center; justify-content: space-between; padding: 100px 0; gap: 60px; }\n        .hero-text { flex: 1; max-width: 580px; }\n        .hero-image { flex: 1.2; text-align: right; position: relative; }\n        .hero-image img { width: 100%; height: auto; box-shadow: var(--shadow-light); }\n        .hero-image:hover img { transform: translateY(-5px) scale(1.02); box-shadow: var(--shadow-hover); }\n\n        .brand-prefix { font-weight: 700; color: var(--accent-color); text-transform: uppercase; letter-spacing: 3px; font-size: 13px; margin-bottom: 10px; display: block; }\n        h1 { font-size: 52px; line-height: 1.1; margin-bottom: 25px; }\n        .hero-p { font-size: 19px; color: #666; margin-bottom: 40px; font-weight: 300; }\n        .purchase-bar { display: flex; align-items: center; gap: 20px; background: #fafafa; padding: 15px 25px; border-radius: 50px; box-shadow: inset 0 2px 5px rgba(0,0,0,0.02); }\n        .price { font-size: 32px; font-weight: 700; color: var(--text-dark); }\n        .cta-button { display: inline-block; background: var(--accent-color); color: #fff; padding: 18px 45px; text-decoration: none; border-radius: 50px; font-weight: bold; font-family: var(--font-head); font-size: 15px; text-transform: uppercase; letter-spacing: 1.5px; transition: all 0.3s ease; box-shadow: 0 5px 15px rgba(0,180,216,0.3); }\n        .cta-button:hover { background: var(--accent-dark); transform: translateY(-3px); box-shadow: 0 8px 25px rgba(0,180,216,0.4); }\n\n        \/* Feature Icons Bar *\/\n        .features-bar { background-color: var(--secondary-bg); padding: 50px 0; border-top: 1px solid #f2e8da; border-bottom: 1px solid #f2e8da; margin-top: -30px; }\n        .features-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; text-align: center; }\n        .feature-item h3 { font-size: 20px; margin: 20px 0 10px; font-weight: 700; }\n        .feature-item p { font-size: 14px; color: #777; }\n        .icon-box { width: 80px; height: 80px; background: #fff; border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto; color: var(--accent-color); font-size: 28px; font-weight: 700; box-shadow: var(--shadow-light); border: 1px solid #eee; transition: all 0.3s ease; }\n        .feature-item:hover .icon-box { transform: translateY(-5px) rotate(5deg); background-color: var(--accent-color); color: #fff; box-shadow: 0 10px 20px rgba(0,180,216,0.2); }\n\n        \/* Product Showcase \/ Breakdown *\/\n        .showcase { padding: 100px 0; }\n        .showcase-header { text-align: center; max-width: 700px; margin: 0 auto 80px; }\n        .showcase-header h2 { font-size: 42px; margin-bottom: 20px; }\n        .showcase-header p { font-size: 18px; color: var(--text-muted); font-weight: 300; }\n\n        .breakdown-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px; align-items: start; }\n        .breakdown-left, .breakdown-right { display: flex; flex-direction: column; gap: 40px; }\n        .breakdown-center { text-align: center; position: relative; padding: 20px 0; }\n        .breakdown-center img { max-width: 300px; margin: 0 auto; }\n        .breakdown-center:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid #eee; border-radius: 50%; opacity: 0.1; }\n\n        .callout-box { padding: 25px; border-radius: 20px; background: #fff; transition: all 0.3s ease; position: relative; border: 1px solid transparent; }\n        .callout-box:hover { box-shadow: var(--shadow-hover); border-left: 4px solid var(--accent-color); border-top: 1px solid #eee; border-right: 1px solid #eee; border-bottom: 1px solid #eee; padding-left: 21px; }\n        .callout-box h4 { font-size: 18px; font-family: var(--font-head); color: var(--text-dark); margin-bottom: 10px; display: flex; align-items: center; gap: 10px; }\n        .callout-dot { width: 12px; height: 12px; background-color: var(--accent-color); border-radius: 50%; display: inline-block; }\n        .callout-box p { font-size: 14px; color: var(--text-muted); line-height: 1.6; }\n\n        \/* Trust Section *\/\n        .trust-premium { background: var(--text-dark); color: #fff; padding: 80px 0; text-align: center; }\n        .trust-premium h2 { color: #fff; font-size: 38px; margin-bottom: 40px; }\n        .badges-list { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; max-width: 900px; margin: 0 auto; }\n        .quality-badge { background: rgba(255,255,255,0.05); padding: 15px 30px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.1); font-size: 14px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; color: #ddd; display: flex; align-items: center; gap: 10px; transition: all 0.3s ease; }\n        .quality-badge:hover { background: rgba(255,255,255,0.1); transform: scale(1.05); color: #fff; }\n        .trust-check { color: #51cf66; font-weight: bold; }\n\n        \/* Footer Buying Final Section *\/\n        .final-buy { padding: 120px 0; text-align: center; background-color: var(--secondary-bg); border-top: 1px solid #f2e8da; }\n        .final-buy h2 { font-size: 46px; margin-bottom: 30px; line-height: 1.2; }\n        .final-buy p { font-size: 20px; color: var(--text-muted); max-width: 650px; margin: 0 auto 50px; font-weight: 300; }\n        .color-options { display: flex; justify-content: center; gap: 15px; margin-bottom: 40px; }\n        .color-dot { width: 40px; height: 40px; border-radius: 50%; border: 3px solid #fff; box-shadow: var(--shadow-light); cursor: pointer; transition: all 0.2s ease; }\n        .color-dot:hover { transform: scale(1.1); box-shadow: 0 0 10px rgba(0,0,0,0.1); }\n        .color-teal { background-color: #00b4d8; }\n        .color-green { background-color: #38ef7d; }\n        .color-pink { background-color: #ff9a9e; }\n        .final-buy .price { margin-right: 30px; }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .hero { padding: 60px 0; gap: 40px; text-align: center; }\n            h1 { font-size: 40px; }\n            .breakdown-grid { grid-template-columns: 1fr; gap: 30px; }\n            .breakdown-center img { max-width: 250px; }\n        }\n        @media (max-width: 768px) {\n            .features-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }\n            .trust-premium h2, .final-buy h2 { font-size: 32px; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-text\"\u003e\n\u003cspan class=\"brand-prefix\"\u003egetFurrivo™ Innovation Series\u003c\/span\u003e\n\u003ch1\u003eThe Revolution of \u003cspan class=\"highlight\"\u003ePet Travel\u003c\/span\u003e Hydration.\u003c\/h1\u003e\n\u003cp class=\"hero-p\"\u003eExperience uncompromising convenience. The HydroPaws™ 4-in-1 integrates everything into one sleek, leak-proof companion for modern pet parents on the go.\u003c\/p\u003e\n\u003cdiv class=\"purchase-bar\"\u003e\n\u003ca class=\"cta-button\" href=\"#buy\"\u003eOrder Yours Today\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-image\"\u003e\u003cimg alt=\"HydroPaws Premier 4-in-1 Bottle\" src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/H9e4ecd761483462587d5ae45c6dd8dff9.webp\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"features-bar\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"features-grid\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eDispense\u003c\/h3\u003e\n\u003cp\u003eNatural drinking trough at a button press.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eFeed\u003c\/h3\u003e\n\u003cp\u003eIntegrated food \u0026amp; snack storage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e03\u003c\/div\u003e\n\u003ch3\u003eCleanup\u003c\/h3\u003e\n\u003cp\u003eHygienic, detachable waste shovel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"icon-box\"\u003e04\u003c\/div\u003e\n\u003ch3\u003eStore\u003c\/h3\u003e\n\u003cp\u003eHidden waste bag compartment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"container\"\u003e\n\u003csection class=\"showcase\"\u003e\n\u003cdiv class=\"showcase-header\"\u003e\n\u003ch2\u003eThe Anatomy of Innovation\u003c\/h2\u003e\n\u003cp\u003eEvery element is engineered for maximum convenience and pet safety, based on the signature getFurrivo™ standard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"breakdown-grid\"\u003e\n\u003cdiv class=\"breakdown-left\"\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"callout-dot\"\u003e\u003c\/span\u003ePet-First Cup Design\u003c\/h4\u003e\n\u003cp\u003eWide O-shaped trough conforms to natural drinking instincts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"callout-dot\"\u003e\u003c\/span\u003eHygienic Cleanup\u003c\/h4\u003e\n\u003cp\u003eIntegrated scoop keeps your hands clean without carrying extra gear.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"callout-dot\"\u003e\u003c\/span\u003eStorage Cup\u003c\/h4\u003e\n\u003cp\u003eDedicated section for dry food or treats for training on the go.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"breakdown-center\"\u003e\u003cimg alt=\"HydroPaws Internal Spec\" src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/H8c37c015d7e84617812ffe2af9e21d0fJ.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"breakdown-right\"\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"callout-dot\"\u003e\u003c\/span\u003eReflowable Water Design\u003c\/h4\u003e\n\u003cp\u003eDrain unused water back into the bottle to save every drop.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"callout-dot\"\u003e\u003c\/span\u003eOne-Button Lock\u003c\/h4\u003e\n\u003cp\u003eInstant leak protection prevents accidental spills in your bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"callout-box\"\u003e\n\u003ch4\u003e\n\u003cspan class=\"callout-dot\"\u003e\u003c\/span\u003eHidden Bag Storage\u003c\/h4\u003e\n\u003cp\u003eDiscreet base compartment ensures you're never caught without a bag.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003csection class=\"trust-premium\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eBuilt for Safety. Built to Last.\u003c\/h2\u003e\n\u003cdiv class=\"badges-list\"\u003e\n\u003cspan class=\"quality-badge\"\u003e\u003cspan class=\"trust-check\"\u003e✓\u003c\/span\u003e Food-Grade ABS Material\u003c\/span\u003e \u003cspan class=\"quality-badge\"\u003e\u003cspan class=\"trust-check\"\u003e✓\u003c\/span\u003e Non-Toxic BPA Free\u003c\/span\u003e \u003cspan class=\"quality-badge\"\u003e\u003cspan class=\"trust-check\"\u003e✓\u003c\/span\u003e High-Temp Resistant\u003c\/span\u003e \u003cspan class=\"quality-badge\"\u003e\u003cspan class=\"trust-check\"\u003e✓\u003c\/span\u003e Premium Silicone Seal\u003c\/span\u003e \u003cspan class=\"quality-badge\"\u003e\u003cspan class=\"trust-check\"\u003e✓\u003c\/span\u003e 300ml Pure Capacity\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"final-buy\" id=\"buy\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eEvery Walk, Perfected.\u003c\/h2\u003e\n\u003cp\u003eElevate your outdoor adventures with your best friend. Get the HydroPaws™ 4-in-1 Companion today.\u003c\/p\u003e\n\u003cdiv class=\"color-options\"\u003e\n\u003cdiv class=\"color-dot color-teal\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"color-dot color-green\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"color-dot color-pink\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"purchase-box\"\u003e\n \u003ca class=\"cta-button\" href=\"#\"\u003eAdd To Cart\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"getFurrivo","offers":[{"title":"Yellow \/ M 500ML","offer_id":46764732285067,"sku":"14:366;5:361386#M 500ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ s 300ML","offer_id":46764732317835,"sku":"14:1052;5:100014064#s 300ML","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ s 300ML","offer_id":46764732350603,"sku":"14:366;5:100014064#s 300ML","price":32.99,"currency_code":"USD","in_stock":true},{"title":"pink Dog food box \/ M 500ML","offer_id":46764732383371,"sku":"14:365458#pink Dog food box;5:361386#M 500ML","price":40.99,"currency_code":"USD","in_stock":true},{"title":"Yellow Dog food box \/ s 300ML","offer_id":46764732416139,"sku":"14:350850#Yellow Dog food box;5:100014064#s 300ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue Dog food box \/ M 500ML","offer_id":46764732448907,"sku":"14:1063#Blue Dog food box;5:361386#M 500ML","price":40.99,"currency_code":"USD","in_stock":true},{"title":"pink Dog food box \/ s 300ML","offer_id":46764732481675,"sku":"14:365458#pink Dog food box;5:100014064#s 300ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Yellow Dog food box \/ M 500ML","offer_id":46764732514443,"sku":"14:350850#Yellow Dog food box;5:361386#M 500ML","price":40.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M 500ML","offer_id":46764732547211,"sku":"14:173;5:361386#M 500ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"green \/ s 300ML","offer_id":46764732579979,"sku":"14:175;5:100014064#s 300ML","price":32.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M 500ML","offer_id":46764732612747,"sku":"14:1052;5:361386#M 500ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ s 300ML","offer_id":46764732645515,"sku":"14:173;5:100014064#s 300ML","price":32.99,"currency_code":"USD","in_stock":true},{"title":"GREEN Dog food box \/ M 500ML","offer_id":46764732678283,"sku":"14:200006152#GREEN Dog food box;5:361386#M 500ML","price":40.99,"currency_code":"USD","in_stock":true},{"title":"Blue Dog food box \/ s 300ML","offer_id":46764732711051,"sku":"14:1063#Blue Dog food box;5:100014064#s 300ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"green \/ M 500ML","offer_id":46764732743819,"sku":"14:175;5:361386#M 500ML","price":36.99,"currency_code":"USD","in_stock":true},{"title":"GREEN Dog food box \/ s 300ML","offer_id":46764732776587,"sku":"14:200006152#GREEN Dog food box;5:100014064#s 300ML","price":36.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sacc9f73a851b43de8505a18feab4c7b3r.webp?v=1777146385"},{"product_id":"dino-snuggle-interactive-plush-toy","title":"Dino-Snuggle Interactive Plush Toy","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 Light Luxury Aesthetic *\/\n    .furrivo-lp { \n        --bg-creamy: #fdfaf5; \n        --text-black: #000000;\n        --accent-orange: #d35400; \n        --border-color: rgba(0,0,0,0.08);\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-black); \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-black); font-weight: 600; }\n    .furrivo-lp .highlight { color: var(--accent-orange); font-style: italic; }\n\n    \/* Hero Section - Light Mode *\/\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: 1px solid var(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); margin-bottom: 20px; font-weight: 600; }\n    .furrivo-lp .hero h1 { font-size: 56px; line-height: 1.1; margin-bottom: 25px; }\n    .furrivo-lp .hero p { font-size: 18px; color: #333; margin-bottom: 40px; }\n    .furrivo-lp .btn-premium { display: inline-flex; padding: 18px 45px; background: var(--text-black); color: #fff; text-decoration: none; border-radius: 4px; font-weight: 600; text-transform: uppercase; font-size: 14px; transition: 0.3s; }\n    .furrivo-lp .btn-premium:hover { background: var(--accent-orange); }\n\n    .furrivo-lp .hero-visual { flex: 1; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 550px; border-radius: 8px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); }\n\n    \/* Features Grid - Clean Design *\/\n    .furrivo-lp .features-section { padding: 80px 0; border-bottom: 1px solid var(--border-color); }\n    .furrivo-lp .section-header { text-align: center; margin-bottom: 60px; }\n    .furrivo-lp .section-header h2 { font-size: 42px; margin-bottom: 15px; }\n    .furrivo-lp .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }\n    .furrivo-lp .feature-card { background: #fff; padding: 40px 30px; border-radius: 8px; border: 1px solid var(--border-color); transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { transform: translateY(-5px); border-color: var(--accent-orange); }\n    .furrivo-lp .f-icon { font-size: 32px; color: var(--accent-orange); margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #555; }\n\n    \/* Variants Showcase - Matching Your Image exactly *\/\n    .furrivo-lp .variants-showcase { padding: 100px 0; display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .variants-image { flex: 1.2; text-align: center; }\n    .furrivo-lp .variants-image img { width: 100%; border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); }\n    .furrivo-lp .variants-text { flex: 1; }\n    .furrivo-lp .variants-text h2 { font-size: 48px; margin-bottom: 25px; line-height: 1.2; }\n    .furrivo-lp .variants-text p { font-size: 17px; margin-bottom: 35px; color: #333; }\n    \n    .furrivo-lp .spec-list { list-style: none; }\n    .furrivo-lp .spec-list li { padding: 20px 0; border-bottom: 1px solid var(--border-color); display: grid; grid-template-columns: 30px 1fr; align-items: center; font-size: 15px; }\n    .furrivo-lp .spec-list li::before { content: '✦'; color: var(--accent-orange); font-size: 20px; }\n    .furrivo-lp .spec-list strong { color: var(--text-black); margin-right: 10px; }\n\n    @media (max-width: 992px) {\n        .furrivo-lp .hero, .furrivo-lp .variants-showcase { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 40px; }\n        .furrivo-lp .hero-visual { text-align: center; }\n        .furrivo-lp .spec-list li { grid-template-columns: 1fr; text-align: center; gap: 10px; }\n        .furrivo-lp .spec-list li::before { display: none; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Interactive Collection\u003c\/span\u003e\n        \u003ch1\u003eThe Ultimate \u003cbr\u003e\u003cspan class=\"highlight\"\u003ePlay Experience.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eDesigned for engaging interactive play. The Dino-Snuggle™ combines the comforting softness of premium plush with a stimulating built-in generator to keep your pet's mind and body active.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eAdd to Cart\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S49e11761089c4e86bb762141c45b290dJ.webp?v=1777146386\u0026amp;width=700\" alt=\"Pet Playtime\"\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\u003eEngineered for Joy\u003c\/h2\u003e\n        \u003cp\u003eEvery stitch is crafted to provide a safe, engaging, and tamper-proof playtime for your furry companion.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003ePremium Plush\u003c\/h3\u003e\n            \u003cp\u003eCrafted from ultra-soft, high-quality plush material that is exceptionally gentle on your pet's delicate teeth and gums.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eBuilt-in Generator\u003c\/h3\u003e\n            \u003cp\u003eFeatures a concealed sound generator that produces a highly satisfying crinkle noise to capture your dog's attention.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eTamper-Proof\u003c\/h3\u003e\n            \u003cp\u003eConstructed with reinforced stitching to withstand enthusiastic chewing, making it the perfect durable addition to your home.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003ePerfectly Sized\u003c\/h3\u003e\n            \u003cp\u003eSpecifically proportioned for small to medium breeds, ensuring the toy fits comfortably and safely within your pet's mouth.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"variants-showcase container\"\u003e\n    \u003cdiv class=\"variants-image\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/Sbb4c5632fbdd495fba7ee8b4c8f0c203a.webp?v=1777146386\u0026amp;width=700\" alt=\"Dinosaur Pack\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"variants-text\"\u003e\n        \u003ch2\u003eCollect the \u003cspan class=\"highlight\"\u003eJurassic Pack.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eWhy settle for one when your pet can have a whole pack? Available in three distinct, earthy colors designed to match your modern home aesthetic while providing endless entertainment.\u003c\/p\u003e\n        \u003cul class=\"spec-list\"\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eInteractive Design:\u003c\/strong\u003e Stimulates both mental and physical health.\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eSafe Materials:\u003c\/strong\u003e 100% non-toxic, pet-safe fabric dyes.\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eEasy to Clean:\u003c\/strong\u003e Surface washable to maintain hygiene.\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eBreed Suitability:\u003c\/strong\u003e Ideal for small cuddly pets and puppies.\u003c\/span\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"tiger","offer_id":46764732874891,"sku":"14:365458#tiger","price":17.99,"currency_code":"USD","in_stock":true},{"title":"penguin","offer_id":46764732907659,"sku":"14:200005536#penguin","price":17.99,"currency_code":"USD","in_stock":true},{"title":"lion","offer_id":46764732940427,"sku":"14:200000195#lion","price":17.99,"currency_code":"USD","in_stock":true},{"title":"fox","offer_id":46764732973195,"sku":"14:1063#fox","price":17.99,"currency_code":"USD","in_stock":true},{"title":"cow","offer_id":46764733005963,"sku":"14:200006152#cow","price":17.99,"currency_code":"USD","in_stock":true},{"title":"squirrel","offer_id":46764733038731,"sku":"14:200002984#squirrel","price":17.99,"currency_code":"USD","in_stock":true},{"title":"skunk","offer_id":46764733071499,"sku":"14:200006151#skunk","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Green","offer_id":46764733104267,"sku":"14:193#Green","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Bown","offer_id":46764733137035,"sku":"14:175#Bown","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Orange","offer_id":46764733169803,"sku":"14:29#Orange","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":46764733202571,"sku":"14:350853#Purple","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Raccoon","offer_id":46764733235339,"sku":"14:350850#Raccoon","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Green 1","offer_id":46764733268107,"sku":"14:1052#Green","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Orange 1","offer_id":46764733300875,"sku":"14:496#Orange","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":46764733333643,"sku":"14:173#Pink","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46764733366411,"sku":"14:366#Blue","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Grey","offer_id":46764733399179,"sku":"14:10#Grey","price":17.99,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":46764733431947,"sku":"14:691#Yellow","price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sbb4c5632fbdd495fba7ee8b4c8f0c203a.webp?v=1777146386"},{"product_id":"glowtouch-gentle-grooming-de-shedding-mitt","title":"GlowTouch Gentle Grooming \u0026 De-shedding Mitt","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 Light Luxury Aesthetic *\/\n    .furrivo-lp { \n        --bg-creamy: #fdfaf5; \n        --text-black: #000000;\n        --accent-orange: #d35400; \n        --border-color: rgba(0,0,0,0.08);\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-black); \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-black); 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: 1px solid var(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); margin-bottom: 20px; font-weight: 600; }\n    .furrivo-lp .hero h1 { font-size: 56px; line-height: 1.1; margin-bottom: 25px; }\n    .furrivo-lp .hero p { font-size: 18px; color: #333; margin-bottom: 40px; }\n    .furrivo-lp .btn-premium { display: inline-flex; padding: 18px 45px; background: var(--text-black); color: #fff; text-decoration: none; border-radius: 4px; font-weight: 600; text-transform: uppercase; font-size: 14px; transition: 0.3s; }\n    .furrivo-lp .btn-premium:hover { background: var(--accent-orange); }\n\n    .furrivo-lp .hero-visual { flex: 1; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 550px; border-radius: 8px; box-shadow: 0 15px 35px rgba(0,0,0,0.05); }\n\n    \/* Features Grid *\/\n    .furrivo-lp .features-section { padding: 80px 0; border-bottom: 1px solid var(--border-color); }\n    .furrivo-lp .section-header { text-align: center; margin-bottom: 60px; }\n    .furrivo-lp .section-header h2 { font-size: 42px; margin-bottom: 15px; }\n    .furrivo-lp .grid-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; }\n    .furrivo-lp .feature-card { background: #fff; padding: 40px 30px; border-radius: 8px; border: 1px solid var(--border-color); transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { transform: translateY(-5px); border-color: var(--accent-orange); }\n    .furrivo-lp .f-icon { font-size: 32px; color: var(--accent-orange); margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #555; }\n\n    \/* Showcase Section - Matching Image Style *\/\n    .furrivo-lp .showcase-section { padding: 100px 0; display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .showcase-image { flex: 1.2; text-align: center; }\n    .furrivo-lp .showcase-image img { width: 100%; border-radius: 4px; box-shadow: 0 20px 40px rgba(0,0,0,0.08); }\n    .furrivo-lp .showcase-text { flex: 1; }\n    .furrivo-lp .showcase-text h2 { font-size: 48px; margin-bottom: 25px; line-height: 1.2; }\n    .furrivo-lp .showcase-text p { font-size: 17px; margin-bottom: 35px; color: #333; }\n    \n    .furrivo-lp .spec-list { list-style: none; }\n    .furrivo-lp .spec-list li { padding: 20px 0; border-bottom: 1px solid var(--border-color); display: grid; grid-template-columns: 30px 1fr; align-items: center; font-size: 15px; }\n    .furrivo-lp .spec-list li::before { content: '✦'; color: var(--accent-orange); font-size: 20px; }\n    .furrivo-lp .spec-list strong { color: var(--text-black); margin-right: 10px; }\n\n    @media (max-width: 992px) {\n        .furrivo-lp .hero, .furrivo-lp .showcase-section { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 40px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .showcase-image { text-align: center; }\n        .furrivo-lp .spec-list li { grid-template-columns: 1fr; text-align: center; gap: 10px; }\n        .furrivo-lp .spec-list li::before { display: none; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Wellness Series\u003c\/span\u003e\n        \u003ch1\u003eBonding Time \u003cbr\u003e\u003cspan class=\"highlight\"\u003eMade Effortless.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eTurn grooming into a soothing massage session. The GlowTouch™ Mitt features 255 upgraded silicone tips to lift away loose hair while pampering your pet's skin.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eOrder Yours Now\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S6ffce7d38d36492781bcb62acbf4c88fS.webp?v=1777146386\u0026amp;width=700\" alt=\"Pet Grooming Experience\"\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\u003eBetter Grooming, Cleaner Home\u003c\/h2\u003e\n        \u003cp\u003eA revolutionary 2-in-1 tool designed for deep deshedding and a relaxing massage experience for both dogs and cats.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003e255 Silicone Tips\u003c\/h3\u003e\n            \u003cp\u003eUpgraded soft silicone tips that reach deep into the undercoat to trap loose fur without scratching or irritating the skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eBreathable Mesh\u003c\/h3\u003e\n            \u003cp\u003eCrafted with premium microfiber mesh that ensures a comfortable, sweat-free grip for pet owners during long grooming sessions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003ch3\u003eMassaging \u0026amp; Bathing\u003c\/h3\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003cp\u003eVersatile design that works perfectly on dry fur for deshedding or during bath time for a deep, therapeutic cleaning.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003eQuick Peel Clean\u003c\/h3\u003e\n            \u003cp\u003eInnovative surface allows the collected fur to stick together in a single layer, making it incredibly easy to peel off and discard.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"showcase-section container\"\u003e\n    \u003cdiv class=\"showcase-image\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S280652d035164094a91212abb3596d12a.webp?v=1777146386\u0026amp;width=700\" alt=\"GlowTouch Versatility\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"showcase-text\"\u003e\n        \u003ch2\u003eA Spa Day \u003cspan class=\"highlight\"\u003eIn Your Palm.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eSay goodbye to flying fur and messy brushes. Our GlowTouch Mitt provides a professional grooming experience that strengthens the bond between you and your pet.\u003c\/p\u003e\n        \u003cul class=\"spec-list\"\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eEfficient Deshedding:\u003c\/strong\u003e Traps loose hair effectively to keep your furniture fur-free.\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eGentle Touch:\u003c\/strong\u003e Safe and soothing for sensitive areas like the face and legs.\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eDurable Quality:\u003c\/strong\u003e Crafted for longevity and frequent use on all fur types.\u003c\/span\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cspan\u003e\u003cstrong\u003eUniversal Fit:\u003c\/strong\u003e Adjustable wrist strap ensures a secure and comfortable fit for all hand sizes.\u003c\/span\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Red \/ Left Hand","offer_id":46764733497483,"sku":"14:10;5:100014064#Left Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ Right Hand","offer_id":46764733530251,"sku":"14:10;5:361386#Right Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Left Hand","offer_id":46764733563019,"sku":"14:1052;5:100014064#Left Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ Right Hand","offer_id":46764733595787,"sku":"14:1052;5:361386#Right Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Left Hand","offer_id":46764733628555,"sku":"14:173;5:100014064#Left Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ Right Hand","offer_id":46764733661323,"sku":"14:173;5:361386#Right Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"green \/ Left Hand","offer_id":46764733694091,"sku":"14:175;5:100014064#Left Hand","price":14.99,"currency_code":"USD","in_stock":true},{"title":"green \/ Right Hand","offer_id":46764733726859,"sku":"14:175;5:361386#Right Hand","price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sfff4a6d9fae8464f9337b3a0845bda20U.webp?v=1777146386"},{"product_id":"airflex-comfort-mesh-harness","title":"AirFlex Comfort Mesh Harness","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-teal: #4db6ac; \/* لون هادئ مستوحى من المنتج *\/\n        --accent-orange: #d35400; \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(--accent-teal); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-teal); 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: var(--accent-teal); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(77, 182, 172, 0.2); }\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; }\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: 20px; text-align: center; }\n    .furrivo-lp .f-icon { font-size: 32px; color: var(--accent-teal); margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; }\n\n    \/* Night Safety Section *\/\n    .furrivo-lp .safety-section { padding: 100px 0; }\n    .furrivo-lp .safety-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .safety-img { flex: 1.2; }\n    .furrivo-lp .safety-img img { width: 100%; border-radius: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\n    .furrivo-lp .safety-text { flex: 1; }\n    .furrivo-lp .safety-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .safety-text p { font-size: 16px; margin-bottom: 20px; }\n\n    \/* Size Chart Section *\/\n    .furrivo-lp .size-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); }\n    .furrivo-lp .size-grid { display: flex; align-items: center; gap: 60px; }\n    .furrivo-lp .size-img { flex: 1; }\n    .furrivo-lp .size-img img { width: 100%; border: 1px solid #eee; border-radius: 8px; }\n    .furrivo-lp .size-info { flex: 1; }\n    .furrivo-lp .size-info h2 { font-size: 40px; margin-bottom: 20px; }\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 .safety-wrapper, .furrivo-lp .size-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .safety-img { text-align: 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™ Comfort Series\u003c\/span\u003e\n        \u003ch1\u003eWalking on \u003cbr\u003e\u003cspan class=\"highlight\"\u003eA Cloud.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eFinally, a harness that prioritizes freedom. The AirFlex™ Mesh Harness offers an escape-proof, no-choke design that keeps your pet safe and comfortable from the park to the trails.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eOrder the Full Set\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/S2adbf21292bd46f0a52f82e160201ee3R.webp?v=1777146387\u0026amp;width=700\" alt=\"AirFlex Harness Colors\"\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\u003eDesigned for Adventure\u003c\/h2\u003e\n        \u003cp\u003eA 2-in-1 set including a matching nylon leash for the ultimate walking experience.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003eNo-Pull, No-Choke\u003c\/h3\u003e\n            \u003cp\u003ePressure is evenly distributed across the chest and shoulders, preventing any strain on your pet's delicate neck.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eUltra-Breathable Mesh\u003c\/h3\u003e\n            \u003cp\u003eCrafted from soft, lightweight mesh fabric that allows air to flow freely, keeping your pet cool during long summer walks.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eEscape-Proof Design\u003c\/h3\u003e\n            \u003cp\u003eFeaturing a secure plastic closure and a heavy-duty O-ring, ensuring even the most agile kitties stay safely by your side.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003eSet Included\u003c\/h3\u003e\n            \u003cp\u003eEvery AirFlex™ harness comes with a matching high-quality 1.4m nylon leash, ready for immediate adventure.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"safety-section container\"\u003e\n    \u003cdiv class=\"safety-wrapper\"\u003e\n        \u003cdiv class=\"safety-img\"\u003e\n            \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Se714825a03184f119991da185fec7800c.webp?v=1777146387\u0026amp;width=700\" alt=\"Reflective Night Safety\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"safety-text\"\u003e\n            \u003ch2\u003ePeace of Mind, \u003cspan class=\"highlight\"\u003eDay \u0026amp; Night.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eSafety shouldn't end when the sun goes down. Our integrated reflective stitching ensures high visibility in low-light conditions.\u003c\/p\u003e\n            \u003cp\u003eWhether it's a late-night walk or an early-morning run, keep your pet visible and safe from vehicles and distractions.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"size-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"size-grid\"\u003e\n            \u003cdiv class=\"size-info\"\u003e\n                \u003ch2\u003eA Perfect Fit for \u003cspan class=\"highlight\"\u003eEvery Breed.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cp\u003eFrom tiny kittens to medium-sized breeds, AirFlex™ is designed to accommodate various sizes. Refer to our precision chart to find your pet's perfect match.\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003ePro-Tip:\u003c\/strong\u003e Always measure the chest circumference at the widest part for the most comfortable fit.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size-img\"\u003e\n                \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Sfdf8bac8ada648bd952213598de24276d.webp?v=1777146387\u0026amp;width=700\" alt=\"AirFlex Size Chart\"\u003e\n            \u003c\/div\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\u003eMake Every Walk a Joy.\u003c\/h2\u003e\n    \u003cp\u003eChoose your favorite color and give your pet the comfort they deserve. The AirFlex™ Harness \u0026amp; Leash set is the ultimate upgrade for your daily routine.\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":"F \/ L 10-15 Kg","offer_id":46764734021771,"sku":"14:173#F;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"F \/ M 6-10 Kg","offer_id":46764734054539,"sku":"14:173#F;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"G \/ XS 1.5-3 Kg","offer_id":46764734087307,"sku":"14:366#G;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"G \/ XXS 0.5-1.5 Kg","offer_id":46764734120075,"sku":"14:366#G;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"F \/ XXS 0.5-1.5 Kg","offer_id":46764734152843,"sku":"14:173#F;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"E \/ L 10-15 Kg","offer_id":46764734185611,"sku":"14:691#E;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"F \/ S 3-6 Kg","offer_id":46764734218379,"sku":"14:173#F;5:361386#S 3-6 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"F \/ XS 1.5-3 Kg","offer_id":46764734251147,"sku":"14:173#F;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"G \/ M 6-10 Kg","offer_id":46764734283915,"sku":"14:366#G;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"G \/ L 10-15 Kg","offer_id":46764734316683,"sku":"14:366#G;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"C \/ M 6-10 Kg","offer_id":46764734349451,"sku":"14:175#C;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"C \/ S 3-6 Kg","offer_id":46764734382219,"sku":"14:175#C;5:361386#S 3-6 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"D \/ XXS 0.5-1.5 Kg","offer_id":46764734414987,"sku":"14:10#D;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"C \/ L 10-15 Kg","offer_id":46764734447755,"sku":"14:175#C;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"B \/ L 10-15 Kg","offer_id":46764734480523,"sku":"14:193#B;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"B \/ M 6-10 Kg","offer_id":46764734513291,"sku":"14:193#B;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"C \/ XS 1.5-3 Kg","offer_id":46764734546059,"sku":"14:175#C;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"C \/ XXS 0.5-1.5 Kg","offer_id":46764734578827,"sku":"14:175#C;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"E \/ XS 1.5-3 Kg","offer_id":46764734611595,"sku":"14:691#E;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"E \/ XXS 0.5-1.5 Kg","offer_id":46764734644363,"sku":"14:691#E;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"E \/ M 6-10 Kg","offer_id":46764734677131,"sku":"14:691#E;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"E \/ S 3-6 Kg","offer_id":46764734709899,"sku":"14:691#E;5:361386#S 3-6 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"D \/ S 3-6 Kg","offer_id":46764734742667,"sku":"14:10#D;5:361386#S 3-6 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"D \/ XS 1.5-3 Kg","offer_id":46764734775435,"sku":"14:10#D;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"D \/ L 10-15 Kg","offer_id":46764734808203,"sku":"14:10#D;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"D \/ M 6-10 Kg","offer_id":46764734840971,"sku":"14:10#D;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"B \/ XXS 0.5-1.5 Kg","offer_id":46764734873739,"sku":"14:193#B;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"A \/ L 10-15 Kg","offer_id":46764734906507,"sku":"14:29#A;5:100014065#L 10-15 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"B \/ S 3-6 Kg","offer_id":46764734939275,"sku":"14:193#B;5:361386#S 3-6 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"B \/ XS 1.5-3 Kg","offer_id":46764734972043,"sku":"14:193#B;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"A \/ XS 1.5-3 Kg","offer_id":46764735004811,"sku":"14:29#A;5:100014064#XS 1.5-3 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"A \/ XXS 0.5-1.5 Kg","offer_id":46764735037579,"sku":"14:29#A;5:100014066#XXS 0.5-1.5 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"A \/ M 6-10 Kg","offer_id":46764735070347,"sku":"14:29#A;5:361385#M 6-10 Kg","price":18.99,"currency_code":"USD","in_stock":true},{"title":"A \/ S 3-6 Kg","offer_id":46764735103115,"sku":"14:29#A;5:361386#S 3-6 Kg","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sfdf8bac8ada648bd952213598de24276d.webp?v=1777146387"},{"product_id":"eliteglide-heavy-duty-retractable-leash","title":"EliteGlide Heavy-Duty 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        --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(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); 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: var(--accent-orange); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(211, 84, 0, 0.2); }\n\n    .furrivo-lp .hero-visual { flex: 1.2; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.05); }\n\n    \/* Stats Bar *\/\n    .furrivo-lp .stats-bar { background: #fff; padding: 40px 0; border-bottom: 1px solid var(--border-color); }\n    .furrivo-lp .stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); text-align: center; }\n    .furrivo-lp .stat-item h3 { font-size: 32px; color: var(--accent-orange); margin-bottom: 5px; }\n    .furrivo-lp .stat-item p { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: #888; }\n\n    \/* Features Grid *\/\n    .furrivo-lp .features-section { padding: 100px 0; }\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(300px, 1fr)); gap: 30px; }\n    .furrivo-lp .feature-card { background: #fff; padding: 45px 35px; border-radius: 8px; border: 1px solid var(--border-color); transition: 0.3s; position: relative; overflow: hidden; }\n    .furrivo-lp .feature-card:hover { border-color: var(--accent-orange); transform: translateY(-5px); }\n    .furrivo-lp .f-number { position: absolute; top: -10px; right: 10px; font-size: 80px; font-family: var(--font-display); color: rgba(211, 84, 0, 0.05); font-weight: 900; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; position: relative; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; line-height: 1.8; }\n\n    \/* Exploded View \/ Anatomy *\/\n    .furrivo-lp .anatomy-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); border-bottom: 1px solid var(--border-color); }\n    .furrivo-lp .anatomy-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .anatomy-img { flex: 1.5; }\n    .furrivo-lp .anatomy-img img { width: 100%; border-radius: 15px; }\n    .furrivo-lp .anatomy-text { flex: 1; }\n    .furrivo-lp .anatomy-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .anatomy-text ul { list-style: none; }\n    .furrivo-lp .anatomy-text li { padding: 15px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; gap: 15px; font-size: 15px; font-weight: 500; }\n    .furrivo-lp .anatomy-text li::before { content: '✓'; color: var(--accent-orange); font-weight: bold; }\n\n    \/* Final CTA Section *\/\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 .anatomy-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .stats-grid { grid-template-columns: 1fr; gap: 30px; }\n        .furrivo-lp .hero-visual { text-align: center; }\n        .furrivo-lp .final-cta h2 { font-size: 36px; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Elite Series\u003c\/span\u003e\n        \u003ch1\u003e26 Feet of \u003cbr\u003e\u003cspan class=\"highlight\"\u003ePure Freedom.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eEngineered for the strongest pullers and the longest adventures. The EliteGlide™ Heavy-Duty Leash offers seamless control with the reliability of high-grade stainless steel.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eExperience the Glide\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Sf01551509b404abda9f55649a213bf52p.webp\" alt=\"EliteGlide Leash Main View\"\u003e\n    \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"stats-bar\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"stats-grid\"\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003ch3\u003e26 FT\u003c\/h3\u003e\n                \u003cp\u003eExtended Reach\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003ch3\u003e115 LBS\u003c\/h3\u003e\n                \u003cp\u003eSupport Capacity\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003ch3\u003e1M+\u003c\/h3\u003e\n                \u003cp\u003eTested Retractions\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"anatomy-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"anatomy-wrapper\"\u003e\n            \u003cdiv class=\"anatomy-img\"\u003e\n                \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/S75631b7d47b6434c8016f776aae48635x.webp?v=1777146386\u0026amp;width=700\" alt=\"Durable Construction Exploded View\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"anatomy-text\"\u003e\n                \u003ch2\u003eThe Anatomy of \u003cspan class=\"highlight\"\u003eDurability.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cp\u003eEvery internal component is precision-crafted for safety and longevity.\u003c\/p\u003e\n                \u003cul\u003e\n                    \u003cli\u003eHeavy-Duty Stainless Steel Spring\u003c\/li\u003e\n                    \u003cli\u003eOne-Handed Safety Lock System\u003c\/li\u003e\n                    \u003cli\u003eErgonomic Non-Slip Soft Handle\u003c\/li\u003e\n                    \u003cli\u003eSturdy Impact-Resistant Housing\u003c\/li\u003e\n                    \u003cli\u003eU-Shaped Tangle-Free Tape Outlet\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"features-section container\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n        \u003ch2\u003eUnrivaled Control\u003c\/h2\u003e\n        \u003cp\u003eDesigned for pet parents who refuse to compromise on quality and safety.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e01\u003c\/span\u003e\n            \u003ch3\u003eSmooth \u0026amp; Seamless\u003c\/h3\u003e\n            \u003cp\u003eSay goodbye to frustrating snags. The U-shaped outlet ensures a 360° fluid retraction at any angle, providing an effortless walking experience.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e02\u003c\/span\u003e\n            \u003ch3\u003eSafety One-Handed Control\u003c\/h3\u003e\n            \u003cp\u003eInstantly stop, lock, and unlock the leash with a single touch. Our safety mechanism gives you total peace of mind in high-traffic areas.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e03\u003c\/span\u003e\n            \u003ch3\u003e360° Swivel Clip\u003c\/h3\u003e\n            \u003cp\u003eCrafted from rust-proof zinc alloy, the heavy-duty swivel clip prevents tangles even with the most active and playful explorers.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e04\u003c\/span\u003e\n            \u003ch3\u003eReliable Retraction\u003c\/h3\u003e\n            \u003cp\u003eBuilt with a stainless steel spring tested for over 1,000,000 retractions, ensuring consistent tension and smooth performance year after year.\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\u003eElevate Your Walks.\u003c\/h2\u003e\n    \u003cp\u003eJoin thousands of happy explorers who have upgraded to the EliteGlide™ experience. Strength, comfort, and freedom—all in one hand.\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":"White \/ 5m - 50 kg","offer_id":46764733825163,"sku":"14:29#White;5:100014066#5m - 50 kg","price":41.99,"currency_code":"USD","in_stock":true},{"title":"White \/ 8m - 50 kg","offer_id":46764733792395,"sku":"14:29#White;5:100014064#8m - 50 kg","price":45.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 5m - 50 kg","offer_id":46764733890699,"sku":"14:175#Black;5:100014066#5m - 50 kg","price":41.99,"currency_code":"USD","in_stock":true},{"title":"Black \/ 8m - 50 kg","offer_id":46764733857931,"sku":"14:175#Black;5:100014064#8m - 50 kg","price":43.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 5m - 50 kg","offer_id":46764733956235,"sku":"14:193#Gray;5:100014066#5m - 50 kg","price":41.99,"currency_code":"USD","in_stock":true},{"title":"Gray \/ 8m - 50 kg","offer_id":46764733923467,"sku":"14:193#Gray;5:100014064#8m - 50 kg","price":45.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sf01551509b404abda9f55649a213bf52p.webp?v=1777146387"},{"product_id":"swifttreat-pro-training-pouch","title":"SwiftTreat Pro Training Pouch","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-purple: #9b59b6; \/* لون مستوحى من أحد خيارات المنتج *\/\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-purple); 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: var(--accent-purple); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(155, 89, 182, 0.2); }\n\n    .furrivo-lp .hero-visual { flex: 1.2; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 500px; 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: 20px; text-align: center; border: 1px solid transparent; transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { border-color: var(--border-color); background-color: var(--bg-creamy); border-radius: 8px; }\n    .furrivo-lp .f-icon { font-size: 32px; color: var(--accent-purple); margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; }\n\n    \/* Visual Showcase Section *\/\n    .furrivo-lp .showcase-section { padding: 100px 0; }\n    .furrivo-lp .showcase-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .showcase-img { flex: 1.2; }\n    .furrivo-lp .showcase-img img { width: 100%; border-radius: 15px; }\n    .furrivo-lp .showcase-text { flex: 1; }\n    .furrivo-lp .showcase-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .showcase-text ul { list-style: none; }\n    .furrivo-lp .showcase-text li { padding: 15px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 15px; font-size: 15px; font-weight: 500; }\n    .furrivo-lp .showcase-text li::before { content: '✦'; color: var(--accent-purple); font-weight: bold; }\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 .showcase-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual { text-align: 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™ Training Essentials\u003c\/span\u003e\n        \u003ch1\u003eRewards in Reach, \u003cbr\u003e\u003cspan class=\"highlight\"\u003eSuccess in Sight.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eMaster positive reinforcement with the SwiftTreat Pro™. Designed for high-frequency training, this compact pouch ensures your pet’s favorite rewards are always just a second away.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eStart Training Smarter\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S0bfd084fc92c4e13a48b10af0c882840e.jpg\" alt=\"SwiftTreat Pro Training Pouch Colors\"\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\u003eBuilt for Better Behavior\u003c\/h2\u003e\n        \u003cp\u003eThe perfect companion for park walks, puppy classes, and professional training sessions.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003eInstant Access\u003c\/h3\u003e\n            \u003cp\u003eSmooth-glide zipper closure allows you to reach for treats instantly, ensuring your timing is always perfect for effective reinforcement.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eUltra-Portable\u003c\/h3\u003e\n            \u003cp\u003eFeaturing a rugged carabiner clip that easily attaches to your leash, belt loop, or bag, keeping your hands free for play and commands.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eDurable \u0026amp; Safe\u003c\/h3\u003e\n            \u003cp\u003eCrafted from high-density, easy-to-clean fabric that withstands daily use while keeping treats fresh and secure inside.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003eCompact Capacity\u003c\/h3\u003e\n            \u003cp\u003eSpecifically sized to hold enough rewards for a full training session without being bulky or distracting during movement.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"showcase-section container\"\u003e\n    \u003cdiv class=\"showcase-wrapper\"\u003e\n        \u003cdiv class=\"showcase-img\"\u003e\n            \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S2a2cdd15b04b4467b31c76f97c46c0508.jpg\" alt=\"SwiftTreat Pro Close-up\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"showcase-text\"\u003e\n            \u003ch2\u003eThe \u003cspan class=\"highlight\"\u003ePro-Trainer’s\u003c\/span\u003e Choice.\u003c\/h2\u003e\n            \u003cp\u003eWhy professional trainers recommend the SwiftTreat Pro for every outdoor session:\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003eQuick-Clip Carabiner for 1-second attachment\u003c\/li\u003e\n                \u003cli\u003eReinforced Stitching for long-term durability\u003c\/li\u003e\n                \u003cli\u003eIconic Paw Print Design for a premium look\u003c\/li\u003e\n                \u003cli\u003eAvailable in 4 Vibrant, Stylish Colors\u003c\/li\u003e\n                \u003cli\u003eLightweight construction for maximum mobility\u003c\/li\u003e\n            \u003c\/ul\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\u003eTurn Every Walk Into a Win.\u003c\/h2\u003e\n    \u003cp\u003eGood behavior starts with good timing. Equip yourself with the tool that makes rewarding your best friend easier than ever.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Blue","offer_id":46764735332491,"sku":"14:10#Blue","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Purple","offer_id":46764735365259,"sku":"14:175#Purple","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Black","offer_id":46764735398027,"sku":"14:193#Black","price":13.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":46764735430795,"sku":"14:29#Red","price":13.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S2aafce0211fb4f0b81c21f8b9f82fdc7I.webp?v=1777223780"},{"product_id":"secureride-adjustable-pet-car-seat-belt","title":"SecureRide Adjustable Pet Car Seat Belt","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-red: #e74c3c; \/* لون الأمان المستوحى من المنتج *\/\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-red); 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(--accent-red); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-red); 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: var(--accent-red); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(231, 76, 60, 0.2); }\n\n    .furrivo-lp .hero-visual { flex: 1.2; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 500px; border-radius: 12px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); }\n\n    \/* Features Grid (Matching the numbered circles in your image) *\/\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(250px, 1fr)); gap: 30px; }\n    .furrivo-lp .feature-card { padding: 30px; border: 1px solid var(--border-color); border-radius: 12px; transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { border-color: var(--accent-red); transform: translateY(-5px); }\n    .furrivo-lp .f-number { font-size: 32px; font-family: var(--font-display); color: var(--accent-red); font-weight: 900; margin-bottom: 15px; display: block; opacity: 0.3; }\n    .furrivo-lp .feature-card h3 { font-size: 20px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; line-height: 1.6; }\n\n    \/* Visual Specs Section *\/\n    .furrivo-lp .specs-section { padding: 100px 0; }\n    .furrivo-lp .specs-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .specs-img { flex: 1.2; }\n    .furrivo-lp .specs-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 30px rgba(0,0,0,0.05); }\n    .furrivo-lp .specs-text { flex: 1; }\n    .furrivo-lp .specs-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .specs-text ul { list-style: none; }\n    .furrivo-lp .specs-text li { padding: 15px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 15px; font-size: 15px; font-weight: 500; }\n    .furrivo-lp .specs-text li::before { content: '✓'; color: var(--accent-red); font-weight: bold; }\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 .specs-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual { text-align: 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™ Travel Safety\u003c\/span\u003e\n        \u003ch1\u003eSafety That \u003cbr\u003e\u003cspan class=\"highlight\"\u003eMoves With Them.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eEnjoy every drive knowing your best friend is secured. The SecureRide™ Seat Belt combines unyielding durability with effortless adjustment for a zero-distraction travel experience.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eSecure Your Journey\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/S99e7cc982fcf456bb9d1570c89314c585.webp?v=1777146389\u0026amp;width=700\" alt=\"SecureRide Adjustable Seat Belt\"\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\u003eUncompromising Quality\u003c\/h2\u003e\n        \u003cp\u003eDesigned to withstand sudden stops and keep your pet safely in place.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e01\u003c\/span\u003e\n            \u003ch3\u003eRugged Polypropylene\u003c\/h3\u003e\n            \u003cp\u003eConstructed from high-density polypropylene material, making the belt exceptionally tough, wear-resistant, and built for longevity.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e02\u003c\/span\u003e\n            \u003ch3\u003eRust-Proof Hardware\u003c\/h3\u003e\n            \u003cp\u003ePremium Zinc Alloy accessories are electroplated for a smooth finish that resists rust and corrosion over years of use.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e03\u003c\/span\u003e\n            \u003ch3\u003eFully Adjustable\u003c\/h3\u003e\n            \u003cp\u003eEquipped with a secure buckle that allows for free adjustment of the belt cord length, ensuring comfort for pets of all sizes.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-number\"\u003e04\u003c\/span\u003e\n            \u003ch3\u003eVibrant Diversity\u003c\/h3\u003e\n            \u003cp\u003eAvailable in a wide range of multi-colored options to match your car's interior or your pet's personality.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specs-section container\"\u003e\n    \u003cdiv class=\"specs-wrapper\"\u003e\n        \u003cdiv class=\"specs-img\"\u003e\n            \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/S927cd823dda64f9c8f145b0136980704h.webp?v=1777146388\u0026amp;width=700\" alt=\"Product Details Overview\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"specs-text\"\u003e\n            \u003ch2\u003eThe \u003cspan class=\"highlight\"\u003eStandard\u003c\/span\u003e of Security.\u003c\/h2\u003e\n            \u003cp\u003eDon't compromise on your pet's safety during transit. SecureRide™ is engineered for real-world driving conditions.\u003c\/p\u003e\n            \u003cul\u003e\n                \u003cli\u003eUniversal Fit for most vehicle seat belt buckles\u003c\/li\u003e\n                \u003cli\u003eElectroplated Zinc Alloy for extra durability\u003c\/li\u003e\n                \u003cli\u003eTangle-free swivel clip for pet comfort\u003c\/li\u003e\n                \u003cli\u003eEasy-to-clean, high-strength webbing\u003c\/li\u003e\n                \u003cli\u003eLightweight yet capable of high-tension support\u003c\/li\u003e\n            \u003c\/ul\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\u003eReady for the Road?\u003c\/h2\u003e\n    \u003cp\u003eProtect your pet and prevent driving distractions today. The SecureRide™ Adjustable Seat Belt is the essential upgrade for every pet-friendly car.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Army green","offer_id":46764735627403,"sku":"14:29#Army green","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Pink","offer_id":46764735660171,"sku":"14:1052","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Red","offer_id":46764735692939,"sku":"14:10","price":14.99,"currency_code":"USD","in_stock":true},{"title":"green","offer_id":46764735725707,"sku":"14:175","price":14.99,"currency_code":"USD","in_stock":true},{"title":"black","offer_id":46764735758475,"sku":"14:193","price":14.99,"currency_code":"USD","in_stock":true},{"title":"PURPLE","offer_id":46764735791243,"sku":"14:496","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Yellow","offer_id":46764735824011,"sku":"14:366","price":14.99,"currency_code":"USD","in_stock":true},{"title":"sky blue","offer_id":46764735856779,"sku":"14:970222347#sky blue","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Gray","offer_id":46764735889547,"sku":"14:201336231","price":14.99,"currency_code":"USD","in_stock":true},{"title":"Blue","offer_id":46764735922315,"sku":"14:173","price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S927cd823dda64f9c8f145b0136980704h.webp?v=1777146388"},{"product_id":"iq-treat-dental-cleaning-puzzle-ball","title":"IQ-Treat Dental Cleaning Puzzle Ball","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: #e67e22; \/* لون الكرة - برتقالي دافئ *\/\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(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); 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: var(--accent-orange); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(230, 126, 34, 0.2); }\n\n    .furrivo-lp .hero-visual { flex: 1.2; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 500px; border-radius: 12px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); }\n\n    \/* Multifunctional Benefits Grid *\/\n    .furrivo-lp .benefits-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(220px, 1fr)); gap: 30px; }\n    .furrivo-lp .benefit-card { padding: 30px; text-align: center; border-radius: 12px; transition: 0.3s; }\n    .furrivo-lp .benefit-card:hover { background-color: var(--bg-creamy); transform: translateY(-5px); }\n    .furrivo-lp .b-icon { font-size: 40px; margin-bottom: 20px; display: block; }\n    .furrivo-lp .benefit-card h3 { font-size: 20px; margin-bottom: 10px; }\n    .furrivo-lp .benefit-card p { font-size: 14px; color: #666; line-height: 1.6; }\n\n    \/* Size Selection Section *\/\n    .furrivo-lp .size-section { padding: 100px 0; }\n    .furrivo-lp .size-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .size-img { flex: 1.2; text-align: center; }\n    .furrivo-lp .size-img img { width: 100%; max-width: 600px; border-radius: 15px; }\n    .furrivo-lp .size-text { flex: 1; }\n    .furrivo-lp .size-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .size-text p { margin-bottom: 20px; color: #555; }\n    .furrivo-lp .size-options { display: flex; gap: 20px; margin-top: 30px; }\n    .furrivo-lp .size-box { padding: 15px 25px; border: 1px solid var(--border-color); border-radius: 8px; text-align: center; background: #fff; }\n    .furrivo-lp .size-box strong { display: block; font-size: 18px; color: var(--accent-orange); }\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 .size-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .size-img { text-align: center; }\n        .furrivo-lp .size-options { 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™ IQ \u0026amp; Wellness\u003c\/span\u003e\n        \u003ch1\u003eA Smarter Way \u003cbr\u003e\u003cspan class=\"highlight\"\u003eTo Play \u0026amp; Clean.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eKeep their minds sharp and their smiles bright. The IQ-Treat Ball™ is a multifunctional puzzle that cleans teeth, strengthens gums, and dispenses rewards—all in one durable, non-toxic design.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eGift Your Pet Joy\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Scb4652fcbfec4dee8feb166d6461389cC.webp?v=1777146389\u0026amp;width=700\" alt=\"IQ-Treat Ball Colors\"\u003e\n    \u003c\/div\u003e\n\u003c\/header\u003e\n\n\u003csection class=\"benefits-section container\"\u003e\n    \u003cdiv class=\"section-header\"\u003e\n        \u003ch2\u003eMultifunctional \u0026amp; Super Helpful\u003c\/h2\u003e\n        \u003cp\u003eWhy owners love the IQ-Treat Ball for their daily pet care routine.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"benefit-card\"\u003e\n            \u003cspan class=\"b-icon\"\u003e🧠\u003c\/span\u003e\n            \u003ch3\u003eIQ Training\u003c\/h3\u003e\n            \u003cp\u003eEncourages problem-solving skills as your pet learns how to retrieve hidden treats from the grooves.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-card\"\u003e\n            \u003cspan class=\"b-icon\"\u003e🦷\u003c\/span\u003e\n            \u003ch3\u003eStrong Teeth\u003c\/h3\u003e\n            \u003cp\u003eThe soft silicone \"teeth\" act as a natural toothbrush, removing plaque and massaging gums while they chew.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-card\"\u003e\n            \u003cspan class=\"b-icon\"\u003e🐕\u003c\/span\u003e\n            \u003ch3\u003eImprove Intelligence\u003c\/h3\u003e\n            \u003cp\u003eKeeps the brain engaged, reducing destructive behavior caused by boredom and lack of stimulation.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-card\"\u003e\n            \u003cspan class=\"b-icon\"\u003e✨\u003c\/span\u003e\n            \u003ch3\u003eDaily Entertainment\u003c\/h3\u003e\n            \u003cp\u003eProvides hours of solo play, keeping your pet active and happy even when you're busy.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"benefit-card\"\u003e\n            \u003cspan class=\"b-icon\"\u003e🤝\u003c\/span\u003e\n            \u003ch3\u003eInteractive Bond\u003c\/h3\u003e\n            \u003cp\u003eThe perfect tool for fetch and interactive play, strengthening the relationship between you and your friend.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"size-section container\"\u003e\n    \u003cdiv class=\"size-wrapper\"\u003e\n        \u003cdiv class=\"size-img\"\u003e\n            \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/S1f3a30c616e04e83971a367311e79bbfK.webp?v=1777146389\u0026amp;width=700\" alt=\"Size Options Comparison\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size-text\"\u003e\n            \u003ch2\u003eThe Perfect Fit for \u003cspan class=\"highlight\"\u003eEvery Mouth.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eWe offer two precision sizes to ensure safe play and effective dental cleaning for puppies and large breeds alike.\u003c\/p\u003e\n            \u003cdiv class=\"size-options\"\u003e\n                \u003cdiv class=\"size-box\"\u003e\n                    \u003cstrong\u003e5 CM\u003c\/strong\u003e\n                    \u003cspan\u003ePuppies \u0026amp; Small Breeds\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"size-box\"\u003e\n                    \u003cstrong\u003e7 CM\u003c\/strong\u003e\n                    \u003cspan\u003eMedium \u0026amp; Large Breeds\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px; font-style: italic; font-size: 14px;\"\u003e*Crafted from high-elastic, non-toxic rubber for extra durability.\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\u003eSharp Mind. Healthy Smile.\u003c\/h2\u003e\n    \u003cp\u003eUpgrade their playtime with the ball that does it all. Treat them to the IQ-Treat Ball™ and watch them grow smarter with every bite.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"green \/ 1.96 inch","offer_id":46764735955083,"sku":"14:175#green;5:4183#1.96 inch","price":14.99,"currency_code":"USD","in_stock":true},{"title":"green \/ 2.36 inch","offer_id":46764736381067,"sku":"14:175#green;5:361385#2.36 inch","price":15.99,"currency_code":"USD","in_stock":true},{"title":"green \/ 2.75 inch","offer_id":46764736413835,"sku":"14:175#green;5:361386#2.75 inch","price":17.99,"currency_code":"USD","in_stock":true},{"title":"orange \/ 1.96 inch","offer_id":46764735987851,"sku":"14:200005536#orange;5:4183#1.96 inch","price":14.99,"currency_code":"USD","in_stock":true},{"title":"orange \/ 2.36 inch","offer_id":46764736053387,"sku":"14:200005536#orange;5:361385#2.36 inch","price":15.99,"currency_code":"USD","in_stock":true},{"title":"orange \/ 2.75 inch","offer_id":46764736086155,"sku":"14:200005536#orange;5:361386#2.75 inch","price":17.99,"currency_code":"USD","in_stock":true},{"title":"red \/ 1.96 inch","offer_id":46764736118923,"sku":"14:10#red;5:4183#1.96 inch","price":14.99,"currency_code":"USD","in_stock":true},{"title":"red \/ 2.36 inch","offer_id":46764736151691,"sku":"14:10#red;5:361385#2.36 inch","price":15.99,"currency_code":"USD","in_stock":true},{"title":"red \/ 2.75 inch","offer_id":46764736020619,"sku":"14:10#red;5:361386#2.75 inch","price":17.99,"currency_code":"USD","in_stock":true},{"title":"bule \/ 1.96 inch","offer_id":46764736315531,"sku":"14:173#bule;5:4183#1.96 inch","price":14.99,"currency_code":"USD","in_stock":true},{"title":"bule \/ 2.36 inch","offer_id":46764736348299,"sku":"14:173#bule;5:361385#2.36 inch","price":15.99,"currency_code":"USD","in_stock":true},{"title":"bule \/ 2.75 inch","offer_id":46764736184459,"sku":"14:173#bule;5:361386#2.75 inch","price":17.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ 1.96 inch","offer_id":46764736217227,"sku":"14:366#yellow;5:4183#1.96 inch","price":14.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ 2.36 inch","offer_id":46764736282763,"sku":"14:366#yellow;5:361385#2.36 inch","price":15.99,"currency_code":"USD","in_stock":true},{"title":"yellow \/ 2.75 inch","offer_id":46764736249995,"sku":"14:366#yellow;5:361386#2.75 inch","price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Scb4652fcbfec4dee8feb166d6461389cC.webp?v=1777146389"},{"product_id":"slickerclick-pro-self-cleaning-brush","title":"SlickerClick Pro Self-Cleaning Brush","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-grey: #95a5a6; \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: #555; 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    \/* 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: 20px; text-align: center; transition: 0.3s; }\n    .furrivo-lp .f-icon { font-size: 32px; color: #333; margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; }\n\n    \/* The \"Click\" Experience Section *\/\n    .furrivo-lp .click-section { padding: 100px 0; }\n    .furrivo-lp .click-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .click-img { flex: 1.2; }\n    .furrivo-lp .click-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .click-text { flex: 1; }\n    .furrivo-lp .click-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .click-text p { font-size: 17px; margin-bottom: 30px; }\n    .furrivo-lp .benefit-pill { display: inline-block; padding: 10px 20px; background: #fff; border: 1px solid #eee; border-radius: 50px; font-size: 14px; margin-right: 10px; margin-bottom: 10px; font-weight: 500; }\n\n    \/* Specs Section *\/\n    .furrivo-lp .specs-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); }\n    .furrivo-lp .specs-grid { display: flex; align-items: center; gap: 60px; }\n    .furrivo-lp .specs-img { flex: 1; text-align: center; }\n    .furrivo-lp .specs-img img { width: 100%; max-width: 450px; }\n    .furrivo-lp .specs-info { flex: 1; }\n    .furrivo-lp .specs-info h2 { font-size: 40px; margin-bottom: 20px; }\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 .click-wrapper, .furrivo-lp .specs-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .click-img { text-align: center; }\n        .furrivo-lp .benefit-pill { margin-right: 0; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Grooming Tech\u003c\/span\u003e\n        \u003ch1\u003eOne Click. \u003cbr\u003e\u003cspan class=\"highlight\"\u003eZero Mess.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eGrooming shouldn't be a chore. The SlickerClick Pro™ eliminates the frustration of digging hair out of wires—just brush, click, and watch the collected fur slide off in seconds.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eUpgrade Your Routine\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Sb4d0384694e94883979a7b6941c6d16fN.webp?v=1777146389\u0026amp;width=700\" alt=\"SlickerClick Pro in action\"\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\u003eBetter Brushing, Happier Pet\u003c\/h2\u003e\n        \u003cp\u003eDesigned for professional results with the comfort of a home massage.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003eSelf-Cleaning Tech\u003c\/h3\u003e\n            \u003cp\u003eThe hair-slide mechanism pushes out all collected fur with one simple click, keeping your hands clean and your brush ready for the next session.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eMassage Beads\u003c\/h3\u003e\n            \u003cp\u003eEvery wire is topped with round protective tips that gently massage the skin, promoting blood circulation without any scratching or irritation.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eAnti-Static Action\u003c\/h3\u003e\n            \u003cp\u003eCrafted to reduce static electricity, leaving your pet's coat smooth, shiny, and completely tangle-free after every grooming session.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003eErgonomic Grip\u003c\/h3\u003e\n            \u003cp\u003eFeatures a durable, non-slip textured handle designed to fit perfectly in your hand, ensuring total control and reducing wrist fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"click-section container\"\u003e\n    \u003cdiv class=\"click-wrapper\"\u003e\n        \u003cdiv class=\"click-img\"\u003e\n            \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Sf1b7c7234a5f4db5beac5e804e383eeew.webp?v=1777146389\u0026amp;width=700\" alt=\"One click cleaning mechanism\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"click-text\"\u003e\n            \u003ch2\u003eThe Magic of the \u003cspan class=\"highlight\"\u003ePerfect Click.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eStop wasting time cleaning your brush manually. Our patented sliding plate makes cleanup effortless, allowing you to focus on bonding with your best friend.\u003c\/p\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Saves Time\u003c\/div\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Prevents Mess\u003c\/div\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Hygienic Storage\u003c\/div\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ 100% Satisfaction\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"specs-info\"\u003e\n                \u003ch2\u003eDesigned for \u003cspan class=\"highlight\"\u003eTotal Precision.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cp\u003eThe SlickerClick Pro™ is proportioned for optimal coverage, making it suitable for both cats and dogs of all fur types and sizes.\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003eDimensions:\u003c\/strong\u003e 18.5 cm (Length) x 10.5 cm (Width) — The ideal size for comfortable, professional-grade grooming at home.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-img\"\u003e\n                \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Sc72f32526fd143f7a9ffa34fd6f2ca211.webp?v=1777146390\u0026amp;width=700\" alt=\"SlickerClick Pro Dimensions\"\u003e\n            \u003c\/div\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\u003eShiny Coat. Cleaner Home.\u003c\/h2\u003e\n    \u003cp\u003eJoin thousands of pet parents who have upgraded to the ultimate deshedding solution. Experience the getFurrivo™ difference today.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Square-Grey","offer_id":46764736446603,"sku":"14:29#Square-Grey","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Square-Pink","offer_id":46764736479371,"sku":"14:193#Square-Pink","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Square-Blue","offer_id":46764736512139,"sku":"14:175#Square-Blue","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Round-Grey","offer_id":46764736544907,"sku":"14:10#Round-Grey","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Round-Pink","offer_id":46764736577675,"sku":"14:691#Round-Pink","price":18.99,"currency_code":"USD","in_stock":true},{"title":"Round-Blue","offer_id":46764736610443,"sku":"14:173#Round-Blue","price":18.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sb689846efaf44fc3a76cb1ca3b9e9f2fK.webp?v=1777146389"},{"product_id":"glowtrim-led-precision-nail-clipper","title":"GlowTrim LED Precision Nail Clipper","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; \/* Warm orange from the product button *\/\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(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); 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: var(--accent-orange); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(211, 84, 0, 0.2); }\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    \/* 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: 20px; text-align: center; }\n    .furrivo-lp .f-icon { font-size: 32px; color: var(--accent-orange); margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; }\n\n    \/* How it works Section *\/\n    .furrivo-lp .instruction-section { padding: 100px 0; }\n    .furrivo-lp .instruction-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .instruction-img { flex: 1.2; }\n    .furrivo-lp .instruction-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .instruction-text { flex: 1; }\n    .furrivo-lp .instruction-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .step-item { display: flex; gap: 20px; margin-bottom: 25px; }\n    .furrivo-lp .step-number { font-size: 24px; font-family: var(--font-display); color: var(--accent-orange); font-weight: bold; }\n    .furrivo-lp .step-desc h4 { font-size: 18px; margin-bottom: 5px; }\n    .furrivo-lp .step-desc p { font-size: 14px; color: #666; }\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 .instruction-wrapper { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .instruction-img { text-align: 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™ Safety Series\u003c\/span\u003e\n        \u003ch1\u003eSee the Line. \u003cbr\u003e\u003cspan class=\"highlight\"\u003eAvoid the Pain.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eTake the guesswork out of grooming. The GlowTrim™ clipper uses ultra-bright LED technology to illuminate your pet's nail quick, ensuring a painless, blood-free trim every single time.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eClip with Confidence\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S974eb4999977435799e184de0477cdbe6.webp?v=1777146540\u0026amp;width=700\" alt=\"GlowTrim LED Precision Clipper\"\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\u003eProfessional Care, Home Comfort\u003c\/h2\u003e\n        \u003cp\u003eEngineered to reduce the risk of over-trimming and keep your pet stress-free.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003eIlluminated Accuracy\u003c\/h3\u003e\n            \u003cp\u003eBuilt-in super bright LED light clearly illuminates the sensitive part of the nail, accurately displaying where to cut and preventing any accidental bleeding.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003ePrecision Half-Moon Blade\u003c\/h3\u003e\n            \u003cp\u003eMade of high-grade stainless steel, the unique half-moon design is specifically shaped to fit the natural curve of pet nails for a clean, fast clip.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eErgonomic ABS Handle\u003c\/h3\u003e\n            \u003cp\u003eThe anti-slip handle is designed for a comfortable, secure grip, giving you maximum control and stability during even the most delicate grooming sessions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003eUniversal Versatility\u003c\/h3\u003e\n            \u003cp\u003ePerfectly sized for cats, small-to-medium dogs, and even rabbits. Ideal for both home families and professional pet care shops.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"instruction-section container\"\u003e\n    \u003cdiv class=\"instruction-wrapper\"\u003e\n        \u003cdiv class=\"instruction-img\"\u003e\n            \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S629b280c160a454fa8a85e8552147a72H.webp?v=1777146540\u0026amp;width=700\" alt=\"How to use GlowTrim\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"instruction-text\"\u003e\n            \u003ch2\u003eSafety in \u003cspan class=\"highlight\"\u003eThree Steps.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cdiv class=\"step-item\"\u003e\n                \u003cspan class=\"step-number\"\u003e01.\u003c\/span\u003e\n                \u003cdiv class=\"step-desc\"\u003e\n                    \u003ch4\u003eLight the Way\u003c\/h4\u003e\n                    \u003cp\u003ePress the activation button to engage the LED guidance light.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"step-item\"\u003e\n                \u003cspan class=\"step-number\"\u003e02.\u003c\/span\u003e\n                \u003cdiv class=\"step-desc\"\u003e\n                    \u003ch4\u003eSecure Posture\u003c\/h4\u003e\n                    \u003cp\u003eHold the paw firmly and identify the cutting zone under the light.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"step-item\"\u003e\n                \u003cspan class=\"step-number\"\u003e03.\u003c\/span\u003e\n                \u003cdiv class=\"step-desc\"\u003e\n                    \u003ch4\u003eClean Precision\u003c\/h4\u003e\n                    \u003cp\u003eClip confidently using the half-moon blade for a smooth, safe finish.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\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\u003eHappy Paws. Zero Stress.\u003c\/h2\u003e\n    \u003cp\u003eDon't let nail trimming be a scary experience for you or your pet. Upgrade to the GlowTrim™ and experience the professional precision of getFurrivo™.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"style1","offer_id":46764740804747,"sku":"14:29#style1","price":15.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S974eb4999977435799e184de0477cdbe6.webp?v=1777146540"},{"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"},{"product_id":"glowguard-usb-rechargeable-led-safety-collar","title":"GlowGuard USB Rechargeable LED Safety Collar","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-neon: #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: #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    \/* Key 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(--accent-neon); 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    \/* Visibility Showcase (Dark Backdrop Style) *\/\n    .furrivo-lp .visibility-section { padding: 100px 0; background-color: #0c0c0e; color: #fff; }\n    .furrivo-lp .visibility-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .visibility-img { flex: 1.2; }\n    .furrivo-lp .visibility-img img { width: 100%; border-radius: 15px; box-shadow: 0 0 30px rgba(46, 204, 113, 0.2); }\n    .furrivo-lp .visibility-text { flex: 1; }\n    .furrivo-lp .visibility-text h2 { font-size: 40px; color: #fff; margin-bottom: 25px; }\n    .furrivo-lp .visibility-text p { font-size: 17px; color: #ccc; margin-bottom: 30px; }\n    .furrivo-lp .benefit-check { display: flex; align-items: center; gap: 15px; margin-bottom: 15px; font-size: 15px; }\n    .furrivo-lp .check-mark { color: var(--accent-neon); font-weight: bold; }\n\n    \/* All-Weather Section *\/\n    .furrivo-lp .weather-section { padding: 100px 0; }\n    .furrivo-lp .weather-grid { display: flex; align-items: center; gap: 60px; }\n    .furrivo-lp .weather-info { flex: 1; }\n    .furrivo-lp .weather-info h2 { font-size: 40px; margin-bottom: 20px; }\n    .furrivo-lp .weather-img { flex: 1; text-align: center; }\n    .furrivo-lp .weather-img img { width: 100%; max-width: 500px; border-radius: 12px; }\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 .visibility-wrapper, .furrivo-lp .weather-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .visibility-img, .furrivo-lp .weather-img { text-align: center; }\n        .furrivo-lp .benefit-check { 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™ Safety Innovation\u003c\/span\u003e\n        \u003ch1\u003eNight Walks, \u003cbr\u003e\u003cspan class=\"highlight\"\u003eReimagined.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eDon't let the darkness hide your best friend. The GlowGuard™ LED Safety Collar provides uncompromising 360° visibility, ensuring your pet remains the star of the night—and safe from every angle.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eIlluminate Their Safety\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S6bef543cf1794d5f8887ff2a514e4a29K.jpg\" alt=\"GlowGuard LED Collar in Green\"\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\u003eDesigned for the Modern Explorer\u003c\/h2\u003e\n        \u003cp\u003eAdvanced LED technology meets everyday comfort and durability.\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\u003eUSB Rechargeable\u003c\/h3\u003e\n            \u003cp\u003eNo more hunting for batteries. Simply plug in and enjoy long-lasting illumination for weeks of evening strolls.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e☔\u003c\/span\u003e\n            \u003ch3\u003e100% Waterproof\u003c\/h3\u003e\n            \u003cp\u003eWhether it's a sudden rain shower or a splash in a puddle, the GlowGuard™ stays functional in all weather conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e☁️\u003c\/span\u003e\n            \u003ch3\u003eUltra-Comfort Fit\u003c\/h3\u003e\n            \u003cp\u003eCrafted from lightweight, skin-friendly materials that won't irritate your pet's neck, even during long durations.\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 Protection\u003c\/h3\u003e\n            \u003cp\u003eA bright, eye-catching glow that adds a high-end, futuristic touch to your pet's appearance while walking.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"visibility-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"visibility-wrapper\"\u003e\n            \u003cdiv class=\"visibility-img\"\u003e\n                \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Se151227e09eb414eb0997097fd2e9937b.jpg\" alt=\"Night Safety Visibility\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"visibility-text\"\u003e\n                \u003ch2\u003eKeep Them \u003cspan class=\"highlight\" style=\"color: #2ecc71;\"\u003eSeen \u0026amp; Safe.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cp\u003eStatistics show that visibility is the #1 factor in preventing nighttime accidents. GlowGuard ensures your pet is instantly spotted by:\u003c\/p\u003e\n                \u003cdiv class=\"benefit-check\"\u003e\n\u003cspan class=\"check-mark\"\u003e✓\u003c\/span\u003e Oncoming Vehicles\u003c\/div\u003e\n                \u003cdiv class=\"benefit-check\"\u003e\n\u003cspan class=\"check-mark\"\u003e✓\u003c\/span\u003e Speeding Cyclists\u003c\/div\u003e\n                \u003cdiv class=\"benefit-check\"\u003e\n\u003cspan class=\"check-mark\"\u003e✓\u003c\/span\u003e Distracted Pedestrians\u003c\/div\u003e\n                \u003cdiv class=\"benefit-check\"\u003e\n\u003cspan class=\"check-mark\"\u003e✓\u003c\/span\u003e Other Pet Owners\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"weather-section container\"\u003e\n    \u003cdiv class=\"weather-grid\"\u003e\n        \u003cdiv class=\"weather-info\"\u003e\n            \u003ch2\u003eSafety in \u003cspan class=\"highlight\"\u003eAny Climate.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eOutdoor adventures don't stop for the weather, and neither does GlowGuard™. Our rugged, waterproof seal protects the internal LED circuits, giving you continuous safety from snowy nights to rainy mornings.\u003c\/p\u003e\n            \u003cp\u003e\u003cstrong\u003eInvest in their well-being.\u003c\/strong\u003e Your pet deserves to be protected every time they step outside.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"weather-img\"\u003e\n            \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Sbd0983eba23442099ab70d520351713aW.jpg\" alt=\"GlowGuard Multi-color options\"\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\u003eBrighten Their Future.\u003c\/h2\u003e\n    \u003cp\u003eJoin thousands of responsible pet parents who trust getFurrivo™ for their nighttime safety. Upgrade your walking routine today.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"WHITE \/ S(35cm)","offer_id":46764741066891,"sku":"14:29;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"WHITE \/ M(50cm)","offer_id":46764741034123,"sku":"14:29;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"WHITE \/ L(70cm)","offer_id":46764741656715,"sku":"14:29;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ S(35cm)","offer_id":46764741099659,"sku":"14:200005536;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ M(50cm)","offer_id":46764741263499,"sku":"14:200005536;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Orange \/ L(70cm)","offer_id":46764741230731,"sku":"14:200005536;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S(35cm)","offer_id":46764741197963,"sku":"14:1052;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M(50cm)","offer_id":46764741165195,"sku":"14:1052;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L(70cm)","offer_id":46764741132427,"sku":"14:1052;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ S(35cm)","offer_id":46764741329035,"sku":"14:173;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ M(50cm)","offer_id":46764741296267,"sku":"14:173;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Blue \/ L(70cm)","offer_id":46764741525643,"sku":"14:173;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ S(35cm)","offer_id":46764741689483,"sku":"14:10;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ M(50cm)","offer_id":46764741394571,"sku":"14:10;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Red \/ L(70cm)","offer_id":46764741361803,"sku":"14:10;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ S(35cm)","offer_id":46764741492875,"sku":"14:366;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ M(50cm)","offer_id":46764741460107,"sku":"14:366;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Yellow \/ L(70cm)","offer_id":46764741427339,"sku":"14:366;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Mix Colors \/ S(35cm)","offer_id":46764741623947,"sku":"14:193#Mix Colors;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Mix Colors \/ M(50cm)","offer_id":46764741591179,"sku":"14:193#Mix Colors;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"Mix Colors \/ L(70cm)","offer_id":46764741558411,"sku":"14:193#Mix Colors;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"green \/ S(35cm)","offer_id":46764741787787,"sku":"14:175;5:100014064#S(35cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"green \/ M(50cm)","offer_id":46764741755019,"sku":"14:175;5:361386#M(50cm)","price":19.99,"currency_code":"USD","in_stock":true},{"title":"green \/ L(70cm)","offer_id":46764741722251,"sku":"14:175;5:361385#L(70cm)","price":19.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S29c1971ee16b4096a0b242456bbbf1deg.webp?v=1777146542"},{"product_id":"activestride-hands-free-bungee-leash","title":"ActiveStride Hands-Free Bungee 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        --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(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); 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: var(--accent-orange); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(211, 84, 0, 0.2); }\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    \/* 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: 20px; text-align: center; }\n    .furrivo-lp .f-icon { font-size: 32px; color: var(--accent-orange); margin-bottom: 20px; display: block; font-family: var(--font-display); font-style: italic; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; }\n\n    \/* Lifestyle \/ Action Section *\/\n    .furrivo-lp .lifestyle-section { padding: 100px 0; }\n    .furrivo-lp .lifestyle-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .lifestyle-img { flex: 1.2; }\n    .furrivo-lp .lifestyle-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .lifestyle-text { flex: 1; }\n    .furrivo-lp .lifestyle-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .lifestyle-text p { font-size: 17px; margin-bottom: 30px; }\n    .furrivo-lp .benefit-pill { display: inline-block; padding: 10px 20px; background: #fff; border: 1px solid #eee; border-radius: 50px; font-size: 14px; margin-right: 10px; margin-bottom: 10px; font-weight: 500; }\n\n    \/* Technical Specs Section *\/\n    .furrivo-lp .specs-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); }\n    .furrivo-lp .specs-grid { display: flex; align-items: center; gap: 60px; }\n    .furrivo-lp .specs-img { flex: 1; text-align: center; }\n    .furrivo-lp .specs-img img { width: 100%; max-width: 450px; }\n    .furrivo-lp .specs-info { flex: 1; }\n    .furrivo-lp .specs-info h2 { font-size: 40px; margin-bottom: 20px; }\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 .lifestyle-wrapper, .furrivo-lp .specs-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .lifestyle-img { text-align: 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™ Performance Gear\u003c\/span\u003e\n        \u003ch1\u003eRun Free. \u003cbr\u003e\u003cspan class=\"highlight\"\u003eStay Connected.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eExperience the ultimate hands-free freedom. The ActiveStride™ Bungee Leash reduces pulling pressure and lets you run, walk, or hike while staying perfectly in sync with your dog.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eUnleash Your Potential\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/Sfb3650d726ec4942be7eb43ce59397820.jpg\" alt=\"ActiveStride Hands-Free Bungee Leash in action\"\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\u003eEngineered for High-Performance\u003c\/h2\u003e\n        \u003cp\u003eA shock-absorbing system designed for the strongest pullers and the most active owners.\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"grid-container\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eI.\u003c\/span\u003e\n            \u003ch3\u003eBungee Shock-Absorption\u003c\/h3\u003e\n            \u003cp\u003eHigh-flexibility elastic core reduces sudden pressure and jerks, protecting both your waist and your pet’s neck during sudden movements.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eMultitasking Mastery\u003c\/h3\u003e\n            \u003cp\u003eThe hands-free waist design allows you to handle multiple tasks—like using your phone or drinking water—without ever losing control of the leash.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eDawn-to-Dusk Safety\u003c\/h3\u003e\n            \u003cp\u003eIntegrated reflective stitching throughout the waistband and leash ensures 360° visibility in low-light conditions for safe morning and evening runs.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003ePremium Durability\u003c\/h3\u003e\n            \u003cp\u003eConstructed from high-density nylon and premium metal hardware, built to withstand the strength of medium and large breeds up to 115lbs.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"lifestyle-section container\"\u003e\n    \u003cdiv class=\"lifestyle-wrapper\"\u003e\n        \u003cdiv class=\"lifestyle-img\"\u003e\n            \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S127326ccb08f49a5ba7205e50f01f715o.jpg\" alt=\"ActiveStride Versatility and Utility\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"lifestyle-text\"\u003e\n            \u003ch2\u003eThe \u003cspan class=\"highlight\"\u003eUltimate Adventure\u003c\/span\u003e Pack.\u003c\/h2\u003e\n            \u003cp\u003eMore than just a leash—it's a complete utility system for your outdoor routine.\u003c\/p\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Integrated Waist Bag\u003c\/div\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Adjustable 160-220cm Length\u003c\/div\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Smartphone \u0026amp; Key Storage\u003c\/div\u003e\n            \u003cdiv class=\"benefit-pill\"\u003e✓ Reusable \u0026amp; Safe Materials\u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px;\"\u003eThe built-in pouch keeps your essentials—phone, keys, and poop bags—securely organized while you focus on the trail ahead.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"specs-info\"\u003e\n                \u003ch2\u003eDesigned for \u003cspan class=\"highlight\"\u003eTotal Reach.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cp\u003eThe ActiveStride™ provides the perfect balance between freedom and safety. Its bungee system allows for an expandable range that adapts to your dog's pace.\u003c\/p\u003e\n                \u003cp\u003e\u003cstrong\u003eWaist Range:\u003c\/strong\u003e Adjustable from 65-115cm (25.5-45.2in) for a snug, comfortable fit on any body type.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-img\"\u003e\n                \u003cimg src=\"https:\/\/picsum.photos\/800\/600?random=903\" alt=\"ActiveStride Measurement Specs\"\u003e\n            \u003c\/div\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\u003eYour Best Run Starts Here.\u003c\/h2\u003e\n    \u003cp\u003eStop compromising your posture and your pace. Upgrade to the ActiveStride™ experience and reclaim the joy of movement with your best friend.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Blue","offer_id":46764741820555,"sku":"14:173","price":24.99,"currency_code":"USD","in_stock":true},{"title":"green","offer_id":46764741853323,"sku":"14:10#green","price":24.99,"currency_code":"USD","in_stock":true},{"title":"black","offer_id":46764741886091,"sku":"14:29#black","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Blue 1","offer_id":46764741918859,"sku":"14:193#Blue","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S3404204aec3c420a881d93438b43f6e82.webp?v=1777146542"},{"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"},{"product_id":"puremist-3-in-1-steamy-massage-brush","title":"PureMist 3-in-1 Steamy Massage Brush","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: #e67e22; \/* Warm orange like the bristles *\/\n        --accent-blue: #81d4fa;   \/* Mist\/Steam blue *\/\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(--accent-orange); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-orange); 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: var(--accent-orange); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(230, 126, 34, 0.2); }\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 \"3-in-1\" 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-radius: 12px; border: 1px solid transparent; transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { border-color: var(--border-color); background-color: var(--bg-creamy); }\n    .furrivo-lp .f-icon { font-size: 40px; margin-bottom: 20px; display: block; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; line-height: 1.8; }\n\n    \/* Deep Technology Showcase *\/\n    .furrivo-lp .tech-section { padding: 100px 0; }\n    .furrivo-lp .tech-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .tech-img { flex: 1.2; }\n    .furrivo-lp .tech-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .tech-text { flex: 1; }\n    .furrivo-lp .tech-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .tech-text p { font-size: 17px; margin-bottom: 30px; }\n    .furrivo-lp .tech-pill { display: inline-block; padding: 10px 20px; background: #fff; border: 1px solid #eee; border-radius: 50px; font-size: 14px; margin-right: 10px; margin-bottom: 10px; font-weight: 500; }\n\n    \/* Specification Table *\/\n    .furrivo-lp .specs-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); }\n    .furrivo-lp .specs-grid { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .specs-info { flex: 1; }\n    .furrivo-lp .specs-table { width: 100%; border-collapse: collapse; margin-top: 30px; }\n    .furrivo-lp .specs-table td { padding: 12px 0; border-bottom: 1px solid #eee; font-size: 15px; }\n    .furrivo-lp .specs-table td:first-child { font-weight: 600; color: #888; }\n    .furrivo-lp .specs-img { flex: 0.8; text-align: center; }\n    .furrivo-lp .specs-img img { width: 100%; max-width: 400px; }\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 .tech-wrapper, .furrivo-lp .specs-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .tech-img { text-align: center; }\n        .furrivo-lp .tech-pill { margin-right: 0; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Spa Collection\u003c\/span\u003e\n        \u003ch1\u003eGrooming, \u003cbr\u003e\u003cspan class=\"highlight\"\u003ePowered by Mist.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eRevolutionize your pet's routine with the PureMist™ 3-in-1 Steamy Brush. Say goodbye to flying fur and hello to a cleaner home with safe, gentle steam technology that cleans, massages, and de-sheds—all at once.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eGive Them the Spa Treatment\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/Sa966329f2aed4f79a63466dd9477a990b.webp?v=1777146789\u0026amp;width=700\" alt=\"PureMist 3-in-1 Steamy Massage Brush in action\"\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\u003eThe Future of Pet Care\u003c\/h2\u003e\n        \u003cp\u003eA professional-grade grooming experience designed for sensitive pets and busy owners.\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\u003eNano-Steam Tech\u003c\/h3\u003e\n            \u003cp\u003eUtilizes safe steam to effectively loosen and remove dust, dirt, and trapped fur while acting as a gentle cleanser for a healthier coat.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e💆\u003c\/span\u003e\n            \u003ch3\u003ePleasurable Massage\u003c\/h3\u003e\n            \u003cp\u003eThe soft, rounded-tip bristles provide a soothing massage experience that pets love, increasing bonding time and reducing grooming anxiety.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🏠\u003c\/span\u003e\n            \u003ch3\u003eFur-Free Living\u003c\/h3\u003e\n            \u003cp\u003eRegular grooming traps excess fur in the brush rather than letting it fly in the air, leaving your home cleaner and your furniture fur-free.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🔋\u003c\/span\u003e\n            \u003ch3\u003eRechargeable Power\u003c\/h3\u003e\n            \u003cp\u003eEquipped with a long-lasting battery for continuous usage. No batteries required—just charge and groom anytime, anywhere.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tech-section container\"\u003e\n    \u003cdiv class=\"tech-wrapper\"\u003e\n        \u003cdiv class=\"tech-img\"\u003e\n            \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S1eb7287cb16342af84925f6ac2e76a8ez.webp?v=1777146789\u0026amp;width=700\" alt=\"PureMist 360 rotation handle and steam button\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech-text\"\u003e\n            \u003ch2\u003eDesigned for \u003cspan class=\"highlight\"\u003eComfort \u0026amp; Control.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eThe PureMist™ isn't just about the steam—it's about ergonomics. Every curve is designed to make the grooming session as easy for you as it is for your pet.\u003c\/p\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ 360° Rotating Handle\u003c\/div\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ Skin-Safe Rounded Tips\u003c\/div\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ 20ml Serum Capacity\u003c\/div\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ One-Click Activation\u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px;\"\u003eThe innovative 360-degree rotation allows you to reach every angle effortlessly, while the rounded bristles ensure zero irritation even for the most sensitive skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"specs-info\"\u003e\n                \u003ch2\u003eTechnical \u003cspan class=\"highlight\"\u003eSpecifications.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh-Grade ABS + Silicone\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eCompatibility\u003c\/td\u003e\n\u003ctd\u003eLong\/Short Haired Cats \u0026amp; Dogs\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eSerum Tank\u003c\/td\u003e\n\u003ctd\u003e20 ml (Leave-in Serum Compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eBattery\u003c\/td\u003e\n\u003ctd\u003e120 mAh (USB Rechargeable)\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e12 x 6.5 cm (Perfect for travel)\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-img\"\u003e\n                \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S26d1060ee3b5449faf526244a70d35cca.webp?v=1777146789\u0026amp;width=700\" alt=\"PureMist Dimensions and Build\"\u003e\n            \u003c\/div\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\u003eCleaner Fur. Happier Home.\u003c\/h2\u003e\n    \u003cp\u003eJoin the thousands of pet parents who have upgraded to the ultimate 3-in-1 solution. Experience the getFurrivo™ PureMist™ difference today.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Green Mango","offer_id":46765010354315,"sku":"14:200006151#Green Mango","price":16.99,"currency_code":"USD","in_stock":true},{"title":"Yellow Mango","offer_id":46765010387083,"sku":"14:200002984#Yellow Mango","price":16.99,"currency_code":"USD","in_stock":true},{"title":"2PC mixed","offer_id":46765010419851,"sku":"14:175#2PC mixed","price":24.99,"currency_code":"USD","in_stock":true},{"title":"Coffee","offer_id":46765010452619,"sku":"14:193#Coffee","price":16.99,"currency_code":"USD","in_stock":true},{"title":"2PC mixed Mango","offer_id":46765010485387,"sku":"14:1063#2PC mixed Mango","price":24.99,"currency_code":"USD","in_stock":true},{"title":"White","offer_id":46765010518155,"sku":"14:29#White","price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S6d50a93905224c198e6b594915fae45eH.webp?v=1777146789"},{"product_id":"latherluxe-2-in-1-silicone-shampoo-brush","title":"LatherLuxe 2-in-1 Silicone Shampoo Brush","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-teal: #76d7c4; \/* Soft teal from the product colors *\/\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-teal); 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(--accent-teal); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-teal); 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: var(--accent-teal); transform: translateY(-2px); box-shadow: 0 10px 20px rgba(118, 215, 196, 0.2); }\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    \/* 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-radius: 12px; border: 1px solid transparent; transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { border-color: var(--border-color); background-color: var(--bg-creamy); }\n    .furrivo-lp .f-icon { font-size: 40px; margin-bottom: 20px; display: block; }\n    .furrivo-lp .feature-card h3 { font-size: 22px; margin-bottom: 15px; }\n    .furrivo-lp .feature-card p { font-size: 14px; color: #666; line-height: 1.8; }\n\n    \/* Dispenser Technology Showcase *\/\n    .furrivo-lp .tech-section { padding: 100px 0; }\n    .furrivo-lp .tech-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .tech-img { flex: 1.2; }\n    .furrivo-lp .tech-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .tech-text { flex: 1; }\n    .furrivo-lp .tech-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .tech-text p { font-size: 17px; margin-bottom: 30px; }\n    .furrivo-lp .tech-pill { display: inline-block; padding: 10px 20px; background: #fff; border: 1px solid #eee; border-radius: 50px; font-size: 14px; margin-right: 10px; margin-bottom: 10px; font-weight: 500; }\n\n    \/* Specs Section *\/\n    .furrivo-lp .specs-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); }\n    .furrivo-lp .specs-grid { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .specs-info { flex: 1; }\n    .furrivo-lp .specs-table { width: 100%; border-collapse: collapse; margin-top: 30px; }\n    .furrivo-lp .specs-table td { padding: 12px 0; border-bottom: 1px solid #eee; font-size: 15px; }\n    .furrivo-lp .specs-table td:first-child { font-weight: 600; color: #888; }\n    .furrivo-lp .specs-img { flex: 0.8; text-align: center; }\n    .furrivo-lp .specs-img img { width: 100%; max-width: 400px; }\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 .tech-wrapper, .furrivo-lp .specs-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .tech-img { text-align: center; }\n        .furrivo-lp .tech-pill { margin-right: 0; }\n    }\n\u003c\/style\u003e\n\n\u003cheader class=\"hero container\"\u003e\n    \u003cdiv class=\"hero-content\"\u003e\n        \u003cspan class=\"hero-tag\"\u003egetFurrivo™ Bath \u0026amp; Wellness\u003c\/span\u003e\n        \u003ch1\u003eRich Lather, \u003cbr\u003e\u003cspan class=\"highlight\"\u003eDeep Relaxation.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eTransform bath time into a soothing spa experience. The LatherLuxe™ 2-in-1 Brush dispenses shampoo exactly where it's needed while massaging the skin for a healthier, shinier coat.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eUpgrade Bath Time\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S723234f31d3b497d9d5ca809fc24c36br.webp?v=1777146790\u0026amp;width=700\" alt=\"LatherLuxe Silicone Shampoo Brush in Teal\"\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\u003eBetter Cleaning, Less Waste\u003c\/h2\u003e\n        \u003cp\u003eA professional grooming tool designed to save shampoo and pamper your pet's skin.\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\u003eIntegrated Dispenser\u003c\/h3\u003e\n            \u003cp\u003eFeatures a built-in shampoo reservoir. Simply fill, press, and watch a rich lather flow directly through the bristles for a more efficient clean.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e💆\u003c\/span\u003e\n            \u003ch3\u003eSkin-Safe Massage\u003c\/h3\u003e\n            \u003cp\u003eSoft silicone bristles provide a gentle massage that stimulates blood circulation and relaxes your pet during the bath.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🦴\u003c\/span\u003e\n            \u003ch3\u003eErgonomic Control\u003c\/h3\u003e\n            \u003cp\u003eDesigned with a specialized non-slip handle that fits perfectly in your palm, ensuring a steady grip even when your hands are wet and soapy.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e✨\u003c\/span\u003e\n            \u003ch3\u003eDeep Root Cleaning\u003c\/h3\u003e\n            \u003cp\u003eReaches through thick fur to clean the skin beneath, removing hidden dirt and allergens that traditional hands often miss.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"tech-section container\"\u003e\n    \u003cdiv class=\"tech-wrapper\"\u003e\n        \u003cdiv class=\"tech-img\"\u003e\n            \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S1c68446d010245a290b41abc96d1e5992.webp?v=1777146790\u0026amp;width=700\" alt=\"Filling the LatherLuxe brush with shampoo\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech-text\"\u003e\n            \u003ch2\u003eThe Art of \u003cspan class=\"highlight\"\u003ePrecision Scrubbing.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eStop pouring shampoo over the coat only for it to slide off. LatherLuxe™ injects the soap deep into the bristles, turning a little shampoo into a lot of foam.\u003c\/p\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ Saves Shampoo Up to 40%\u003c\/div\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ Soft Medical-Grade Silicone\u003c\/div\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ Quick-Refill Opening\u003c\/div\u003e\n            \u003cdiv class=\"tech-pill\"\u003e✓ Anti-Bacterial Material\u003c\/div\u003e\n            \u003cp style=\"margin-top: 20px;\"\u003eThe soft silicone \"teeth\" are flexible yet firm enough to scrub away stubborn dirt without any scratching or discomfort.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"specs-info\"\u003e\n                \u003ch2\u003eProduct \u003cspan class=\"highlight\"\u003eDetails.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh-Quality Food-Grade Silicone\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eDesign\u003c\/td\u003e\n\u003ctd\u003e2-in-1 Scrub \u0026amp; Dispense System\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eCapacity\u003c\/td\u003e\n\u003ctd\u003eOptimized for full-body cleaning\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eEasy-Wash \/ Dishwasher Safe\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eAvailability\u003c\/td\u003e\n\u003ctd\u003eTeal, Pink, and Sun-Yellow\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-img\"\u003e\n                \u003cimg src=\"https:\/\/ae01.alicdn.com\/kf\/S6d8995a01c68411a96737e37658df13an.jpg?width=800\u0026amp;height=800\u0026amp;hash=1600\" alt=\"LatherLuxe Color Variations\"\u003e\n            \u003c\/div\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\u003eMake Them Love Their Bath.\u003c\/h2\u003e\n    \u003cp\u003eJoin the thousands of pet parents who have turned bathing from a struggle into a bond. Get your LatherLuxe™ today and experience the difference.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"Heart-shaped Blue","offer_id":46765010616459,"sku":"14:10#Heart-shaped Blue","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Heart-shaped Pink","offer_id":46765010649227,"sku":"14:173#Heart-shaped Pink","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Square Pink","offer_id":46765010681995,"sku":"14:175#Square Pink","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Square Yellow","offer_id":46765010714763,"sku":"14:193#Square Yellow","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Heart-shaped Yellow","offer_id":46765010747531,"sku":"14:691#Heart-shaped Yellow","price":15.99,"currency_code":"USD","in_stock":true},{"title":"Square Blue","offer_id":46765010780299,"sku":"14:29#Square Blue","price":15.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S1c68446d010245a290b41abc96d1e5992.webp?v=1777146790"},{"product_id":"staticsweep-double-sided-fur-lint-brush","title":"StaticSweep Double-Sided Fur \u0026 Lint Brush","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-yellow: #f1c40f; \/* From the glove's trim *\/\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: 1px 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    \/* Efficiency 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-radius: 12px; transition: 0.3s; }\n    .furrivo-lp .feature-card:hover { background-color: var(--bg-creamy); 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    \/* Scene Showcase (Applicable Scenes) *\/\n    .furrivo-lp .scene-section { padding: 100px 0; }\n    .furrivo-lp .scene-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .scene-img { flex: 1.2; }\n    .furrivo-lp .scene-img img { width: 100%; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.08); }\n    .furrivo-lp .scene-text { flex: 1; }\n    .furrivo-lp .scene-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .scene-list { list-style: none; margin-top: 20px; }\n    .furrivo-lp .scene-list li { display: flex; align-items: center; gap: 15px; padding: 10px 0; font-weight: 500; }\n    .furrivo-lp .scene-list li::before { content: '✦'; color: var(--accent-yellow); font-weight: bold; }\n\n    \/* Specs Section *\/\n    .furrivo-lp .specs-section { padding: 100px 0; background-color: #fff; border-top: 1px solid var(--border-color); }\n    .furrivo-lp .specs-grid { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .specs-info { flex: 1; }\n    .furrivo-lp .specs-table { width: 100%; border-collapse: collapse; margin-top: 30px; }\n    .furrivo-lp .specs-table td { padding: 15px 0; border-bottom: 1px solid #eee; font-size: 15px; }\n    .furrivo-lp .specs-table td:first-child { font-weight: 600; color: #888; }\n    .furrivo-lp .specs-img { flex: 0.8; text-align: center; }\n    .furrivo-lp .specs-img img { width: 100%; max-width: 400px; border: 1px solid #eee; border-radius: 8px; }\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 .scene-wrapper, .furrivo-lp .specs-grid { flex-direction: column; text-align: center; gap: 40px; }\n        .furrivo-lp .hero h1 { font-size: 42px; }\n        .furrivo-lp .hero-visual, .furrivo-lp .scene-img { text-align: 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™ Home Care\u003c\/span\u003e\n        \u003ch1\u003eThe Power of \u003cbr\u003e\u003cspan class=\"highlight\"\u003eA Clean Swipe.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eBecause your furniture shouldn't look like it has a coat of its own. The StaticSweep™ Double-Sided Brush uses electrostatic magic to lift fur from fabrics, leaving your living space pristine in seconds.\u003c\/p\u003e\n        \u003ca href=\"#buy\" class=\"btn-premium\"\u003eRescue Your Furniture\u003c\/a\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"hero-visual\"\u003e\n        \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S0ce09b01bea44bfe8da42c0e99fa0d9fD.webp?v=1777146790\u0026amp;width=700\" alt=\"StaticSweep Double-Sided Glove in action\"\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\u003eEfficiency from Every Direction\u003c\/h2\u003e\n        \u003cp\u003eA professional cleaning tool that doubles as a gentle grooming massage for your pet.\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\u003eDouble-Sided Power\u003c\/h3\u003e\n            \u003cp\u003eAchieve maximum efficiency with a dual-surface design that brushes and traps pet hair from all directions simultaneously.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🧲\u003c\/span\u003e\n            \u003ch3\u003eElectrostatic Tech\u003c\/h3\u003e\n            \u003cp\u003eEngineered with specialized fabric that acts as a magnet for stubborn lint, kitten fur, and large dog hair on any surface.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🧤\u003c\/span\u003e\n            \u003ch3\u003eWarm, Secure Fit\u003c\/h3\u003e\n            \u003cp\u003eMade from soft yet resilient breathable material, these gloves offer a snug fit for effortless removal without hand fatigue.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003e🧼\u003c\/span\u003e\n            \u003ch3\u003eRinse \u0026amp; Repeat\u003c\/h3\u003e\n            \u003cp\u003eZero waste. Zero tape. Simply rinse under water or shake off gathered hair to maintain its high-performance capture ability.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"scene-section container\"\u003e\n    \u003cdiv class=\"scene-wrapper\"\u003e\n        \u003cdiv class=\"scene-img\"\u003e\n            \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S3f41650a00ff4c33ae9eebeffc5e7981K.webp?v=1777146790\u0026amp;width=700\" alt=\"Applicable scenes: Sofa, Car, Bed, Clothes\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene-text\"\u003e\n            \u003ch2\u003eA Spotless Space, \u003cspan class=\"highlight\"\u003eWherever You Go.\u003c\/span\u003e\n\u003c\/h2\u003e\n            \u003cp\u003eFrom your living room to your car interior, StaticSweep™ is the versatile companion for every pet enthusiast.\u003c\/p\u003e\n            \u003cul class=\"scene-list\"\u003e\n                \u003cli\u003eSofa \u0026amp; Upholstery Deep Cleaning\u003c\/li\u003e\n                \u003cli\u003eBed Sheet \u0026amp; Linen Hair Removal\u003c\/li\u003e\n                \u003cli\u003eClothing \u0026amp; Lint Maintenance\u003c\/li\u003e\n                \u003cli\u003eCar Interior \u0026amp; Seat Detailing\u003c\/li\u003e\n                \u003cli\u003eGentle Grooming for Kittens \u0026amp; Dogs\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"specs-section\"\u003e\n    \u003cdiv class=\"container\"\u003e\n        \u003cdiv class=\"specs-grid\"\u003e\n            \u003cdiv class=\"specs-info\"\u003e\n                \u003ch2\u003eProduct \u003cspan class=\"highlight\"\u003eSpecifications.\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003ctable class=\"specs-table\"\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eMaterial\u003c\/td\u003e\n\u003ctd\u003eHigh-Density Electrostatic Fabric + Mesh\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eSize\u003c\/td\u003e\n\u003ctd\u003e24 x 18 x 2 cm (9.45 x 7.09 in)\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eWeight\u003c\/td\u003e\n\u003ctd\u003e74g (Ultra-Lightweight)\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003ePackage Includes\u003c\/td\u003e\n\u003ctd\u003e2 x StaticSweep™ Remover Gloves\u003c\/td\u003e\n\u003c\/tr\u003e\n                    \u003ctr\u003e\n\u003ctd\u003eMaintenance\u003c\/td\u003e\n\u003ctd\u003eWashable \/ Reusable \/ Eco-Friendly\u003c\/td\u003e\n\u003c\/tr\u003e\n                \u003c\/table\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-img\"\u003e\n                \u003cimg src=\"https:\/\/getfurrivo.myshopify.com\/cdn\/shop\/files\/S09ca30401427435b93fe8c5906853d40v.webp?v=1777146790\u0026amp;width=700\" alt=\"StaticSweep Glove Dimensions\"\u003e\n            \u003c\/div\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\u003eClean Home. Happy Paws.\u003c\/h2\u003e\n    \u003cp\u003eJoin thousands of pet parents who have simplified their cleaning routine. Get your set of two StaticSweep™ gloves today and reclaim your home.\u003c\/p\u003e\n    \u003ca href=\"#\" class=\"btn-premium\"\u003eAdd To Cart - getFurrivo™ Quality\u003c\/a\u003e\n\u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"getFurrivo","offers":[{"title":"As shown","offer_id":46765010813067,"sku":"14:4#As shown","price":16.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/Sa37de63ec52a4a348353356a1b7cf8bfD.webp?v=1777146790"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/collections\/Dogs.png?v=1777721973","url":"https:\/\/getfurrivo.com\/collections\/dogs.oembed?page=2","provider":"getfurrivo","version":"1.0","type":"link"}