{"product_id":"halloween-scary-dog-mask","title":"Halloween Scary Dog Mask","description":"\u003cstyle\u003e\n  .hellhound-page {\n    --hh-orange: #ff6a00;\n    --hh-dark: #171717;\n    --hh-soft: #fff7f0;\n    --hh-border: #ececec;\n    --hh-green: #198754;\n    --hh-text: #262626;\n    --hh-muted: #666666;\n\n    max-width: 760px;\n    margin: 0 auto;\n    color: var(--hh-text);\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto,\n      Helvetica, Arial, sans-serif;\n    line-height: 1.55;\n  }\n\n  .hellhound-page * {\n    box-sizing: border-box;\n  }\n\n  .hellhound-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 16px;\n  }\n\n  .hellhound-page h2,\n  .hellhound-page h3,\n  .hellhound-page h4,\n  .hellhound-page p {\n    margin-top: 0;\n  }\n\n  .hh-hero {\n    padding: 24px 18px;\n    margin-bottom: 18px;\n    text-align: center;\n    background: linear-gradient(145deg, #fff7ee 0%, #ffffff 100%);\n    border: 1px solid #ffe0c5;\n    border-radius: 20px;\n  }\n\n  .hh-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    padding: 6px 12px;\n    color: #9f3d00;\n    background: #ffe1ca;\n    border-radius: 999px;\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.4px;\n    text-transform: uppercase;\n  }\n\n  .hh-hero h2 {\n    margin-bottom: 10px;\n    color: var(--hh-dark);\n    font-size: 28px;\n    line-height: 1.15;\n    letter-spacing: -0.6px;\n  }\n\n  .hh-hero p {\n    max-width: 610px;\n    margin: 0 auto;\n    color: #555555;\n    font-size: 16px;\n  }\n\n  .hh-trust-row {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 8px;\n    margin: 16px 0 20px;\n  }\n\n  .hh-trust-item {\n    padding: 12px 8px;\n    text-align: center;\n    background: #ffffff;\n    border: 1px solid var(--hh-border);\n    border-radius: 12px;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .hh-trust-icon {\n    display: block;\n    margin-bottom: 4px;\n    font-size: 20px;\n  }\n\n  .hh-section {\n    margin-bottom: 18px;\n    padding: 20px;\n    background: #ffffff;\n    border: 1px solid var(--hh-border);\n    border-radius: 18px;\n    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);\n  }\n\n  .hh-section-title {\n    margin-bottom: 14px;\n    color: var(--hh-dark);\n    font-size: 21px;\n    line-height: 1.25;\n  }\n\n  .hh-section-subtitle {\n    margin: -6px 0 16px;\n    color: var(--hh-muted);\n    font-size: 14px;\n  }\n\n  .hh-feature-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 10px;\n  }\n\n  .hh-feature {\n    padding: 15px;\n    background: #fafafa;\n    border: 1px solid #eeeeee;\n    border-radius: 14px;\n  }\n\n  .hh-feature-icon {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 24px;\n  }\n\n  .hh-feature strong {\n    display: block;\n    margin-bottom: 4px;\n    color: #202020;\n    font-size: 15px;\n    line-height: 1.3;\n  }\n\n  .hh-feature p {\n    margin: 0;\n    color: var(--hh-muted);\n    font-size: 13px;\n    line-height: 1.45;\n  }\n\n  .hh-image-wrap {\n    margin: 14px 0 18px;\n  }\n\n  .hh-image-caption {\n    margin: 8px 4px 0;\n    color: #777777;\n    text-align: center;\n    font-size: 12px;\n  }\n\n  .hh-check-list {\n    display: grid;\n    gap: 10px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hh-check-list li {\n    position: relative;\n    padding: 13px 14px 13px 42px;\n    background: var(--hh-soft);\n    border-radius: 12px;\n    font-size: 14px;\n  }\n\n  .hh-check-list li::before {\n    content: \"✓\";\n    position: absolute;\n    top: 12px;\n    left: 14px;\n    display: flex;\n    width: 20px;\n    height: 20px;\n    align-items: center;\n    justify-content: center;\n    color: #ffffff;\n    background: var(--hh-orange);\n    border-radius: 50%;\n    font-size: 12px;\n    font-weight: 900;\n  }\n\n  .hh-occasion-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 9px;\n  }\n\n  .hh-occasion {\n    padding: 14px 8px;\n    text-align: center;\n    background: #fafafa;\n    border: 1px solid #eeeeee;\n    border-radius: 12px;\n  }\n\n  .hh-occasion span {\n    display: block;\n    margin-bottom: 5px;\n    font-size: 24px;\n  }\n\n  .hh-occasion strong {\n    display: block;\n    font-size: 13px;\n    line-height: 1.3;\n  }\n\n  .hh-size-box {\n    padding: 17px;\n    background: #f4f8ff;\n    border: 1px solid #dce8ff;\n    border-radius: 14px;\n  }\n\n  .hh-size-box strong {\n    display: block;\n    margin-bottom: 7px;\n    color: #153d75;\n    font-size: 16px;\n  }\n\n  .hh-size-box p {\n    margin-bottom: 8px;\n    color: #49617f;\n    font-size: 14px;\n  }\n\n  .hh-size-box p:last-child {\n    margin-bottom: 0;\n  }\n\n  .hh-warning {\n    padding: 17px;\n    background: #fff7e2;\n    border: 1px solid #f4d995;\n    border-radius: 14px;\n  }\n\n  .hh-warning strong {\n    display: block;\n    margin-bottom: 8px;\n    color: #6c4c00;\n    font-size: 16px;\n  }\n\n  .hh-warning ul {\n    margin: 0;\n    padding-left: 19px;\n    color: #6d5a29;\n    font-size: 13px;\n  }\n\n  .hh-warning li {\n    margin-bottom: 6px;\n  }\n\n  .hh-warning li:last-child {\n    margin-bottom: 0;\n  }\n\n  .hh-package {\n    display: flex;\n    gap: 12px;\n    align-items: center;\n    padding: 15px;\n    background: #fafafa;\n    border-radius: 13px;\n  }\n\n  .hh-package-icon {\n    flex: 0 0 42px;\n    font-size: 32px;\n    text-align: center;\n  }\n\n  .hh-package strong {\n    display: block;\n    margin-bottom: 3px;\n  }\n\n  .hh-package p {\n    margin: 0;\n    color: var(--hh-muted);\n    font-size: 14px;\n  }\n\n  .hh-guarantee {\n    padding: 22px 18px;\n    color: #ffffff;\n    text-align: center;\n    background: var(--hh-dark);\n    border-radius: 18px;\n  }\n\n  .hh-guarantee-icon {\n    display: block;\n    margin-bottom: 7px;\n    font-size: 34px;\n  }\n\n  .hh-guarantee h3 {\n    margin-bottom: 8px;\n    color: #ffffff;\n    font-size: 21px;\n  }\n\n  .hh-guarantee p {\n    max-width: 580px;\n    margin: 0 auto;\n    color: #e8e8e8;\n    font-size: 14px;\n  }\n\n  .hh-faq details {\n    margin-bottom: 9px;\n    background: #fafafa;\n    border: 1px solid #eeeeee;\n    border-radius: 12px;\n    overflow: hidden;\n  }\n\n  .hh-faq details:last-child {\n    margin-bottom: 0;\n  }\n\n  .hh-faq summary {\n    position: relative;\n    padding: 15px 42px 15px 15px;\n    color: #202020;\n    cursor: pointer;\n    list-style: none;\n    font-size: 14px;\n    font-weight: 750;\n  }\n\n  .hh-faq summary::-webkit-details-marker {\n    display: none;\n  }\n\n  .hh-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 16px;\n    color: var(--hh-orange);\n    font-size: 22px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .hh-faq details[open] summary::after {\n    content: \"−\";\n  }\n\n  .hh-faq-answer {\n    padding: 0 15px 15px;\n    color: var(--hh-muted);\n    font-size: 13px;\n  }\n\n  .hh-final {\n    padding: 25px 18px;\n    text-align: center;\n    background: linear-gradient(145deg, #fff4e9, #ffffff);\n    border: 1px solid #ffe0c5;\n    border-radius: 18px;\n  }\n\n  .hh-final h3 {\n    margin-bottom: 8px;\n    color: var(--hh-dark);\n    font-size: 23px;\n  }\n\n  .hh-final p {\n    margin: 0;\n    color: var(--hh-muted);\n    font-size: 14px;\n  }\n\n  @media screen and (max-width: 600px) {\n    .hellhound-page {\n      padding: 0 4px;\n    }\n\n    .hh-hero {\n      padding: 21px 15px;\n    }\n\n    .hh-hero h2 {\n      font-size: 25px;\n    }\n\n    .hh-section {\n      padding: 16px;\n      border-radius: 15px;\n    }\n\n    .hh-feature-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hh-trust-item {\n      padding: 10px 5px;\n      font-size: 11px;\n    }\n\n    .hh-occasion-grid {\n      grid-template-columns: 1fr 1fr 1fr;\n    }\n\n    .hh-occasion {\n      padding: 12px 5px;\n    }\n\n    .hh-occasion strong {\n      font-size: 11px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hellhound-page\"\u003e\n\u003c!-- Hero --\u003e\n\u003csection class=\"hh-hero\"\u003e\u003cspan class=\"hh-eyebrow\"\u003eHalloween Pet Costume\u003c\/span\u003e\n\u003ch2\u003eMake Your Dog the Star of Halloween 🎃🐶\u003c\/h2\u003e\n\u003cp\u003eTurn your pup into a playful little hellhound with an eye-catching dinosaur-fang design made for costumes, photos and unforgettable Halloween moments.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- Trust Bar --\u003e\n\u003cdiv class=\"hh-trust-row\"\u003e\n\u003cdiv class=\"hh-trust-item\"\u003e\n\u003cspan class=\"hh-trust-icon\"\u003e🎃\u003c\/span\u003e Halloween Ready\u003c\/div\u003e\n\u003cdiv class=\"hh-trust-item\"\u003e\n\u003cspan class=\"hh-trust-icon\"\u003e🐾\u003c\/span\u003e Adjustable Fit\u003c\/div\u003e\n\u003cdiv class=\"hh-trust-item\"\u003e\n\u003cspan class=\"hh-trust-icon\"\u003e↩️\u003c\/span\u003e 30-Day Returns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Main GIF --\u003e\n\u003cdiv class=\"hh-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0692\/8246\/3827\/files\/10010.gif?v=1785842054\" alt=\"Dog wearing a Halloween dinosaur fang costume mask\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Key Benefits --\u003e\n\u003csection class=\"hh-section\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003eWhy Pet Parents Love It\u003c\/h3\u003e\n\u003cdiv class=\"hh-feature-grid\"\u003e\n\u003cdiv class=\"hh-feature\"\u003e\n\u003cspan class=\"hh-feature-icon\"\u003e🦖\u003c\/span\u003e \u003cstrong\u003eHead-Turning Fang Design\u003c\/strong\u003e\n\u003cp\u003eThe bold 3D snout instantly transforms your dog into a playful prehistoric monster.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-feature\"\u003e\n\u003cspan class=\"hh-feature-icon\"\u003e📸\u003c\/span\u003e \u003cstrong\u003eMade for Memorable Photos\u003c\/strong\u003e\n\u003cp\u003eAdd a fun finishing touch to Halloween portraits, videos and social media posts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-feature\"\u003e\n\u003cspan class=\"hh-feature-icon\"\u003e🪶\u003c\/span\u003e \u003cstrong\u003eLightweight to Wear\u003c\/strong\u003e\n\u003cp\u003eDesigned to create a dramatic look without adding unnecessary heavy costume pieces.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-feature\"\u003e\n\u003cspan class=\"hh-feature-icon\"\u003e🔗\u003c\/span\u003e \u003cstrong\u003eAdjustable, Secure Fit\u003c\/strong\u003e\n\u003cp\u003eThe adjustable strap helps keep the costume comfortably positioned during supervised use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Lifestyle Image --\u003e\n\u003cdiv class=\"hh-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5800\/3623\/files\/07_92a2e9ad-a9ac-4245-b315-44c01c54462c.jpg?v=1785751261\" alt=\"Halloween dog costume mask with dinosaur teeth\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Clear Value Proposition --\u003e\n\u003csection class=\"hh-section\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003eOne Costume, So Many Fun Moments\u003c\/h3\u003e\n\u003cul class=\"hh-check-list\"\u003e\n\u003cli\u003eCreates an instantly recognizable Halloween look.\u003c\/li\u003e\n\u003cli\u003eMakes ordinary pet photos more fun and memorable.\u003c\/li\u003e\n\u003cli\u003ePairs easily with capes, collars and other costumes.\u003c\/li\u003e\n\u003cli\u003eGreat for parties, porch photos and supervised walks.\u003c\/li\u003e\n\u003cli\u003eA fun gift idea for dog lovers and pet parents.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/section\u003e\n\u003c!-- Detail Image --\u003e\n\u003cdiv class=\"hh-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5800\/3623\/files\/06_7b97572f-3e08-4e25-a7a0-6ba10c50d738.jpg?v=1785751261\" alt=\"Detailed view of the Cerberus-style dog Halloween mask\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Occasions --\u003e\n\u003csection class=\"hh-section\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003ePerfect for Halloween Fun\u003c\/h3\u003e\n\u003cdiv class=\"hh-occasion-grid\"\u003e\n\u003cdiv class=\"hh-occasion\"\u003e\n\u003cspan\u003e🎉\u003c\/span\u003e \u003cstrong\u003eCostume Parties\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-occasion\"\u003e\n\u003cspan\u003e📷\u003c\/span\u003e \u003cstrong\u003ePet Photos\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hh-occasion\"\u003e\n\u003cspan\u003e🚪\u003c\/span\u003e \u003cstrong\u003eTrick-or-Treat\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Lifestyle Image --\u003e\n\u003cdiv class=\"hh-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5800\/3623\/files\/8_bb6ebbb8-a6b8-41f3-b0f1-47f3bbb75250.jpg?v=1785751261\" alt=\"Dog dressed for a Halloween party\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Sizing --\u003e\n\u003csection class=\"hh-section\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003eChoose the Right Size\u003c\/h3\u003e\n\u003cdiv class=\"hh-size-box\"\u003e\n\u003cstrong\u003e📏 Measure before ordering\u003c\/strong\u003e\n\u003cp\u003eMeasure around the widest part of your dog's snout and compare the measurement with the size options shown above.\u003c\/p\u003e\n\u003cp\u003eLeave enough room for comfortable breathing. The mask should feel secure without pressing tightly against the nose or mouth.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eBetween two sizes?\u003c\/strong\u003e Choosing the larger size is usually the more comfortable option.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Safety --\u003e\n\u003csection class=\"hh-section\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003eImportant Pet Safety Information\u003c\/h3\u003e\n\u003cdiv class=\"hh-warning\"\u003e\n\u003cstrong\u003e⚠️ This is a costume accessory\u003c\/strong\u003e\n\u003cul\u003e\n\u003cli\u003eIt is not a protective muzzle and should not be used for bite prevention or behavioral control.\u003c\/li\u003e\n\u003cli\u003eAlways supervise your pet while the costume is being worn.\u003c\/li\u003e\n\u003cli\u003eUse only for short periods during photos, parties or light activity.\u003c\/li\u003e\n\u003cli\u003eRemove it immediately if your pet shows discomfort, stress or difficulty breathing.\u003c\/li\u003e\n\u003cli\u003eDo not leave the mask on an unattended, sleeping or overheated pet.\u003c\/li\u003e\n\u003cli\u003eKeep away from chewing pets and discontinue use if damaged.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Final Product Image --\u003e\n\u003cdiv class=\"hh-image-wrap\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0752\/5800\/3623\/files\/04_9849f28a-8073-4256-9dbf-532a9a6c96eb.jpg?v=1785751272\" alt=\"Hellhound Halloween dog costume mask\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c!-- Package --\u003e\n\u003csection class=\"hh-section\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003eWhat’s Included\u003c\/h3\u003e\n\u003cdiv class=\"hh-package\"\u003e\n\u003cdiv class=\"hh-package-icon\"\u003e📦\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1 × Halloween Dog Costume Mask\u003c\/strong\u003e\n\u003cp\u003eSelect your preferred size before adding the product to your cart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Return Guarantee --\u003e\n\u003csection class=\"hh-guarantee\"\u003e\u003cspan class=\"hh-guarantee-icon\"\u003e🛡️\u003c\/span\u003e\n\u003ch3\u003e30-Day Easy Return Guarantee\u003c\/h3\u003e\n\u003cp\u003eNot the right fit? Contact our customer support team within 30 days of delivery and we’ll help review your return or replacement options. Returned items should be unworn, unchewed and in their original condition. Defective or incorrect items are covered separately.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"hh-section hh-faq\" style=\"margin-top: 18px;\"\u003e\n\u003ch3 class=\"hh-section-title\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a real safety muzzle?\u003c\/summary\u003e\n\u003cdiv class=\"hh-faq-answer\"\u003eNo. It is a decorative Halloween costume accessory. It should not be used for bite prevention, training or behavioral control.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan my dog breathe while wearing it?\u003c\/summary\u003e\n\u003cdiv class=\"hh-faq-answer\"\u003eThe correct size should leave comfortable breathing room. Always check the fit carefully and remove the mask immediately if your dog appears uncomfortable.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long can my dog wear it?\u003c\/summary\u003e\n\u003cdiv class=\"hh-faq-answer\"\u003eUse it for short, supervised periods such as photos, parties or brief outings. It is not designed for extended or unattended wear.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I choose a size?\u003c\/summary\u003e\n\u003cdiv class=\"hh-faq-answer\"\u003eMeasure around the widest part of your dog's snout and compare it with the available size information. When between sizes, consider choosing the larger option.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWill it fit every dog breed?\u003c\/summary\u003e\n\u003cdiv class=\"hh-faq-answer\"\u003eFit depends more on snout shape and measurement than breed alone. Dogs with very short or flat snouts may not be suitable for this design.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat if the size does not fit?\u003c\/summary\u003e\n\u003cdiv class=\"hh-faq-answer\"\u003eContact customer support within 30 days of delivery. For hygiene reasons, items that have been heavily worn, chewed or damaged may not qualify for a standard return.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- Closing --\u003e\n\u003csection class=\"hh-final\"\u003e\n\u003ch3\u003eReady to Unleash the Little Monster? 👹\u003c\/h3\u003e\n\u003cp\u003eGive your pup a Halloween look everyone will remember—perfect for parties, photos and festive family fun.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e","brand":"jordscape","offers":[{"title":"With Blood \/ S","offer_id":45906139906131,"sku":"C036260804HCDM-DX-S-1PC","price":25.99,"currency_code":"USD","in_stock":true},{"title":"With Blood \/ M","offer_id":45906148753491,"sku":"C036260804HCDM-DX-M-1PC","price":25.99,"currency_code":"USD","in_stock":true},{"title":"With Blood \/ L","offer_id":45906148786259,"sku":"C036260804HCDM-DX-L-1PC","price":25.99,"currency_code":"USD","in_stock":true},{"title":"With Blood \/ XL","offer_id":45906148819027,"sku":"C036260804HCDM-DX-XL-1PC","price":25.99,"currency_code":"USD","in_stock":true},{"title":"With Blood \/ XXL","offer_id":45906148851795,"sku":"C036260804HCDM-DX-XXL-1PC","price":25.99,"currency_code":"USD","in_stock":true},{"title":"No Blood \/ S","offer_id":45906139873363,"sku":"C036260804HCDM-DX-S-1PC","price":24.99,"currency_code":"USD","in_stock":true},{"title":"No Blood \/ M","offer_id":45906148622419,"sku":"C036260804HCDM-DX-M-1PC","price":24.99,"currency_code":"USD","in_stock":true},{"title":"No Blood \/ L","offer_id":45906148655187,"sku":"C036260804HCDM-DX-L-1PC","price":24.99,"currency_code":"USD","in_stock":true},{"title":"No Blood \/ XL","offer_id":45906148687955,"sku":"C036260804HCDM-DX-XL-1PC","price":24.99,"currency_code":"USD","in_stock":true},{"title":"No Blood \/ XXL","offer_id":45906148720723,"sku":"C036260804HCDM-DX-XXL-1PC","price":24.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0692\/8246\/3827\/files\/10021.jpg?v=1785842054","url":"https:\/\/jordscape.com\/products\/halloween-scary-dog-mask","provider":"Jordscape","version":"1.0","type":"link"}