{"product_id":"breathable-mesh-elizabethan-collar","title":"Breathable Mesh Elizabethan Collar","description":"\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #4CAF50;\n      --primary-hover: #45a049;\n      --text-main: #222222;\n      --text-sub: #555555;\n      --bg-body: #ffffff;\n      --bg-card: #fafafa;\n      --bg-soft: #f4f4f4;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 20px rgba(0, 0, 0, 0.08);\n      --border-color: #e5e5e5;\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    }\n\n    .product-detail-container h1 {\n      font-size: 22px;\n      line-height: 1.3;\n      margin: 0 0 12px 0;\n      font-weight: 700;\n      color: var(--text-main);\n    }\n\n    .product-detail-container h2,\n    .product-detail-container h3,\n    .product-detail-container .section-title,\n    .product-detail-container .faq-question {\n      font-size: 20px;\n      line-height: 1.4;\n      margin: 0 0 16px 0;\n      font-weight: 600;\n      color: var(--text-main);\n    }\n\n    .product-detail-container p,\n    .product-detail-container li,\n    .product-detail-container td,\n    .product-detail-container th,\n    .product-detail-container .spec-value,\n    .product-detail-container .faq-answer,\n    .product-detail-container .badge,\n    .product-detail-container .tag {\n      font-size: 18px;\n      line-height: 1.6;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Spacing System *\/\n    .detail-section {\n      margin-top: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(2rem, 5vw, 4rem);\n    }\n\n    \/* Image Placeholders *\/\n    .image-placeholder {\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 50px 20px;\n      text-align: center;\n      font-size: 18px;\n      color: var(--text-sub);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 100%;\n      height: auto;\n      min-height: 200px;\n      box-sizing: border-box;\n      margin-bottom: 20px;\n    }\n\n    \/* Hero Section *\/\n    .hero-block {\n      text-align: center;\n      padding: 30px 0;\n    }\n    .badge-container {\n      margin-bottom: 16px;\n    }\n    .trust-badge {\n      display: inline-block;\n      background-color: var(--bg-soft);\n      border: 1px solid var(--border-color);\n      padding: 6px 16px;\n      border-radius: 50px;\n      font-weight: 600;\n      color: var(--primary);\n    }\n    .hero-subtitle {\n      max-width: 800px;\n      margin: 0 auto 30px auto;\n    }\n\n    \/* Feature Items Layout *\/\n    .feature-item {\n      display: flex;\n      gap: 30px;\n      align-items: center;\n      margin-bottom: clamp(2rem, 4vw, 3.5rem);\n    }\n    .feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n    .feature-media {\n      flex: 1;\n      min-width: 280px;\n    }\n    .feature-copy {\n      flex: 1;\n      min-width: 280px;\n    }\n    .tag-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-top: 16px;\n    }\n    .tag {\n      background-color: var(--bg-soft);\n      padding: 4px 12px;\n      border-radius: 4px;\n      font-weight: 500;\n    }\n\n    \/* Comparison Table Styling *\/\n    .comparison-section {\n      background-color: var(--bg-card);\n      padding: 30px 20px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n    .comparison-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 20px;\n    }\n    .comparison-card {\n      background: var(--bg-body);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 20px;\n    }\n    .comparison-card.highlighted {\n      border: 2px solid var(--primary);\n      background-color: var(--primary-soft);\n    }\n    .comparison-card h3 {\n      margin-bottom: 12px;\n      color: var(--text-main);\n    }\n    .comparison-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n    .comparison-list li {\n      margin-bottom: 8px;\n      padding-left: 20px;\n      position: relative;\n    }\n    .comparison-list li::before {\n      content: \"•\";\n      position: absolute;\n      left: 0;\n      color: var(--primary);\n      font-weight: bold;\n    }\n\n    \/* Specifications Table *\/\n    .specifications-section {\n      background-color: var(--bg-card);\n      padding: 30px 20px;\n      border-radius: var(--radius-lg);\n      border: 1px solid var(--border-color);\n    }\n    .spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 20px;\n    }\n    .spec-table th, .spec-table td {\n      padding: 14px 16px;\n      text-align: left;\n      border-bottom: 1px solid var(--border-color);\n    }\n    .spec-table th {\n      background-color: var(--bg-soft);\n      font-weight: 600;\n    }\n\n    \/* FAQ Section *\/\n    .faq-section {\n      margin-top: 40px;\n    }\n    .faq-item {\n      border-bottom: 1px solid var(--border-color);\n      padding: 20px 0;\n    }\n    .faq-question {\n      margin-bottom: 8px;\n    }\n\n    \/* Mobile Responsive Lock Rules (Do not shrink font sizes) *\/\n    @media (max-width: 767px) {\n      .feature-item {\n        flex-direction: column !important; \/* Image First -\u003e Text Second *\/\n      }\n      .feature-media {\n        width: 100%;\n      }\n      .feature-copy {\n        width: 100%;\n      }\n      .comparison-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n\n      \/* Responsive Specifications Rules *\/\n      .spec-table,\n      .spec-table tbody,\n      .spec-table tr {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .spec-table thead {\n        display: none;\n      }\n\n      .spec-table td {\n        display: grid;\n        grid-template-columns: minmax(110px, 40%) minmax(0, 1fr);\n        gap: 14px;\n        width: 100%;\n        box-sizing: border-box;\n        padding: 14px 0;\n        align-items: start;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n\n      .spec-table td::before {\n        content: attr(data-label);\n        display: block;\n        min-width: 0;\n        font-size: 18px;\n        font-weight: 600;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n        color: var(--text-main);\n      }\n\n      .spec-table .spec-value {\n        display: block;\n        min-width: 0;\n        max-width: 100%;\n        font-size: 18px;\n        line-height: 1.5;\n        white-space: normal;\n        overflow-wrap: anywhere;\n        word-break: break-word;\n      }\n    }\n\n    @media (max-width: 420px) {\n      .spec-table td {\n        grid-template-columns: 1fr;\n        gap: 6px;\n      }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n  [AI Design Logic]\n  Product Type: Hybrid Soft-Hard Pet Elizabethan Recovery Collar\n  Target Audience: Pet owners with dogs or cats undergoing post-surgery recovery or dealing with wound healing.\n  Visual Style: Professional, clean veterinary care aesthetic with soft green accents.\n  Color Strategy: Primary Green (#4CAF50), soft grey backgrounds, and clean white spacing to align with recovery and health themes.\n  Module Order: AI Comment -\u003e Hero Section -\u003e Comparison Section -\u003e Features Section -\u003e Specifications Table -\u003e FAQ Section\n  Detail Image Mapping: Hero=detail_5, Feature1=detail_1, Feature2=detail_2, Feature3=detail_3\n  Specification Data Source: spec_1 (data extraction only; no specification image placeholder is rendered)\n  Compare Section: Included because detail_4 explicitly compares our design against traditional hard cones and soft fabric collars.\n  Information Boundary: Strictly relies on provided report, supplementary texts, and visual data including measurements (22cm\/48cm) and SKU sizes (S-XXL with corresponding weights in kg\/lbs). No unverified materials or claims are made.\n  --\u003e\u003c!-- Hero Content Section --\u003e\n\u003csection class=\"hero-block detail-section\"\u003e\n\u003cdiv class=\"badge-container\"\u003e\u003cspan class=\"trust-badge\"\u003eVeterinarian Recommended Option\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eEnhanced Post-Surgery Care Recovery Collar\u003c\/h1\u003e\n\n\u003cp class=\"hero-subtitle\"\u003eDesigned specifically for post-surgery recovery or wound care. This hybrid collar combines a soft, breathable mesh neck ring with a semi-transparent protective PP panel to keep your pet comfortable and secure.\u003c\/p\u003e\n\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img69\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910114030\/aaafface952a4dc853885e566cdbe460.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"comparison-section detail-section\"\u003e\n\u003ch2 class=\"section-title\"\u003eWhy Choose Our Recovery Collar?\u003c\/h2\u003e\n\n\u003cdiv class=\"comparison-grid\"\u003e\n\u003cdiv class=\"comparison-card\"\u003e\n\u003ch3\u003eTraditional Plastic Cone\u003c\/h3\u003e\n\n\u003cul class=\"comparison-list\"\u003e\n\t\u003cli\u003eHard, inflexible full-plastic construction\u003c\/li\u003e\n\t\u003cli\u003eTraps heat and causes friction around the neck\u003c\/li\u003e\n\t\u003cli\u003eSingle adjustment makes fit difficult to secure\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"comparison-card highlighted\"\u003e\n\u003ch3\u003eOur Soft Recovery Collar\u003c\/h3\u003e\n\n\u003cul class=\"comparison-list\"\u003e\n\t\u003cli\u003eThree-layer composite with antibacterial PP panel\u003c\/li\u003e\n\t\u003cli\u003eBreathable mesh neck design lets air flow\u003c\/li\u003e\n\t\u003cli\u003eDual adjustable strap with hook \u0026amp; loop for a snug fit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"comparison-card\"\u003e\n\u003ch3\u003eSoft Fabric Collar\u003c\/h3\u003e\n\n\u003cul class=\"comparison-list\"\u003e\n\t\u003cli\u003eFabric fillings can harbor dirt and bacteria\u003c\/li\u003e\n\t\u003cli\u003eLacks rigid structural support\u003c\/li\u003e\n\t\u003cli\u003eLimited adjustability with elastic bands only\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Features Section --\u003e\n\n\u003csection class=\"detail-section\"\u003e\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img249\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910113617\/eb7d528e7d6b7891c81fb93962816e73.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eDual Adjustable Secure Neck Fit\u003c\/h2\u003e\n\n\u003cp\u003eFeatures an adjustable drawstring and a robust hook-and-loop fastening strip. This double-layer design helps keep the collar snug, reduces slipping, and helps prevent pets from wriggling out.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eHook \u0026amp; Loop Strip\u003c\/span\u003e \u003cspan class=\"tag\"\u003eElastic Drawstring\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img250\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910113617\/98a7bbaa3b46eca6187cc63b5038465e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eWider \u0026amp; Deeper Protective Shield\u003c\/h2\u003e\n\n\u003cp\u003eEngineered with an optimized 22cm depth and a 48cm outer arc coverage. The shape provides physical boundary protection to prevent pets from licking, scratching, or biting surgical wounds and ears.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003e22cm Collar Depth\u003c\/span\u003e \u003cspan class=\"tag\"\u003e48cm Outer Arc\u003c\/span\u003e\n\u003c\/div\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=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img251\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260910113617\/f00ba3142568aae16baaa215bc65b7b5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch2\u003eComfort \u0026amp; Hygiene Combined\u003c\/h2\u003e\n\n\u003cp\u003eThe inner neck band is made of three-dimensional sandwich mesh to reduce friction and allow airflow. The outer barrier uses a semi-transparent, antibacterial PP panel that remains structured and wipes clean easily.\u003c\/p\u003e\n\n\u003cdiv class=\"tag-container\"\u003e\n\u003cspan class=\"tag\"\u003eAirflow Sandwich Mesh\u003c\/span\u003e \u003cspan class=\"tag\"\u003eAntibacterial PP Panel\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Section --\u003e\n\n\u003csection class=\"specifications-section detail-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"spec-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCollar Size\u003c\/th\u003e\n\t\t\t\u003cth\u003eRecommended Weight (kg)\u003c\/th\u003e\n\t\t\t\u003cth\u003eRecommended Weight (lbs)\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=\"Collar Size\"\u003e\u003cspan class=\"spec-value\"\u003eS\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (kg)\"\u003e\u003cspan class=\"spec-value\"\u003e1.0 kg - 2.5 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (lbs)\"\u003e\u003cspan class=\"spec-value\"\u003e2.2 lbs - 5.5 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Collar Size\"\u003e\u003cspan class=\"spec-value\"\u003eM\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (kg)\"\u003e\u003cspan class=\"spec-value\"\u003e2.5 kg - 7.5 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (lbs)\"\u003e\u003cspan class=\"spec-value\"\u003e5.5 lbs - 16.5 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Collar Size\"\u003e\u003cspan class=\"spec-value\"\u003eL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (kg)\"\u003e\u003cspan class=\"spec-value\"\u003e7.0 kg - 12.5 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (lbs)\"\u003e\u003cspan class=\"spec-value\"\u003e15.4 lbs - 27.6 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Collar Size\"\u003e\u003cspan class=\"spec-value\"\u003eXL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (kg)\"\u003e\u003cspan class=\"spec-value\"\u003e12.0 kg - 25.0 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (lbs)\"\u003e\u003cspan class=\"spec-value\"\u003e26.5 lbs - 55.1 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Collar Size\"\u003e\u003cspan class=\"spec-value\"\u003eXXL\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (kg)\"\u003e\u003cspan class=\"spec-value\"\u003e24.0 kg - 40.0 kg\u003c\/span\u003e\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Recommended Weight (lbs)\"\u003e\u003cspan class=\"spec-value\"\u003e52.9 lbs - 88.2 lbs\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd colspan=\"3\" data-label=\"Available Colors\"\u003e\u003cspan class=\"spec-value\"\u003e\u003cstrong\u003eAvailable Colors:\u003c\/strong\u003e Vibrant Green, Grey\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"faq-section detail-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How does the dual-adjustment system help prevent escapes?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The collar utilizes a high-width hook-and-loop tape alongside an elastic pull-drawstring. These systems combine to wrap cleanly around your pet's neck, maintaining a snug fit that stays secure even during movement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: Can my pet still eat and drink comfortably while wearing this?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: Yes. The flexible edge material and lightweight PP frame permit your pet to comfortably lower their head to access food and water bowls without the need to take off the collar.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3 class=\"faq-question\"\u003eQ: How do I clean and maintain the materials?\u003c\/h3\u003e\n\n\u003cp class=\"faq-answer\"\u003eA: The semi-transparent PP plastic panels are waterproof and can be quickly wiped down with a damp cloth. The sandwich mesh neck collar resists moisture buildup and helps keep the area dry.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"Lime Green \/ S (Fits 2-5 lbs)","offer_id":46182390988991,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ S (Fits 2-5 lbs)","offer_id":46182391021759,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Lime Green \/ M (Fits 5-15 lbs)","offer_id":46182391054527,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ M (Fits 5-15 lbs)","offer_id":46182391087295,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Lime Green \/ L (Fits 15-25 lbs)","offer_id":46182391120063,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ L (Fits 15-25 lbs)","offer_id":46182391152831,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Lime Green \/ XL (Fits 25-50 lbs)","offer_id":46182391185599,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ XL (Fits 25-50 lbs)","offer_id":46182391218367,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Lime Green \/ XXL (Fits 50-80 lbs)","offer_id":46182391251135,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true},{"title":"Charcoal Gray \/ XXL (Fits 50-80 lbs)","offer_id":46182391283903,"sku":null,"price":999.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0701\/3220\/3711\/files\/aaafface952a4dc853885e566cdbe460.jpg?v=1789011648","url":"https:\/\/ggkbkw-fz.myshopify.com\/products\/breathable-mesh-elizabethan-collar","provider":"Bak","version":"1.0","type":"link"}