{"product_id":"pet-hair-laundry-washer-cleaner","title":"🐾 Pet Hair Laundry \u0026 Washer Cleaner","description":"\u003cstyle\u003e\n  .pet-laundry-page {\n    --pl-bg: #f7f4ef;\n    --pl-white: #ffffff;\n    --pl-text: #292a28;\n    --pl-muted: #686a65;\n    --pl-accent: #a65368;\n    --pl-accent-dark: #8d4055;\n    --pl-soft: #f2e7e8;\n    --pl-line: #e4ded8;\n\n    max-width: 1180px;\n    margin: 0 auto;\n    padding: 18px 22px 45px;\n    color: var(--pl-text);\n    font-family: Arial, Helvetica, sans-serif;\n    font-size: 15px;\n    line-height: 1.65;\n    box-sizing: border-box;\n  }\n\n  .pet-laundry-page *,\n  .pet-laundry-page *::before,\n  .pet-laundry-page *::after {\n    box-sizing: border-box;\n  }\n\n  .pet-laundry-page img {\n    display: block;\n    width: 100%;\n    height: auto;\n    margin: 0;\n  }\n\n  \/* =========================\n     HERO\n  ========================= *\/\n\n  .pl-hero {\n    background: var(--pl-soft);\n    padding: 38px 42px 34px;\n    text-align: center;\n    margin-bottom: 18px;\n  }\n\n  .pl-eyebrow {\n    display: inline-block;\n    margin-bottom: 10px;\n    color: var(--pl-accent);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 1.7px;\n    text-transform: uppercase;\n  }\n\n  .pl-hero h1 {\n    margin: 0 auto 12px;\n    max-width: 760px;\n    color: var(--pl-text);\n    font-size: clamp(28px, 3.5vw, 42px);\n    line-height: 1.15;\n    font-weight: 700;\n    letter-spacing: -0.7px;\n  }\n\n  .pl-hero p {\n    max-width: 720px;\n    margin: 0 auto;\n    color: var(--pl-muted);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     QUICK BENEFITS\n  ========================= *\/\n\n  .pl-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    border: 1px solid var(--pl-line);\n    background: var(--pl-white);\n    margin-bottom: 32px;\n  }\n\n  .pl-benefit {\n    padding: 19px 18px 17px;\n    text-align: center;\n    border-right: 1px solid var(--pl-line);\n  }\n\n  .pl-benefit:last-child {\n    border-right: 0;\n  }\n\n  .pl-benefit-number {\n    color: var(--pl-accent);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.3px;\n    margin-bottom: 4px;\n  }\n\n  .pl-benefit strong {\n    display: block;\n    font-size: 14px;\n    line-height: 1.35;\n    font-weight: 700;\n    margin-bottom: 4px;\n  }\n\n  .pl-benefit span {\n    display: block;\n    color: var(--pl-muted);\n    font-size: 12px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     FEATURE SECTIONS\n  ========================= *\/\n\n  .pl-feature {\n    background: var(--pl-white);\n    margin-bottom: 26px;\n    border: 1px solid var(--pl-line);\n  }\n\n  .pl-feature-image {\n    width: 100%;\n    overflow: hidden;\n    background: #f1efeb;\n  }\n\n  .pl-feature-image img {\n    width: 100%;\n    height: auto;\n    object-fit: cover;\n  }\n\n  .pl-feature-content {\n    padding: 23px 28px 25px;\n  }\n\n  .pl-feature-top {\n    display: flex;\n    align-items: baseline;\n    gap: 12px;\n    margin-bottom: 7px;\n  }\n\n  .pl-feature-index {\n    flex: 0 0 auto;\n    color: var(--pl-accent);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n  }\n\n  .pl-feature h2 {\n    margin: 0;\n    font-size: 22px;\n    line-height: 1.3;\n    font-weight: 700;\n    letter-spacing: -0.2px;\n  }\n\n  .pl-feature p {\n    max-width: 900px;\n    margin: 0;\n    color: var(--pl-muted);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  \/* =========================\n     HIGHLIGHT STRIP\n  ========================= *\/\n\n  .pl-highlight {\n    display: grid;\n    grid-template-columns: 1.2fr 1fr 1fr;\n    gap: 1px;\n    background: var(--pl-line);\n    margin: 2px 0 30px;\n    border: 1px solid var(--pl-line);\n  }\n\n  .pl-highlight-item {\n    background: var(--pl-white);\n    padding: 20px 22px;\n  }\n\n  .pl-highlight-item small {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--pl-accent);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.4px;\n    text-transform: uppercase;\n  }\n\n  .pl-highlight-item strong {\n    display: block;\n    font-size: 15px;\n    line-height: 1.4;\n    margin-bottom: 4px;\n  }\n\n  .pl-highlight-item span {\n    color: var(--pl-muted);\n    font-size: 12px;\n    line-height: 1.5;\n  }\n\n  \/* =========================\n     DETAILS\n  ========================= *\/\n\n  .pl-info-section {\n    margin-top: 30px;\n    margin-bottom: 26px;\n  }\n\n  .pl-section-heading {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 13px;\n  }\n\n  .pl-section-heading span {\n    color: var(--pl-accent);\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n  }\n\n  .pl-section-heading h2 {\n    margin: 0;\n    font-size: 21px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .pl-detail-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    border: 1px solid var(--pl-line);\n    background: var(--pl-white);\n  }\n\n  .pl-detail {\n    padding: 17px 20px;\n    border-right: 1px solid var(--pl-line);\n    border-bottom: 1px solid var(--pl-line);\n  }\n\n  .pl-detail:nth-child(2n) {\n    border-right: 0;\n  }\n\n  .pl-detail:nth-last-child(-n+2) {\n    border-bottom: 0;\n  }\n\n  .pl-detail-label {\n    display: block;\n    color: var(--pl-accent);\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.1px;\n    text-transform: uppercase;\n    margin-bottom: 3px;\n  }\n\n  .pl-detail strong {\n    font-size: 14px;\n    line-height: 1.45;\n  }\n\n  \/* =========================\n     CARE \/ USAGE\n  ========================= *\/\n\n  .pl-care {\n    background: #eee9e2;\n    padding: 25px 28px 24px;\n    margin-top: 24px;\n  }\n\n  .pl-care h2 {\n    margin: 0 0 8px;\n    font-size: 21px;\n    line-height: 1.3;\n  }\n\n  .pl-care-intro {\n    margin: 0 0 16px;\n    color: var(--pl-muted);\n    font-size: 13px;\n  }\n\n  .pl-care-list {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 9px 28px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .pl-care-list li {\n    position: relative;\n    padding-left: 17px;\n    color: #4e504c;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .pl-care-list li::before {\n    content: \"•\";\n    position: absolute;\n    left: 0;\n    top: 0;\n    color: var(--pl-accent);\n    font-weight: 700;\n  }\n\n  \/* =========================\n     FINAL PRODUCT SUMMARY\n  ========================= *\/\n\n  .pl-final {\n    margin-top: 28px;\n    padding: 25px 28px;\n    background: var(--pl-accent);\n    color: #fff;\n    text-align: center;\n  }\n\n  .pl-final-label {\n    margin-bottom: 5px;\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    opacity: 0.85;\n  }\n\n  .pl-final h2 {\n    margin: 0 0 7px;\n    font-size: 23px;\n    line-height: 1.3;\n    font-weight: 700;\n  }\n\n  .pl-final p {\n    max-width: 700px;\n    margin: 0 auto;\n    font-size: 13px;\n    line-height: 1.6;\n    opacity: 0.92;\n  }\n\n  \/* =========================\n     MOBILE\n  ========================= *\/\n\n  @media (max-width: 900px) {\n    .pet-laundry-page {\n      padding: 12px 14px 32px;\n      font-size: 14px;\n    }\n\n    .pl-hero {\n      padding: 30px 22px 27px;\n    }\n\n    .pl-hero h1 {\n      font-size: 30px;\n    }\n\n    .pl-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .pl-benefit:nth-child(2) {\n      border-right: 0;\n    }\n\n    .pl-benefit:nth-child(-n+2) {\n      border-bottom: 1px solid var(--pl-line);\n    }\n\n    .pl-highlight {\n      grid-template-columns: 1fr;\n    }\n\n    .pl-highlight-item {\n      padding: 17px 20px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .pet-laundry-page {\n      padding: 8px 10px 28px;\n    }\n\n    .pl-hero {\n      padding: 25px 18px 23px;\n      margin-bottom: 14px;\n    }\n\n    .pl-eyebrow {\n      font-size: 10px;\n      letter-spacing: 1.4px;\n      margin-bottom: 8px;\n    }\n\n    .pl-hero h1 {\n      font-size: 26px;\n      line-height: 1.2;\n      letter-spacing: -0.3px;\n      margin-bottom: 9px;\n    }\n\n    .pl-hero p {\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n    .pl-benefits {\n      margin-bottom: 22px;\n    }\n\n    .pl-benefit {\n      padding: 15px 10px;\n    }\n\n    .pl-benefit strong {\n      font-size: 13px;\n    }\n\n    .pl-benefit span {\n      font-size: 11px;\n    }\n\n    .pl-feature {\n      margin-bottom: 19px;\n    }\n\n    .pl-feature-content {\n      padding: 17px 17px 19px;\n    }\n\n    .pl-feature-top {\n      gap: 8px;\n      margin-bottom: 5px;\n    }\n\n    .pl-feature-index {\n      font-size: 10px;\n    }\n\n    .pl-feature h2 {\n      font-size: 19px;\n    }\n\n    .pl-feature p {\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n    .pl-section-heading {\n      gap: 8px;\n      margin-bottom: 10px;\n    }\n\n    .pl-section-heading h2 {\n      font-size: 19px;\n    }\n\n    .pl-detail-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .pl-detail,\n    .pl-detail:nth-child(2n) {\n      border-right: 0;\n      border-bottom: 1px solid var(--pl-line);\n    }\n\n    .pl-detail:last-child {\n      border-bottom: 0;\n    }\n\n    .pl-care {\n      padding: 20px 18px;\n      margin-top: 19px;\n    }\n\n    .pl-care h2 {\n      font-size: 19px;\n    }\n\n    .pl-care-list {\n      grid-template-columns: 1fr;\n      gap: 7px;\n    }\n\n    .pl-final {\n      padding: 22px 18px;\n      margin-top: 21px;\n    }\n\n    .pl-final h2 {\n      font-size: 20px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pet-laundry-page\"\u003e\n\n  \u003c!-- HERO --\u003e\n  \u003csection class=\"pl-hero\"\u003e\n    \u003cdiv class=\"pl-eyebrow\"\u003ePET-FRIENDLY LAUNDRY CARE\u003c\/div\u003e\n\n    \u003ch1\u003eA Cleaner Laundry Routine for Pet-Friendly Homes\u003c\/h1\u003e\n\n    \u003cp\u003e\n      Keep everyday laundry feeling fresher with a purpose-made liquid cleaner\n      designed to support washable pet textiles and routine washing-machine care.\n    \u003c\/p\u003e\n  \u003c\/section\u003e\n\n\n  \u003c!-- QUICK BENEFITS --\u003e\n  \u003csection class=\"pl-benefits\"\u003e\n\n    \u003cdiv class=\"pl-benefit\"\u003e\n      \u003cdiv class=\"pl-benefit-number\"\u003e01\u003c\/div\u003e\n      \u003cstrong\u003eSupports Regular Washing\u003c\/strong\u003e\n      \u003cspan\u003eFits easily into your usual laundry routine.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-benefit\"\u003e\n      \u003cdiv class=\"pl-benefit-number\"\u003e02\u003c\/div\u003e\n      \u003cstrong\u003eHelps Loosen Pet Hair\u003c\/strong\u003e\n      \u003cspan\u003eDesigned to help release loose fur from washable fabrics.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-benefit\"\u003e\n      \u003cdiv class=\"pl-benefit-number\"\u003e03\u003c\/div\u003e\n      \u003cstrong\u003eWasher Care Support\u003c\/strong\u003e\n      \u003cspan\u003eCan be used with compatible machine-cleaning routines.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-benefit\"\u003e\n      \u003cdiv class=\"pl-benefit-number\"\u003e04\u003c\/div\u003e\n      \u003cstrong\u003eCompact Liquid Format\u003c\/strong\u003e\n      \u003cspan\u003eA convenient 110 ml size for your laundry supplies.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 01 --\u003e\n  \u003csection class=\"pl-feature\"\u003e\n\n    \u003cdiv class=\"pl-feature-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/5919\/3599\/files\/spp_shopify20260910224434_4e5b04965b3f90680cce13cb3444519a.jpg?v=1789051477\" alt=\"Pet laundry cleaner\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-content\"\u003e\n      \u003cdiv class=\"pl-feature-top\"\u003e\n        \u003cspan class=\"pl-feature-index\"\u003e01\u003c\/span\u003e\n        \u003ch2\u003eSupport Your Regular Laundry Routine\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        This liquid cleaner is made for pet-home laundry and compatible washing-machine\n        care. Add it according to the product directions and use it as part of your\n        normal laundry routine where the care label and machine instructions allow.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 02 --\u003e\n  \u003csection class=\"pl-feature\"\u003e\n\n    \u003cdiv class=\"pl-feature-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/5919\/3599\/files\/spp_shopify20260910224437_4479bd040532f4111b03f181f6716644.jpg?v=1789051481\" alt=\"Cleaner for pet hair on washable fabrics\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-content\"\u003e\n      \u003cdiv class=\"pl-feature-top\"\u003e\n        \u003cspan class=\"pl-feature-index\"\u003e02\u003c\/span\u003e\n        \u003ch2\u003eHelp Loosen Trapped Fur\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Pet hair can settle into blankets, bedding and other washable fabrics.\n        This formula is intended to help loosen loose fur during an appropriate\n        wash cycle. For heavily covered fabrics, remove excess surface hair first\n        for a more effective laundry routine.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 03 --\u003e\n  \u003csection class=\"pl-feature\"\u003e\n\n    \u003cdiv class=\"pl-feature-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/5919\/3599\/files\/spp_shopify20260910224441_c88bab0932142317f57cfc9b371bfd2a.jpg?v=1789051484\" alt=\"Washing machine care\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-content\"\u003e\n      \u003cdiv class=\"pl-feature-top\"\u003e\n        \u003cspan class=\"pl-feature-index\"\u003e03\u003c\/span\u003e\n        \u003ch2\u003eKeep Your Washing Machine Routine Simple\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Use the cleaner according to the labelled machine-cleaning method and your\n        washer manufacturer's instructions. It provides a convenient option for\n        including machine care alongside regular pet-home laundry maintenance.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- HIGHLIGHT STRIP --\u003e\n  \u003csection class=\"pl-highlight\"\u003e\n\n    \u003cdiv class=\"pl-highlight-item\"\u003e\n      \u003csmall\u003eEveryday Use\u003c\/small\u003e\n      \u003cstrong\u003eMade for Pet-Home Laundry\u003c\/strong\u003e\n      \u003cspan\u003eDesigned around the needs of households that regularly wash pet bedding and textiles.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-highlight-item\"\u003e\n      \u003csmall\u003eFormat\u003c\/small\u003e\n      \u003cstrong\u003e110 ml Liquid\u003c\/strong\u003e\n      \u003cspan\u003eCompact and easy to keep with your everyday laundry supplies.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-highlight-item\"\u003e\n      \u003csmall\u003eCompatibility\u003c\/small\u003e\n      \u003cstrong\u003eCheck Before Use\u003c\/strong\u003e\n      \u003cspan\u003eAlways follow fabric-care labels and washing-machine instructions.\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 04 --\u003e\n  \u003csection class=\"pl-feature\"\u003e\n\n    \u003cdiv class=\"pl-feature-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/5919\/3599\/files\/spp_shopify20260910224444_ef516f020bcb75cdbe086ca48c7b0c66.jpg?v=1789051488\" alt=\"110 ml pet laundry cleaning liquid\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-content\"\u003e\n      \u003cdiv class=\"pl-feature-top\"\u003e\n        \u003cspan class=\"pl-feature-index\"\u003e04\u003c\/span\u003e\n        \u003ch2\u003eCompact Liquid Care for Everyday Laundry\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        The 110 ml liquid format takes up little space and is easy to store with\n        your laundry essentials. Keep the bottle in a cool, dry place and always\n        check the label for recommended use and compatibility.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FEATURE 05 --\u003e\n  \u003csection class=\"pl-feature\"\u003e\n\n    \u003cdiv class=\"pl-feature-image\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0712\/5919\/3599\/files\/spp_shopify20260910224448_4eb6153a57adfd5178fefba212ca0ab8.jpg?v=1789051491\" alt=\"Washable pet bedding and blankets\" loading=\"lazy\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-feature-content\"\u003e\n      \u003cdiv class=\"pl-feature-top\"\u003e\n        \u003cspan class=\"pl-feature-index\"\u003e05\u003c\/span\u003e\n        \u003ch2\u003eRefresh Washable Pet Textiles\u003c\/h2\u003e\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        Suitable for compatible washable pet items such as bedding, blankets and\n        towels. Use only on materials that allow this type of laundry treatment,\n        and follow the textile care label before washing.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- PRODUCT DETAILS --\u003e\n  \u003csection class=\"pl-info-section\"\u003e\n\n    \u003cdiv class=\"pl-section-heading\"\u003e\n      \u003cspan\u003eDetails\u003c\/span\u003e\n      \u003ch2\u003eProduct Information\u003c\/h2\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pl-detail-grid\"\u003e\n\n      \u003cdiv class=\"pl-detail\"\u003e\n        \u003cspan class=\"pl-detail-label\"\u003eNet Content\u003c\/span\u003e\n        \u003cstrong\u003e110 ml \/ 3.72 fl oz\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pl-detail\"\u003e\n        \u003cspan class=\"pl-detail-label\"\u003eFormat\u003c\/span\u003e\n        \u003cstrong\u003eLiquid Laundry Cleaner\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pl-detail\"\u003e\n        \u003cspan class=\"pl-detail-label\"\u003eRecommended For\u003c\/span\u003e\n        \u003cstrong\u003eCompatible washable pet textiles\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"pl-detail\"\u003e\n        \u003cspan class=\"pl-detail-label\"\u003ePackage\u003c\/span\u003e\n        \u003cstrong\u003e1 bottle, according to your selected option\u003c\/strong\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- USE \u0026 CARE --\u003e\n  \u003csection class=\"pl-care\"\u003e\n\n    \u003ch2\u003eUse \u0026amp; Care\u003c\/h2\u003e\n\n    \u003cp class=\"pl-care-intro\"\u003e\n      For best results and safe handling, always follow the product label and\n      the instructions provided by your washing-machine manufacturer.\n    \u003c\/p\u003e\n\n    \u003cul class=\"pl-care-list\"\u003e\n      \u003cli\u003eFollow the recommended dosage and directions on the bottle.\u003c\/li\u003e\n      \u003cli\u003eCheck fabric-care labels before treating washable textiles.\u003c\/li\u003e\n      \u003cli\u003eDo not apply the product directly to animals.\u003c\/li\u003e\n      \u003cli\u003eKeep the bottle away from children and pets.\u003c\/li\u003e\n      \u003cli\u003eDo not mix with bleach or other cleaning chemicals.\u003c\/li\u003e\n      \u003cli\u003eStore in a cool, dry place away from direct heat and moisture.\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/section\u003e\n\n\n  \u003c!-- FINAL --\u003e\n  \u003csection class=\"pl-final\"\u003e\n\n    \u003cdiv class=\"pl-final-label\"\u003ePET-HOME LAUNDRY CARE\u003c\/div\u003e\n\n    \u003ch2\u003eMake Pet Laundry Part of a Simpler Routine\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A compact liquid cleaner for households that regularly wash pet bedding,\n      blankets, towels and other compatible washable textiles.\n    \u003c\/p\u003e\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"110ml","offer_id":53930003988763,"sku":null,"price":25.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1010\/8072\/7835\/files\/spp_shopify20260910224452_8dd72b33b49adb8e88180f59aacea7fe_b9207b90-db14-456c-ad46-17ee885a5b44.jpg?v=1789182452","url":"https:\/\/www.shapviva.com\/products\/pet-hair-laundry-washer-cleaner","provider":"Shapviva","version":"1.0","type":"link"}