{"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","url":"https:\/\/getfurrivo.com\/products\/hydropaws-4-in-1-portable-travel-bottle","provider":"getfurrivo","version":"1.0","type":"link"}