{"title":"Cats","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":"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":"steelsift-pro-long-handle-litter-scoop","title":"SteelSift Pro Long-Handle Litter Scoop","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-black: #1a1a1a;\n        --accent-grey: #7f8c8d; \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-grey); 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-black); border-radius: 30px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; color: var(--text-black); 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-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: #333; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }\n\n    .furrivo-lp .hero-visual { flex: 1; text-align: right; }\n    .furrivo-lp .hero-visual img { width: 100%; max-width: 500px; border-radius: 8px; filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1)); }\n\n    \/* Features Grid *\/\n    .furrivo-lp .features-section { padding: 100px 0; 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: 30px; }\n    .furrivo-lp .feature-card { background: #fff; padding: 45px 35px; border-radius: 8px; border: 1px solid var(--border-color); transition: 0.3s; text-align: center; }\n    .furrivo-lp .feature-card:hover { border-color: var(--text-black); transform: translateY(-5px); }\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; line-height: 1.8; }\n\n    \/* Detailed Breakdown Section *\/\n    .furrivo-lp .breakdown { padding: 100px 0; background-color: #fff; }\n    .furrivo-lp .breakdown-wrapper { display: flex; align-items: center; gap: 80px; }\n    .furrivo-lp .breakdown-img { flex: 1; }\n    .furrivo-lp .breakdown-img img { width: 100%; border-radius: 12px; }\n    .furrivo-lp .breakdown-text { flex: 1; }\n    .furrivo-lp .breakdown-text h2 { font-size: 40px; margin-bottom: 25px; }\n    .furrivo-lp .spec-list { list-style: none; }\n    .furrivo-lp .spec-list li { padding: 15px 0; border-bottom: 1px solid #f0f0f0; display: flex; align-items: center; gap: 15px; font-size: 15px; }\n    .furrivo-lp .spec-list li::before { content: '✦'; color: var(--text-black); 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 .breakdown-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        .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™ Hygiene Series\u003c\/span\u003e\n        \u003ch1\u003eThe Last Scoop \u003cbr\u003e\u003cspan class=\"highlight\"\u003eYou'll Ever Buy.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp\u003eZero waste. Zero effort. The SteelSift Pro™ uses medical-grade stainless steel and an ultra-fine mesh to keep your home pristine while saving you money on clean litter.\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\/S18fde2df538c4b74a6c9ccd4f79cf3f5N.webp\" alt=\"SteelSift Pro Litter Scoop\"\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 Efficiency\u003c\/h2\u003e\n        \u003cp\u003eA professional tool that turns a messy chore into a 5-second task.\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\u003ePrecision Sifting\u003c\/h3\u003e\n            \u003cp\u003eThe large hollow mesh design captures even the smallest waste fragments while letting clean litter fall through instantly, increasing contact area and saving time.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eII.\u003c\/span\u003e\n            \u003ch3\u003eLabor-Saving Ergonomics\u003c\/h3\u003e\n            \u003cp\u003eFeaturing a long, comfortable-grip handle designed to reduce wrist fatigue. Perfect for multi-cat households where cleaning is frequent.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIII.\u003c\/span\u003e\n            \u003ch3\u003eStainless Durability\u003c\/h3\u003e\n            \u003cp\u003eCrafted from rust-proof, high-grade metal. Unlike plastic scoops, the SteelSift Pro won't snap, bend, or retain odors over time.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cspan class=\"f-icon\"\u003eIV.\u003c\/span\u003e\n            \u003ch3\u003eSmart Storage\u003c\/h3\u003e\n            \u003cp\u003eDesigned with a convenient hanging hole. Hook it on the wall or the litter box itself to keep your space organized and hygienic.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"breakdown container\"\u003e\n    \u003cdiv class=\"breakdown-wrapper\"\u003e\n        \u003cdiv class=\"breakdown-img\"\u003e\n            \u003cimg src=\"https:\/\/q2mhfiiwhoo5q2ju-73861005451.shopifypreview.com\/cdn\/shop\/files\/Sf3663691d3f2419a8032af0befc8cf4bG.webp\" alt=\"Metal Mesh Detail\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"breakdown-text\"\u003e\n            \u003ch2\u003eThe \u003cspan class=\"highlight\"\u003eHygiene\u003c\/span\u003e Standard.\u003c\/h2\u003e\n            \u003cp\u003eMedical-grade materials for a healthier environment for you and your pet.\u003c\/p\u003e\n            \u003cul class=\"spec-list\"\u003e\n                \u003cli\u003e\n\u003cstrong\u003eAnti-Bacterial:\u003c\/strong\u003e Easy-to-clean metal surface.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eHeavy-Duty:\u003c\/strong\u003e Built for pet shops and large homes.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eTime Saver:\u003c\/strong\u003e Sifts 3x faster than traditional scoops.\u003c\/li\u003e\n                \u003cli\u003e\n\u003cstrong\u003eOptimal Size:\u003c\/strong\u003e 28 x 10 cm for maximum coverage.\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\u003eClean Litter. Happy Cat.\u003c\/h2\u003e\n    \u003cp\u003eStop wasting money on litter that's still clean. Get the SteelSift Pro™ and experience a faster, more hygienic way to care for your furry 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":"D","offer_id":46764735168651,"sku":"14:200006151#D","price":17.99,"currency_code":"USD","in_stock":true},{"title":"A","offer_id":46764735201419,"sku":"14:200661158#A","price":17.99,"currency_code":"USD","in_stock":true},{"title":"C","offer_id":46764735234187,"sku":"14:200008334#C","price":17.99,"currency_code":"USD","in_stock":true},{"title":"B","offer_id":46764735266955,"sku":"14:200661159#B","price":17.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0738\/6100\/5451\/files\/S18fde2df538c4b74a6c9ccd4f79cf3f5N.webp?v=1777146387"},{"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":"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\/Cats.png?v=1777721942","url":"https:\/\/getfurrivo.com\/collections\/cats.oembed","provider":"getfurrivo","version":"1.0","type":"link"}