{"product_id":"floaty-dog-life-jacket-with-chinlift™-head-rest","title":"Floaty - Dog life jacket with Chinlift™ head rest","description":"\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003efloaty - dog life jacket with chinlift™ head rest\u003c\/title\u003e\n  \u003cstyle\u003e\n    :root {\n      --primary: #1E3A8A;\n      --primary-light: #EFF6FF;\n      --accent: #EA580C;\n      --text-main: #0F172A;\n      --text-sub: #475569;\n      --bg-body: #FFFFFF;\n      --bg-card: #F8FAFC;\n      --border-color: #E2E8F0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06);\n      --shadow-md: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05);\n    }\n\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\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      overflow-wrap: break-word;\n      word-break: break-word;\n      line-height: 1.6;\n    }\n\n    .product-detail-container * { box-sizing: border-box; }\n\n    .pd-h1 {\n      font-size: clamp(34px, 5vw, 44px);\n      line-height: 1.2;\n      font-weight: 800;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n      letter-spacing: -0.02em;\n    }\n\n    .pd-h2 {\n      font-size: clamp(26px, 4vw, 32px);\n      line-height: 1.3;\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      color: var(--text-main);\n    }\n\n    .pd-h3 {\n      font-size: clamp(20px, 3vw, 24px);\n      line-height: 1.4;\n      font-weight: 600;\n      margin: 0 0 0.75rem 0;\n    }\n\n    .pd-p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n    }\n\n    .pd-badge {\n      display: inline-block;\n      background-color: var(--primary-light);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 600;\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      margin-bottom: 1.5rem;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    .pd-img-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      background: var(--bg-card);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-img-wrapper img {\n      width: 100%;\n      height: auto;\n      display: block;\n      object-fit: contain;\n    }\n\n    .pd-section { margin-bottom: clamp(4rem, 8vw, 6rem); }\n\n    .pd-hero {\n      text-align: center;\n      padding-top: clamp(2rem, 4vw, 4rem);\n    }\n\n    .pd-social-proof {\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--accent);\n      margin-top: 1.5rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 0.5rem;\n    }\n\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .pd-feature-media, .pd-feature-copy { width: 100%; }\n\n    .pd-feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .pd-feature-item:nth-child(even) { flex-direction: row-reverse; }\n      .pd-feature-media { flex: 5; }\n      .pd-feature-copy {\n        flex: 5;\n        padding: 0 2rem;\n      }\n    }\n\n    .pd-specs-container {\n      background: var(--bg-card);\n      padding: clamp(2rem, 5vw, 4rem);\n      border-radius: var(--radius-lg);\n    }\n\n    .pd-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n    }\n\n    .pd-table th, .pd-table td {\n      padding: 1.25rem 1rem;\n      text-align: left;\n      font-size: 18px;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-table th {\n      font-weight: 700;\n      color: var(--text-main);\n      background-color: var(--primary-light);\n    }\n\n    .pd-table td { color: var(--text-sub); }\n\n    @media (max-width: 767px) {\n      .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table td {\n        display: block;\n        width: 100%;\n      }\n      .pd-table thead { display: none; }\n      .pd-table tr {\n        background: var(--bg-body);\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 1.5rem;\n        padding: 0.5rem;\n        box-shadow: var(--shadow-sm);\n      }\n      .pd-table td {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        border-bottom: 1px dashed var(--border-color);\n        padding: 1rem 0.5rem;\n        text-align: center;\n        flex-direction: column;\n      }\n      .pd-table td:last-child { border-bottom: none; }\n      .pd-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--text-main);\n        text-align: center;\n        flex-shrink: 0;\n      }\n    }\n\n    .pd-faq-list {\n      display: flex;\n      flex-direction: column;\n      gap: 1.5rem;\n    }\n\n    .pd-faq-item {\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2rem);\n      border-radius: var(--radius-md);\n      border-left: 4px solid var(--primary);\n    }\n\n    .pd-faq-q {\n      font-size: clamp(20px, 3vw, 22px);\n      font-weight: 700;\n      color: var(--text-main);\n      margin: 0 0 0.5rem 0;\n    }\n\n    .pd-faq-a {\n      font-size: clamp(18px, 2.5vw, 19px);\n      color: var(--text-sub);\n      margin: 0;\n      line-height: 1.6;\n    }\n  \u003c\/style\u003e\n\n\u003cdiv class=\"product-detail-container\"\u003e\n\n  \u003c!-- Hero Section --\u003e\n  \u003csection class=\"pd-section pd-hero\"\u003e\n    \u003cdiv class=\"pd-badge\"\u003e🐾 Dog Safety Gear\u003c\/div\u003e\n    \u003ch1 class=\"pd-h1\"\u003eKeep Your Canine Safe \u0026amp; Afloat with the floaty Dog Life Jacket\u003c\/h1\u003e\n    \u003cp style=\"max-width: 800px; margin-left: auto; margin-right: auto;\" class=\"pd-p\"\u003e\n      Ensure your furry friend stays buoyant and comfortable in the water with our innovative floaty dog life jacket, featuring the patented Chinlift™ head rest for maximum safety and ease.\n    \u003c\/p\u003e\n    \u003cdiv style=\"margin-top: 2rem;\" class=\"pd-img-wrapper\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/6102\/7501\/files\/hf_20260617_175252_1e2bbd16-a51c-4f8c-af0b-e424ab9ad8ea.png?v=1781718903\" alt=\"Dog Life Jacket with Chinlift™ head rest hero\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"pd-social-proof\"\u003e\n      \u003cspan\u003e★★★★★\u003c\/span\u003e Trusted by Pet Owners for Maximum Water Safety\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Feature Blocks --\u003e\n  \u003csection class=\"pd-section\"\u003e\n\n    \u003c!-- Feature 1: Designed for swimmers and non-swimmers --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/6102\/7501\/files\/madeforswimmersandnon-swimmers_2.png?v=1783207846\" alt=\"Dog enjoying a swim with life jacket\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003ePerfect for Swimmers \u0026amp; Non-Swimmers Alike\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eWhether your dog is a seasoned swimmer or a first-timer, our life jacket provides the support and buoyancy needed to make water activities safe and enjoyable.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 2: Chinlift™ head rest --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/6102\/7501\/files\/madeforswimmersandnon-swimmers_5.png?v=1783227679\" alt=\"Close-up of Chinlift™ head rest\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eInnovative Chinlift™ Head Rest\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eOur patented Chinlift™ technology ensures your dog's head stays above water, providing peace of mind and enhanced safety during every swim.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 3: Comfortable and secure fit --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/6102\/7501\/files\/image-01.jpg?v=1781743067\" alt=\"Dog wearing a comfortable life jacket\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eComfortable \u0026amp; Secure Fit\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eAdjustable straps and a snug fit ensure your dog feels secure yet comfortable, allowing for unrestricted movement and a natural swimming posture.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- Feature 4: High-visibility colors --\u003e\n    \u003cdiv class=\"pd-feature-item\"\u003e\n      \u003cdiv class=\"pd-feature-media\"\u003e\n        \u003cdiv class=\"pd-img-wrapper\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0588\/6102\/7501\/files\/hf_20260706_220245_b0c4bb0c-2855-4204-9d85-d57069abf873.png?v=1783375496\" alt=\"High-visibility life jacket colors\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"pd-feature-copy\"\u003e\n        \u003ch2 class=\"pd-h2\"\u003eHigh-Visibility Colors for Safety\u003c\/h2\u003e\n        \u003cp class=\"pd-p\"\u003eBright, eye-catching colors ensure your dog is easily spotted, whether on the beach or in the pool, enhancing safety in busy or open waters.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003c!-- Specifications Table --\u003e\n  \u003csection class=\"pd-section pd-specs-container\"\u003e\n    \u003ch2 style=\"text-align: center;\" class=\"pd-h2\"\u003eProduct Specifications\u003c\/h2\u003e\n    \u003cp style=\"text-align: center;\" class=\"pd-p\"\u003eEverything you need to know about the floaty dog life jacket.\u003c\/p\u003e\n    \u003ctable class=\"pd-table\"\u003e\n      \u003cthead\u003e\n        \u003ctr\u003e\n          \u003cth\u003eFeature\u003c\/th\u003e\n          \u003cth\u003eSpecification Details\u003c\/th\u003e\n        \u003c\/tr\u003e\n      \u003c\/thead\u003e\n      \u003ctbody\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Material\"\u003eDurable Fabric\u003c\/td\u003e\n          \u003ctd\u003eConstructed from high-quality, tear-resistant fabric for long-lasting use.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Size Range\"\u003eS to XL\u003c\/td\u003e\n          \u003ctd\u003eAvailable in multiple sizes to fit a variety of dog breeds and body types.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Chinlift™ Head Rest\"\u003ePatented Design\u003c\/td\u003e\n          \u003ctd\u003eEnsures your dog's head remains above water for safety and comfort.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Adjustability\"\u003eAdjustable Straps\u003c\/td\u003e\n          \u003ctd\u003eCustomizable fit for secure and comfortable wear.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Visibility\"\u003eHigh-Visibility Colors\u003c\/td\u003e\n          \u003ctd\u003eHelps keep your dog visible in and out of the water.\u003c\/td\u003e\n        \u003c\/tr\u003e\n        \u003ctr\u003e\n          \u003ctd data-label=\"Buoyancy\"\u003eEnhanced Support\u003c\/td\u003e\n          \u003ctd\u003eProvides superior buoyancy to keep your dog afloat effortlessly.\u003c\/td\u003e\n        \u003c\/tr\u003e\n      \u003c\/tbody\u003e\n    \u003c\/table\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- FAQ Section --\u003e\n  \u003csection class=\"pd-section\"\u003e\n    \u003ch2 style=\"text-align: center; margin-bottom: 3rem;\" class=\"pd-h2\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n    \u003cdiv class=\"pd-faq-list\"\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eHow do I know what size to choose?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eMeasure your dog's chest and neck girth and refer to our sizing chart to find the best fit. If your dog is between sizes, choose the larger size for comfort.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eCan my dog wear this life jacket all day?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eYes, the floaty is designed for extended wear, but always monitor your dog for comfort and adjust the fit as needed. Remove the jacket when not in use.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eIs this jacket suitable for all dog breeds?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eOur life jacket is designed to fit a wide range of breeds. Refer to our size guide for details on specific measurements and recommended sizes.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eHow do I clean the life jacket?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eRinse the jacket with fresh water after each use to remove salt and chlorine. Hand wash with mild soap and air dry for best results.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pd-faq-item\"\u003e\n        \u003ch3 class=\"pd-faq-q\"\u003eDoes it help non-swimming dogs learn to swim?\u003c\/h3\u003e\n        \u003cp class=\"pd-faq-a\"\u003eYes, the floaty provides buoyancy and stability that can help non-swimming dogs gain confidence in the water, making it a great tool for swim training.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n\n","brand":"Yappy Paw","offers":[{"title":"Blue Camouflage \/ XS","offer_id":54381623443797,"sku":"CJGD204403316PK","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Blue Camouflage \/ S","offer_id":54381623476565,"sku":"CJGD204403317QJ","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blue Camouflage \/ M","offer_id":54381623509333,"sku":"CJGD204403318RI","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Blue Camouflage \/ L","offer_id":54381623542101,"sku":"CJGD204403319SH","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Blue Camouflage \/ XL","offer_id":54381623574869,"sku":"CJGD204403320TG","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Yellow \/ XS","offer_id":54381623607637,"sku":"CJGD204403301AZ","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Yellow \/ S","offer_id":54381623640405,"sku":"CJGD204403302BY","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Yellow \/ M","offer_id":54381623673173,"sku":"CJGD204403303CX","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Yellow \/ L","offer_id":54381623705941,"sku":"CJGD204403304DW","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Yellow \/ XL","offer_id":54381623738709,"sku":"CJGD204403305EV","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ XS","offer_id":54381623771477,"sku":"CJGD204403326ZA","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ S","offer_id":54381623804245,"sku":"CJGD204403327AZ","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ M","offer_id":54381623837013,"sku":"CJGD204403328BY","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ L","offer_id":54381623869781,"sku":"CJGD204403329CX","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Blue \/ XL","offer_id":54381623902549,"sku":"CJGD204403330DW","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Fluorescent Green \/ XS","offer_id":54381623935317,"sku":"CJGD204403331EV","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Fluorescent Green \/ S","offer_id":54381623968085,"sku":"CJGD204403332FU","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Fluorescent Green \/ M","offer_id":54381624000853,"sku":"CJGD204403333GT","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Fluorescent Green \/ L","offer_id":54381624033621,"sku":"CJGD204403334HS","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Fluorescent Green \/ XL","offer_id":54381624066389,"sku":"CJGD204403335IR","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Orange Flowers \/ XS","offer_id":54381624099157,"sku":"CJGD204403341OL","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Orange Flowers \/ S","offer_id":54381624131925,"sku":"CJGD204403342PK","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Orange Flowers \/ M","offer_id":54381624164693,"sku":"CJGD204403343QJ","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Orange Flowers \/ L","offer_id":54381624197461,"sku":"CJGD204403344RI","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Pink Camouflage \/ XS","offer_id":54381624230229,"sku":"CJGD204403311KP","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Pink Camouflage \/ S","offer_id":54381624262997,"sku":"CJGD204403312LO","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Pink Camouflage \/ M","offer_id":54381624295765,"sku":"CJGD204403313MN","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Pink Camouflage \/ L","offer_id":54381624328533,"sku":"CJGD204403314NM","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Pink Camouflage \/ XL","offer_id":54381624361301,"sku":"CJGD204403315OL","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Pink \/ XS","offer_id":54381624394069,"sku":"CJGD204403306FU","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Pink \/ S","offer_id":54381624426837,"sku":"CJGD204403307GT","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Pink \/ M","offer_id":54381624459605,"sku":"CJGD204403308HS","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Pink \/ L","offer_id":54381624492373,"sku":"CJGD204403309IR","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Pink \/ XL","offer_id":54381624525141,"sku":"CJGD204403310JQ","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Red \/ XS","offer_id":54381624557909,"sku":"CJGD204403336JQ","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Red \/ S","offer_id":54381624590677,"sku":"CJGD204403337KP","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Red \/ M","offer_id":54381624623445,"sku":"CJGD204403338LO","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Red \/ L","offer_id":54381624656213,"sku":"CJGD204403339MN","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Red \/ XL","offer_id":54381624688981,"sku":"CJGD204403340NM","price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Sailboat \/ XS","offer_id":54381624721749,"sku":"CJGD204403345SH","price":35.95,"currency_code":"EUR","in_stock":true},{"title":"Sailboat \/ S","offer_id":54381624754517,"sku":"CJGD204403346TG","price":44.95,"currency_code":"EUR","in_stock":true},{"title":"Sailboat \/ M","offer_id":54381624787285,"sku":"CJGD204403347UF","price":53.95,"currency_code":"EUR","in_stock":true},{"title":"Sailboat \/ L","offer_id":54381624820053,"sku":"CJGD204403348VE","price":62.95,"currency_code":"EUR","in_stock":true},{"title":"Orange Flowers \/ XL","offer_id":54381684195669,"sku":null,"price":71.95,"currency_code":"EUR","in_stock":true},{"title":"Sailboat \/ XL","offer_id":54381686423893,"sku":null,"price":71.95,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1051\/3236\/0021\/files\/hf_20260617_175252_0bda5e88-c129-4fce-a1ac-77e2492c8e62.png?v=1784126271","url":"https:\/\/sientle.com\/products\/floaty-dog-life-jacket-with-chinlift%e2%84%a2-head-rest","provider":"sientle","version":"1.0","type":"link"}