{"product_id":"super-absorbent-dog-bathrobe","title":"Super Absorbent Dog Bathrobe","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Pet Bathrobe (Striped, Quick-drying)\nTarget Audience: Pet owners seeking premium comfort and practicality for post-bath or rainy days.\nVisual Style: Cozy, clean, and highly functional. Emphasizing softness and absorbency.\nColor Strategy: Navy Blue (Primary) for a clean, nautical stripe feel, paired with Soft Cream (Background) for warmth.\nShape Strategy: Radius 20px (Friendly, soft, safe for pet products).\nTypography Strategy: Large Type \/ Mobile-first readable (H1: 38px, P: 18px).\nMobile Table Strategy: Card-based (No horizontal scroll, fully responsive with data-labels).\nImage Mapping: Hero=image_1, Absorbency=image_2, Softness=image_3, Adjustable Band=image_4, Style=image_5.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n    \/* Color Palette *\/\n    --primary-color: #1e3a8a; \/* Deep Navy *\/\n    --accent-color: #3b82f6; \/* Soft Blue *\/\n    --text-main: #1f2937;\n    --text-sub: #4b5563;\n    --bg-body: #ffffff;\n    --bg-card: #f8fafc;\n    --bg-alt: #f1f5f9;\n    --border-color: #e2e8f0;\n    \n    \/* Spacing \u0026 Layout *\/\n    --section-gap: clamp(3rem, 6vw, 5rem);\n    --element-gap: clamp(1.5rem, 3vw, 2.5rem);\n    --radius-lg: 20px;\n    --radius-md: 12px;\n    \n    \/* Typography *\/\n    --font-h1: clamp(32px, 5vw, 44px);\n    --font-h2: clamp(26px, 4vw, 36px);\n    --font-h3: clamp(20px, 3vw, 26px);\n    --font-p: clamp(16px, 2vw, 18px);\n  }\n\n  .product-detail-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 5%;\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    background-color: var(--bg-body);\n    line-height: 1.6;\n    box-sizing: border-box;\n    overflow-wrap: break-word;\n    word-break: break-word;\n  }\n\n  .product-detail-container *, .product-detail-container *::before, .product-detail-container *::after {\n    box-sizing: inherit;\n  }\n\n  .product-detail-container img {\n    width: 100%;\n    height: auto;\n    display: block;\n    border-radius: var(--radius-md);\n  }\n\n  \/* Typography *\/\n  .pd-h1 {\n    font-size: var(--font-h1);\n    font-weight: 800;\n    line-height: 1.2;\n    color: var(--primary-color);\n    margin-bottom: 1rem;\n    letter-spacing: -0.02em;\n  }\n\n  .pd-h2 {\n    font-size: var(--font-h2);\n    font-weight: 700;\n    line-height: 1.3;\n    margin-bottom: 1rem;\n  }\n\n  .pd-h3 {\n    font-size: var(--font-h3);\n    font-weight: 600;\n    line-height: 1.4;\n    margin-bottom: 0.75rem;\n  }\n\n  .pd-p {\n    font-size: var(--font-p);\n    color: var(--text-sub);\n    margin-bottom: 1.5rem;\n  }\n\n  \/* Utility Classes *\/\n  .text-center { text-align: center; }\n  .section-padding { padding-top: var(--section-gap); padding-bottom: var(--section-gap); }\n  .badge {\n    display: inline-block;\n    background-color: var(--bg-card);\n    color: var(--primary-color);\n    padding: 8px 16px;\n    border-radius: 30px;\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 1rem;\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Placeholder Style *\/\n  .img-placeholder {\n    width: 100%;\n    aspect-ratio: 4 \/ 3;\n    background-color: var(--bg-card);\n    border: 2px dashed var(--border-color);\n    border-radius: var(--radius-lg);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    color: var(--text-sub);\n    font-weight: 500;\n  }\n\n  \/* Hero Section *\/\n  .pd-hero {\n    display: flex;\n    flex-direction: column;\n    gap: var(--element-gap);\n    align-items: center;\n    text-align: center;\n  }\n  \n  .pd-hero-content {\n    max-width: 800px;\n    margin: 0 auto;\n  }\n\n  .social-proof {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 10px;\n    font-size: 18px;\n    font-weight: 600;\n    color: var(--primary-color);\n    margin-top: 1rem;\n  }\n\n  \/* Feature Z-Pattern *\/\n  .pd-features {\n    display: flex;\n    flex-direction: column;\n    gap: var(--section-gap);\n  }\n\n  .feature-item {\n    display: flex;\n    flex-direction: column;\n    gap: var(--element-gap);\n    align-items: center;\n  }\n\n  .feature-media {\n    width: 100%;\n  }\n\n  .feature-copy {\n    width: 100%;\n  }\n\n  \/* Specifications Table (Mobile Card Base) *\/\n  .pd-specs-container {\n    background-color: var(--bg-alt);\n    padding: clamp(2rem, 4vw, 4rem);\n    border-radius: var(--radius-lg);\n  }\n\n  .pd-table-wrapper {\n    width: 100%;\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-body);\n    border-radius: var(--radius-md);\n    overflow: hidden;\n  }\n\n  .pd-table th, .pd-table td {\n    padding: 16px 24px;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n    font-size: var(--font-p);\n  }\n\n  .pd-table th {\n    background-color: var(--bg-card);\n    font-weight: 700;\n    color: var(--text-main);\n  }\n\n  .pd-table tr:last-child td {\n    border-bottom: none;\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n    max-width: 900px;\n    margin: 0 auto;\n  }\n\n  .faq-item {\n    background-color: var(--bg-card);\n    padding: 24px;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .feature-item {\n      flex-direction: row;\n      justify-content: space-between;\n    }\n    \n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .feature-media, .feature-copy {\n      width: 48%; \/* Creates natural gap combined with flex-between *\/\n    }\n\n    .pd-table tr:nth-child(even) {\n      background-color: var(--bg-card);\n    }\n  }\n\n  \/* Mobile Table Forced Card Layout *\/\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 native headers *\/\n    }\n    \n    .pd-table tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background-color: var(--bg-body);\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: 16px;\n      border-bottom: 1px solid var(--bg-alt);\n    }\n\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n    \n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      text-align: left;\n      flex-basis: 45%;\n      margin-right: 15px;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"pd-hero section-padding\"\u003e\n\u003cdiv class=\"pd-hero-content\"\u003e\n\u003cdiv class=\"badge\"\u003ePremium Pet Care\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eWrap Your Furry Friend in Cloud-Like Comfort.\u003c\/h1\u003e\n\n\u003cp class=\"pd-p\"\u003eExperience the ultimate post-bath snuggles with our ultra-absorbent, quick-drying striped bathrobe. Designed for maximum warmth and a perfect fit.\u003c\/p\u003e\n\n\u003cdiv class=\"social-proof\"\u003e★★★★★ Loved by thousands of happy dogs\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410171824\/53548cd389e3a3ea45f4c8ef93ad403a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SPECIFICATIONS TABLE (Moved to front) --\u003e\n\n\u003cdiv class=\"section-padding\" style=\"padding-top: 0;\"\u003e\n\u003cdiv class=\"pd-specs-container\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eSizing \u0026amp; Specifications\u003c\/h2\u003e\n\n\u003cp class=\"pd-p\"\u003ePattern: Striped Model\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-table-wrapper\"\u003e\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\u003eChest Girth \u003c\/th\u003e\n\t\t\t\u003cth\u003eBack Length \u003c\/th\u003e\n\t\t\t\u003cth\u003eNeck Girth \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\"\u003eXS\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest Girth\"\u003e50 cm (19.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e30 cm (11.8 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e37 cm (14.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\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=\"Chest Girth\"\u003e55 cm (21.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e35 cm (13.8 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e40 cm (15.7 in)\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=\"Chest Girth\"\u003e60 cm (23.6 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e40 cm (15.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e44 cm (17.3 in)\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=\"Chest Girth\"\u003e65 cm (25.6 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e45 cm (17.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e50 cm (19.7 in)\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=\"Chest Girth\"\u003e70 cm (27.6 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e50 cm (19.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e58 cm (22.8 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e2XL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest Girth\"\u003e75 cm (29.5 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e55 cm (21.7 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e60 cm (23.6 in)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Size\"\u003e3XL\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Chest Girth\"\u003e80 cm (31.5 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Back Length\"\u003e60 cm (23.6 in)\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Neck Girth\"\u003e62 cm (24.4 in)\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\/div\u003e\n\u003c!-- FEATURES SECTION --\u003e\n\n\u003cdiv class=\"pd-features section-padding\" style=\"padding-top: 0;\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eDesigned for Function, Crafted for Comfort\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 1 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410171824\/fb98d1aaeeea1e437117273f2b957217.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eDry in Minutes, Not Hours\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eConstructed with super absorbent material that efficiently wicks away moisture from your pet's coat. Say goodbye to wet furniture and endless towel rubbing, keeping your pet dry and warm rapidly after a bath or a walk in the rain.\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\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410171824\/041886a178b300a233be59f51588ca12.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eUltra-Soft Skin-Friendly Fabric\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eMade from premium ultra-soft polyester that gently caresses your pet's skin. It promotes a cozy and calming experience post-bath, reducing anxiety and making grooming time a luxury spa moment for your dog.\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\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410171824\/c05292672eb0aeff5f17b9391007fc85.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eThe Perfect Snug Fit\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eEquipped with a highly customizable and adjustable belly band. It ensures a secure wrap that stays in place, perfectly accommodating different body shapes and sizes of dogs without restricting their movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260410171824\/05bb97a045cdd85d7750194e9a3f53fb.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eClassic Striped Elegance\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eWho says practical can't be stylish? Showcases a timeless striped pattern that adds a fresh, clean look to your pet’s wardrobe. It’s the perfect blend of essential functionality and adorable aesthetics.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ SECTION --\u003e\n\n\u003cdiv class=\"section-padding\"\u003e\n\u003cdiv class=\"text-center\"\u003e\n\u003ch2 class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eHow do I choose the right size for my dog?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003ePlease measure your dog's back length from the base of the neck to the base of the tail and refer to our sizing chart above. The adjustable belly band provides flexibility, but if your dog is between sizes, we recommend sizing up for extra coverage and comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eIs this bathrobe machine washable?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eYes! Our ultra-soft polyester fabric is designed for easy care. Simply toss it in the washing machine on a gentle cycle with cold water, and tumble dry on low heat. Its quick-drying nature means it will be ready to use again in no time.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"pd-h3\"\u003eCan this be used for outdoor activities or swimming?\u003c\/h3\u003e\n\n\u003cp class=\"pd-p\"\u003eAbsolutely! It's highly portable and perfect for packing. Whether you are coming back from a rainy walk, a day at the beach, or a swim in the lake, this highly absorbent robe will quickly wick away moisture and keep your pet warm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Green \/ XXS","offer_id":51421738139872,"sku":"0410-17433124","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XXS","offer_id":51421738172640,"sku":"0410-17432889","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XXS","offer_id":51421738205408,"sku":"0410-17431101","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ XS","offer_id":51421738238176,"sku":"0410-17435800","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XS","offer_id":51421738270944,"sku":"0410-17437419","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XS","offer_id":51421738303712,"sku":"0410-17437780","price":12.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ S","offer_id":51421738336480,"sku":"0410-17430095","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ S","offer_id":51421738369248,"sku":"0410-17435664","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ S","offer_id":51421738402016,"sku":"0410-17432404","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ M","offer_id":51421738434784,"sku":"0410-17432927","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ M","offer_id":51421738467552,"sku":"0410-17431377","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ M","offer_id":51421738500320,"sku":"0410-17433292","price":14.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ L","offer_id":51421738533088,"sku":"0410-17439456","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ L","offer_id":51421738565856,"sku":"0410-17437679","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ L","offer_id":51421738598624,"sku":"0410-17437351","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ XL","offer_id":51421738631392,"sku":"0410-17432028","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XL","offer_id":51421738664160,"sku":"0410-17431743","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XL","offer_id":51421738696928,"sku":"0410-17430252","price":16.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ XXL","offer_id":51421738729696,"sku":"0410-17434499","price":18.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XXL","offer_id":51421738762464,"sku":"0410-17438827","price":18.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XXL","offer_id":51421738795232,"sku":"0410-17432476","price":18.95,"currency_code":"USD","in_stock":true},{"title":"Green \/ XXXL","offer_id":51421738828000,"sku":"0410-17438731","price":18.95,"currency_code":"USD","in_stock":true},{"title":"Pink \/ XXXL","offer_id":51421738860768,"sku":"0410-17439184","price":18.95,"currency_code":"USD","in_stock":true},{"title":"Gray \/ XXXL","offer_id":51421738893536,"sku":"0410-17439616","price":18.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/53548cd389e3a3ea45f4c8ef93ad403a_7ce96ce2-aba7-4374-bf2f-a5dc0d415a0c.jpg?v=1777443535","url":"https:\/\/dogplaybox.com\/products\/super-absorbent-dog-bathrobe","provider":"DogPlayBox","version":"1.0","type":"link"}