{"product_id":"breathable-mesh-front-carrier","title":"Breathable Mesh Front Carrier","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Pet Accessory (Front-Carry Pet Backpack)\nTarget Audience: Active pet owners, cyclists, hikers, outdoor enthusiasts.\nVisual Style: Friendly, Outdoor, Approachable, Secure.\nColor Strategy: Earthy\/Natural tones. Primary: Deep Forest Green (#2F4F4F), Accent: Warm Sand (#F5F5DC), Text: High contrast dark slate.\nShape Strategy: Radius 16px - Soft, welcoming, represents comfort for the pet.\nTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 40px, Body 18px.\nMobile Table Strategy: Card-based (No horizontal scroll). Metric \u0026 Imperial conversions included.\nImage Mapping: \n  Hero = image_1 (Contextual lifestyle)\n  Feature1 = image_2 (Hands-free action)\n  Feature2 = image_3 (Ergonomic details)\n  Feature3 = image_4 (Quick-fit hardware)\n  SizeChart = image_5 (The provided size guide image)\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n        --primary: #2F4F4F; \/* Dark Slate Gray \/ Forest *\/\n        --primary-light: #E8F0EC;\n        --text-main: #1A202C;\n        --text-sub: #4A5568;\n        --bg-body: #FFFFFF;\n        --bg-card: #F7FAFC;\n        --radius-md: 12px;\n        --radius-lg: 20px;\n        --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);\n        --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n        --border-color: #E2E8F0;\n        --spacing-section: clamp(3rem, 6vw, 6rem);\n        --spacing-element: clamp(1.5rem, 3vw, 3rem);\n    }\n\n    \/* Base Setup *\/\n    .product-detail-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 5%;\n        font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n        color: var(--text-main);\n        background-color: var(--bg-body);\n        box-sizing: border-box;\n        overflow-wrap: break-word;\n        word-break: break-word;\n        line-height: 1.6;\n        font-size: 18px;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n        box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1 {\n        font-size: clamp(32px, 5vw, 44px);\n        line-height: 1.2;\n        font-weight: 800;\n        margin-bottom: 1rem;\n        color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n        font-size: clamp(26px, 4vw, 36px);\n        line-height: 1.3;\n        font-weight: 700;\n        margin-bottom: 1.5rem;\n    }\n\n    .product-detail-container h3 {\n        font-size: clamp(22px, 3vw, 28px);\n        line-height: 1.4;\n        font-weight: 600;\n        margin-bottom: 1rem;\n    }\n\n    .product-detail-container p {\n        font-size: clamp(18px, 2vw, 20px);\n        color: var(--text-sub);\n        margin-bottom: 1.5rem;\n    }\n\n    \/* Image Placeholders (Strict Protocol) *\/\n    .img-placeholder {\n        width: 100%;\n        aspect-ratio: 4 \/ 3;\n        background-color: #F1F5F9;\n        border: 2px dashed #CBD5E1;\n        border-radius: var(--radius-lg);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        font-size: 18px;\n        font-weight: bold;\n        color: #64748B;\n        text-align: center;\n        overflow: hidden;\n    }\n\n    .img-placeholder.square {\n        aspect-ratio: 1 \/ 1;\n    }\n\n    .img-placeholder.wide {\n        aspect-ratio: 16 \/ 9;\n    }\n\n    \/* Non-clickable Visual Badge *\/\n    .visual-badge {\n        display: inline-block;\n        background-color: var(--primary-light);\n        color: var(--primary);\n        padding: 8px 16px;\n        border-radius: 50px;\n        font-size: 16px;\n        font-weight: 600;\n        margin-bottom: 1rem;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    \/* Modules spacing *\/\n    .pd-section {\n        margin-top: var(--spacing-section);\n        margin-bottom: var(--spacing-section);\n    }\n\n    \/* Hero Section *\/\n    .pd-hero {\n        text-align: center;\n    }\n    .pd-hero .hero-content {\n        max-width: 800px;\n        margin: 0 auto var(--spacing-element) auto;\n    }\n\n    \/* Z-Pattern Features (Mobile Lock implemented) *\/\n    .pd-features {\n        display: flex;\n        flex-direction: column;\n        gap: var(--spacing-section);\n    }\n\n    .feature-item {\n        display: flex;\n        flex-direction: column; \/* Mobile first: Image top, text bottom *\/\n        gap: var(--spacing-element);\n    }\n\n    .feature-media, .feature-copy {\n        width: 100%;\n    }\n\n    .feature-copy {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n\n    \/* Desktop Enhancement *\/\n    @media (min-width: 768px) {\n        .feature-item {\n            flex-direction: row;\n            align-items: center;\n        }\n        .feature-item:nth-child(even) {\n            flex-direction: row-reverse;\n        }\n        .feature-media, .feature-copy {\n            width: 50%;\n        }\n        .feature-copy {\n            padding: 0 5%;\n        }\n    }\n\n    \/* Sizing Section \u0026 Tables *\/\n    .pd-sizing {\n        background-color: var(--bg-card);\n        padding: var(--spacing-element);\n        border-radius: var(--radius-lg);\n    }\n\n    .pd-sizing-intro {\n        text-align: center;\n        margin-bottom: var(--spacing-element);\n    }\n\n    .tables-wrapper {\n        display: flex;\n        flex-direction: column;\n        gap: var(--spacing-element);\n    }\n\n    @media (min-width: 992px) {\n        .tables-wrapper {\n            flex-direction: row;\n            align-items: flex-start;\n        }\n        .table-block {\n            flex: 1;\n        }\n    }\n\n    .table-block h3 {\n        text-align: center;\n        color: var(--primary);\n        border-bottom: 2px solid var(--primary);\n        padding-bottom: 10px;\n        margin-bottom: 20px;\n    }\n\n    .pd-table {\n        width: 100%;\n        border-collapse: collapse;\n        font-size: 18px;\n    }\n\n    .pd-table th, .pd-table td {\n        padding: 16px;\n        text-align: center;\n        border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n        background-color: var(--primary);\n        color: white;\n        font-weight: 600;\n    }\n\n    .pd-table tr:nth-child(even) {\n        background-color: #fdfdfd;\n    }\n\n    \/* Mobile Table Strategy (CRITICAL: Card-based) *\/\n    @media (max-width: 767px) {\n        .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {\n            display: block;\n            width: 100%;\n        }\n\n        .pd-table thead {\n            display: none; \/* Hide headers *\/\n        }\n\n        .pd-table tr {\n            background-color: #ffffff;\n            border: 1px solid var(--border-color);\n            border-radius: var(--radius-md);\n            margin-bottom: 1rem;\n            box-shadow: var(--shadow-sm);\n            overflow: hidden;\n        }\n\n        .pd-table td {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            text-align: right;\n            padding: 14px 16px;\n            border-bottom: 1px solid #f1f1f1;\n        }\n\n        .pd-table td:last-child {\n            border-bottom: none;\n        }\n\n        \/* Label generation *\/\n        .pd-table td::before {\n            content: attr(data-label);\n            font-weight: 700;\n            color: var(--text-main);\n            text-align: left;\n            padding-right: 15px;\n        }\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-list {\n        display: flex;\n        flex-direction: column;\n        gap: 1rem;\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .pd-faq-item {\n        background-color: var(--bg-card);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        overflow: hidden;\n    }\n\n    .pd-faq-item summary {\n        padding: 20px;\n        font-size: clamp(18px, 2.5vw, 22px);\n        font-weight: 700;\n        cursor: text; \/* Removed pointer as per CTA rules, though native details, keeping it static-feeling *\/\n        list-style: none;\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n    }\n\n    .pd-faq-item summary::-webkit-details-marker {\n        display: none;\n    }\n\n    .pd-faq-item summary::after {\n        content: '+';\n        font-size: 24px;\n        color: var(--primary);\n    }\n\n    .pd-faq-item[open] summary::after {\n        content: '-';\n    }\n\n    .pd-faq-item p {\n        padding: 0 20px 20px 20px;\n        margin: 0;\n        border-top: 1px solid var(--border-color);\n        padding-top: 20px;\n    }\n\u003c\/style\u003e\n\u003c!-- 1. Hero Section --\u003e\n\u003csection class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"visual-badge\"\u003ePremium Pet Carrier\u003c\/div\u003e\n\n\u003ch1\u003eHands-Free Adventures with Your Furry Best Friend\u003c\/h1\u003e\n\n\u003cp\u003eKeep them secure, comfortable, and close to your heart whether you're cycling, hiking, or just running errands. Loved by over 10,000+ happy pet parents.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"pd-section pd-features\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409142159\/466c82b1bc894651fd8c1cbd7cf5a39f.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eTotal Hands-Free Freedom\u003c\/h2\u003e\n\n\u003cp\u003eDesigned for active lifestyles. Wear your companion securely on your chest or back. Keep both your hands totally free to grip the handlebars, hold hiking poles, or manage shopping bags without ever losing hold of your pet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409142159\/cf84a8efbc1f10ea193f3a8e830a172e.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eErgonomic Comfort for Two\u003c\/h2\u003e\n\n\u003cp\u003eSay goodbye to shoulder ache. Our extra-wide, padded shoulder straps and breathable mesh back panels distribute your pet's weight evenly. Inside, a soft-lined interior and ergonomic tail opening allow your pet to relax in a completely natural posture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder square\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260409142159\/b046cf36eb8876ea594d379d46bd7b98.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eQuick-Fit \u0026amp; Zero Escape\u003c\/h2\u003e\n\n\u003cp\u003eWe know pets can be wiggly. Fully adjustable side buckles and wide zipper openings make loading and unloading incredibly simple—done in seconds. The built-in safety collar tether prevents any unexpected leaps during your journey.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 3. Size Chart Section --\u003e\n\n\u003csection class=\"pd-section pd-sizing\"\u003e\n\u003cdiv class=\"pd-sizing-intro\"\u003e\n\u003ch2\u003eFind the Perfect Fit\u003c\/h2\u003e\n\n\u003cp\u003eMeasure from the base of the neck to the base of the tail (excluding the tail). Choose the size based on both weight and back length for maximum comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"tables-wrapper\"\u003e\n\u003cdiv class=\"table-block\"\u003e\n\u003ch3\u003eDog Size Chart\u003c\/h3\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize\u003c\/th\u003e\n\t\t\t\u003cth\u003eWeight (lbs \/ kg)\u003c\/th\u003e\n\t\t\t\u003cth\u003eBack Length (inch \/ cm)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eS\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e1-4 lbs (0.45-1.81 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003eUnder 10.2\" (\u0026lt; 25.9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eM\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e4-6 lbs (1.81-2.72 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e10.2-11.0\" (25.9-27.9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e6-8 lbs (2.72-3.63 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e11.0-12.2\" (27.9-31.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e8-10 lbs (3.63-4.54 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e12.2-13.8\" (31.0-35.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eXXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e10-14 lbs (4.54-6.35 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e13.8-15.7\" (35.1-39.9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eXXXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e14-20 lbs (6.35-9.07 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e15.7-19.7\" (39.9-50.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- Cat Size Chart --\u003e\n\n\u003cdiv class=\"table-block\"\u003e\n\u003ch3\u003eCat Size Chart\u003c\/h3\u003e\n\n\u003ctable class=\"pd-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eSize\u003c\/th\u003e\n\t\t\t\u003cth\u003eWeight (lbs \/ kg)\u003c\/th\u003e\n\t\t\t\u003cth\u003eBack Length (inch \/ cm)\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eS\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e1-4 lbs (0.45-1.81 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003eUnder 10.2\" (\u0026lt; 25.9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eM\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e4-6 lbs (1.81-2.72 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e11.0-12.2\" (27.9-31.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e6-10 lbs (2.72-4.54 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e12.2-13.4\" (31.0-34.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e10-12 lbs (4.54-5.44 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e13.4-14.6\" (34.0-37.1 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eXXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e12-14 lbs (5.44-6.35 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e14.6-15.7\" (37.1-39.9 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003eXXXL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Weight\"\u003e14-20 lbs (6.35-9.07 kg)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e15.7-19.7\" (39.9-50.0 cm)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- 4. FAQ Section --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdetails class=\"pd-faq-item\" open=\"\"\u003e\u003csummary\u003eIs this backpack suitable for long hikes?\u003c\/summary\u003e\n\n\u003cp\u003eAbsolutely. The wide, padded shoulder straps and breathable mesh panels are specifically designed to distribute weight evenly, preventing shoulder fatigue and keeping both you and your pet cool during extended outdoor activities.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary\u003eHow do I secure my pet inside to prevent them from jumping out?\u003c\/summary\u003e\n\n\u003cp\u003eSafety is our top priority. The backpack features an internal built-in safety tether that attaches directly to your pet's collar or harness. Combined with the adjustable neck hole, it ensures your pet stays securely inside while enjoying the view.\u003c\/p\u003e\n\u003c\/details\u003e\n\n\u003cdetails class=\"pd-faq-item\"\u003e\u003csummary\u003eCan I wash the backpack if it gets dirty?\u003c\/summary\u003e\n\n\u003cp\u003eYes! We recommend hand washing the backpack with a mild detergent and letting it air dry completely. The materials are durable and easy to wipe down for minor spots, ensuring it stays fresh for your next adventure.\u003c\/p\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Yellow and Blue With Bag \/ 🐾 Small (1-4 lbs)","offer_id":45477301158079,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue With Bag \/ 🐾 Medium (4-6 lbs)","offer_id":45477301190847,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue With Bag \/ 🐾 Large (6-10 lbs)","offer_id":45477301223615,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue With Bag \/ 🐾 X-Large (10-12 lbs)","offer_id":45477301256383,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue With Bag \/ 🐾 XX-Large (12-14 lbs)","offer_id":45477301289151,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue With Bag \/ 🐾 Max Plus (14-20 lbs)","offer_id":45477301321919,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue \/ 🐾 Small (1-4 lbs)","offer_id":45477301354687,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue \/ 🐾 Medium (4-6 lbs)","offer_id":45477301387455,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue \/ 🐾 Large (6-10 lbs)","offer_id":45477301420223,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue \/ 🐾 X-Large (10-12 lbs)","offer_id":45477301452991,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue \/ 🐾 XX-Large (12-14 lbs)","offer_id":45477301485759,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Yellow and Blue \/ 🐾 Max Plus (14-20 lbs)","offer_id":45477301518527,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red and Grey \/ 🐾 Small (1-4 lbs)","offer_id":45477301551295,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red and Grey \/ 🐾 Medium (4-6 lbs)","offer_id":45477301584063,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red and Grey \/ 🐾 Large (6-10 lbs)","offer_id":45477301616831,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red and Grey \/ 🐾 X-Large (10-12 lbs)","offer_id":45477301649599,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red and Grey \/ 🐾 XX-Large (12-14 lbs)","offer_id":45477301682367,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true},{"title":"Red and Grey \/ 🐾 Max Plus (14-20 lbs)","offer_id":45477301715135,"sku":null,"price":12.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/38d8c6d34ee4c6e00c8b7c4b7e48c2d7.jpg?v=1775716059","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/breathable-mesh-front-carrier","provider":"Bak","version":"1.0","type":"link"}