{"product_id":"washing-grooming-bundle","title":"FurSociety Washing \u0026 Grooming Bundle","description":"\u003cstyle\u003e\n  .fsb-wrap,\n  .fsb-wrap * {\n    box-sizing: border-box;\n  }\n\n  .fsb-wrap {\n    --fsb-cream: #f8f1e7;\n    --fsb-soft: #eee2d1;\n    --fsb-card: #fffdf9;\n    --fsb-green: #4d5632;\n    --fsb-green-dark: #353d22;\n    --fsb-gold: #a8793f;\n    --fsb-text: #292929;\n    --fsb-muted: #626057;\n    --fsb-border: rgba(77, 86, 50, 0.18);\n    --fsb-shadow: 0 10px 25px rgba(52, 45, 34, 0.09);\n\n    max-width: 780px;\n    margin: 0 auto;\n    color: var(--fsb-text);\n    font-family: inherit;\n    line-height: 1.55;\n  }\n\n  .fsb-wrap h2,\n  .fsb-wrap h3,\n  .fsb-wrap p {\n    margin-top: 0;\n  }\n\n  .fsb-wrap h2 {\n    margin-bottom: 10px;\n    font-size: clamp(23px, 5.5vw, 34px);\n    line-height: 1.14;\n  }\n\n  .fsb-wrap h3 {\n    margin-bottom: 6px;\n    font-size: 16px;\n    line-height: 1.25;\n  }\n\n  .fsb-wrap p {\n    margin-bottom: 0;\n    font-size: 14px;\n  }\n\n  .fsb-section {\n    margin: 17px 0;\n    padding: 19px 15px;\n    border: 1px solid var(--fsb-border);\n    border-radius: 20px;\n    background: var(--fsb-card);\n    box-shadow: var(--fsb-shadow);\n  }\n\n  .fsb-hero {\n    position: relative;\n    overflow: hidden;\n    padding: 25px 16px 20px;\n    border: 1px solid var(--fsb-border);\n    border-radius: 24px;\n    background:\n      radial-gradient(circle at 92% 9%, rgba(255,255,255,0.68) 0 64px, transparent 65px),\n      radial-gradient(circle at 2% 95%, rgba(255,255,255,0.48) 0 82px, transparent 83px),\n      linear-gradient(145deg, var(--fsb-cream), var(--fsb-soft));\n    box-shadow: var(--fsb-shadow);\n  }\n\n  .fsb-hero::after {\n    content: \"🐾\";\n    position: absolute;\n    right: 17px;\n    bottom: 15px;\n    color: rgba(77, 86, 50, 0.10);\n    font-size: 74px;\n    transform: rotate(-13deg);\n    pointer-events: none;\n  }\n\n  .fsb-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-bottom: 13px;\n    padding: 7px 11px;\n    border-radius: 999px;\n    background: var(--fsb-green);\n    color: #fff;\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n  }\n\n  .fsb-subtitle {\n    position: relative;\n    z-index: 1;\n    max-width: 640px;\n    color: var(--fsb-muted);\n    font-size: 16px !important;\n  }\n\n  .fsb-pills {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n    margin-top: 15px;\n  }\n\n  .fsb-pill {\n    padding: 7px 9px;\n    border: 1px solid rgba(77, 86, 50, 0.16);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.76);\n    color: var(--fsb-green-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .fsb-routine {\n    display: grid;\n    gap: 9px;\n    margin-top: 18px;\n  }\n\n  .fsb-step {\n    position: relative;\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 10px;\n    align-items: center;\n    padding: 11px;\n    overflow: hidden;\n    border: 1px solid rgba(77, 86, 50, 0.15);\n    border-radius: 14px;\n    background: rgba(255,255,255,0.72);\n  }\n\n  .fsb-step::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 60%;\n    height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.64), transparent);\n    animation: fsbShine 4.8s ease-in-out infinite;\n  }\n\n  .fsb-step:nth-child(2)::after { animation-delay: 1.2s; }\n  .fsb-step:nth-child(3)::after { animation-delay: 2.4s; }\n\n  .fsb-step-icon {\n    display: grid;\n    width: 40px;\n    height: 40px;\n    place-items: center;\n    border-radius: 50%;\n    background: var(--fsb-green);\n    color: #fff;\n    font-size: 20px;\n    animation: fsbFloat 2.8s ease-in-out infinite;\n  }\n\n  .fsb-step:nth-child(2) .fsb-step-icon { animation-delay: 0.45s; }\n  .fsb-step:nth-child(3) .fsb-step-icon { animation-delay: 0.9s; }\n\n  .fsb-step strong { display: block; color: var(--fsb-green-dark); font-size: 14px; }\n  .fsb-step small { display: block; margin-top: 2px; color: var(--fsb-muted); font-size: 12px; line-height: 1.35; }\n\n  @keyframes fsbShine {\n    0%, 55% { left: -100%; }\n    100% { left: 150%; }\n  }\n\n  @keyframes fsbFloat {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-4px); }\n  }\n\n  .fsb-highlight {\n    margin-top: 15px;\n    padding: 13px;\n    border-radius: 14px;\n    background: var(--fsb-green);\n    color: #fff;\n    text-align: center;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .fsb-kit-grid,\n  .fsb-benefit-grid,\n  .fsb-result-grid {\n    display: grid;\n    gap: 11px;\n    margin-top: 14px;\n  }\n\n  .fsb-kit-card {\n    padding: 15px;\n    border: 1px solid rgba(77, 86, 50, 0.16);\n    border-radius: 16px;\n    background: var(--fsb-cream);\n  }\n\n  .fsb-kit-top {\n    display: grid;\n    grid-template-columns: 42px 1fr;\n    gap: 10px;\n    align-items: center;\n    margin-bottom: 10px;\n  }\n\n  .fsb-round-icon {\n    display: grid;\n    width: 42px;\n    height: 42px;\n    place-items: center;\n    border-radius: 50%;\n    background: #fff;\n    border: 1px solid rgba(77, 86, 50, 0.16);\n    font-size: 20px;\n  }\n\n  .fsb-kit-card ul { margin: 0; padding: 0; list-style: none; }\n  .fsb-kit-card li { margin-top: 8px; color: var(--fsb-muted); font-size: 13px; line-height: 1.45; }\n  .fsb-kit-card li strong { color: var(--fsb-green-dark); }\n\n  .fsb-dark {\n    background: linear-gradient(145deg, #4d5632, #353d22);\n    color: #fff;\n  }\n\n  .fsb-dark h2, .fsb-dark h3 { color: #fff; }\n  .fsb-dark \u003e p { color: rgba(255,255,255,0.84); }\n\n  .fsb-benefit {\n    display: grid;\n    grid-template-columns: 41px 1fr;\n    gap: 10px;\n    padding: 13px;\n    border: 1px solid rgba(255,255,255,0.15);\n    border-radius: 15px;\n    background: rgba(255,255,255,0.09);\n  }\n\n  .fsb-benefit-icon {\n    display: grid;\n    width: 39px;\n    height: 39px;\n    place-items: center;\n    border-radius: 50%;\n    background: rgba(255,255,255,0.14);\n    font-size: 19px;\n  }\n\n  .fsb-benefit p { color: rgba(255,255,255,0.83); font-size: 13px; }\n\n  .fsb-value {\n    position: relative;\n    overflow: hidden;\n    padding: 20px 15px;\n    border-radius: 19px;\n    background: linear-gradient(145deg, #a8793f, #8a6134);\n    color: #fff;\n    text-align: center;\n    box-shadow: var(--fsb-shadow);\n  }\n\n  .fsb-value h2 { margin-bottom: 7px; color: #fff; }\n  .fsb-value p { color: rgba(255,255,255,0.89); }\n\n  .fsb-value-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    margin-top: 13px;\n    padding: 8px 11px;\n    border: 1px solid rgba(255,255,255,0.20);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.13);\n    font-size: 13px;\n    font-weight: 800;\n  }\n\n  .fsb-results { background: var(--fsb-cream); }\n\n  .fsb-result {\n    padding: 14px;\n    border: 1px solid rgba(77, 86, 50, 0.15);\n    border-radius: 14px;\n    background: rgba(255,255,255,0.64);\n  }\n\n  .fsb-result strong { display: block; margin-bottom: 4px; color: var(--fsb-green-dark); font-size: 15px; }\n  .fsb-result p { color: var(--fsb-muted); font-size: 13px; }\n\n  .fsb-faq details {\n    overflow: hidden;\n    margin-bottom: 9px;\n    border: 1px solid rgba(77, 86, 50, 0.15);\n    border-radius: 14px;\n    background: var(--fsb-cream);\n  }\n\n  .fsb-faq details:last-child { margin-bottom: 0; }\n\n  .fsb-faq summary {\n    position: relative;\n    padding: 14px 41px 14px 13px;\n    color: var(--fsb-green-dark);\n    cursor: pointer;\n    list-style: none;\n    font-size: 14px;\n    font-weight: 800;\n    line-height: 1.35;\n  }\n\n  .fsb-faq summary::-webkit-details-marker { display: none; }\n\n  .fsb-faq summary::after {\n    content: \"+\";\n    position: absolute;\n    top: 50%;\n    right: 14px;\n    color: var(--fsb-green);\n    font-size: 23px;\n    font-weight: 500;\n    transform: translateY(-50%);\n  }\n\n  .fsb-faq details[open] summary::after { content: \"\\2212\"; }\n\n  .fsb-answer {\n    padding: 0 13px 14px;\n    color: var(--fsb-muted);\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .fsb-cta {\n    padding: 21px 15px;\n    border-radius: 20px;\n    background: linear-gradient(145deg, #4d5632, #353d22);\n    color: #fff;\n    text-align: center;\n    box-shadow: var(--fsb-shadow);\n  }\n\n  .fsb-cta h2 { margin-bottom: 8px; color: #fff; }\n  .fsb-cta p { color: rgba(255,255,255,0.86); }\n\n  .fsb-cta-note {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    margin-top: 13px;\n    padding: 8px 11px;\n    border: 1px solid rgba(255,255,255,0.18);\n    border-radius: 999px;\n    background: rgba(255,255,255,0.12);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .fsb-review {\n    text-align: center;\n  }\n\n  .fsb-review-tags {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 7px;\n    margin-top: 12px;\n  }\n\n  .fsb-review-tags span {\n    padding: 7px 9px;\n    border: 1px solid rgba(77, 86, 50, 0.15);\n    border-radius: 999px;\n    background: var(--fsb-cream);\n    color: var(--fsb-green-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  \/* HEAR FROM YOU SECTION *\/\n  .fsb-hear {\n    text-align: center;\n    background: linear-gradient(145deg, var(--fsb-cream), var(--fsb-soft));\n    border: 1.5px solid rgba(77, 86, 50, 0.18);\n  }\n\n  .fsb-hear-icon {\n    font-size: 48px;\n    margin-bottom: 10px;\n    display: block;\n    animation: fsbFloat 3s ease-in-out infinite;\n  }\n\n  .fsb-hear h2 {\n    color: var(--fsb-green-dark);\n    margin-bottom: 8px;\n  }\n\n  .fsb-hear p {\n    color: var(--fsb-muted);\n    max-width: 480px;\n    margin: 0 auto 18px;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n  .fsb-hear-prompts {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: center;\n    gap: 8px;\n    margin-bottom: 20px;\n  }\n\n  .fsb-hear-prompt {\n    padding: 8px 13px;\n    border: 1.5px solid rgba(77, 86, 50, 0.20);\n    border-radius: 999px;\n    background: #fff;\n    color: var(--fsb-green-dark);\n    font-size: 12px;\n    font-weight: 800;\n  }\n\n  .fsb-hear-divider {\n    width: 48px;\n    height: 3px;\n    background: var(--fsb-green);\n    border-radius: 99px;\n    margin: 0 auto 20px;\n    opacity: 0.35;\n  }\n\n  .fsb-hear-note {\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    padding: 9px 14px;\n    border-radius: 999px;\n    background: var(--fsb-green);\n    color: #fff;\n    font-size: 12px;\n    font-weight: 800;\n    margin-bottom: 22px;\n  }\n\n  @media (min-width: 640px) {\n    .fsb-routine,\n    .fsb-result-grid {\n      grid-template-columns: repeat(3, 1fr);\n    }\n\n    .fsb-kit-grid,\n    .fsb-benefit-grid {\n      grid-template-columns: 1fr 1fr;\n    }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .fsb-step::after,\n    .fsb-step-icon,\n    .fsb-hear-icon {\n      animation: none;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fsb-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"fsb-hero\"\u003e\n\u003cdiv class=\"fsb-badge\"\u003e🐾 FurSociety Bundle\u003c\/div\u003e\n\u003ch2\u003eComplete Washing \u0026amp; Grooming Bundle\u003c\/h2\u003e\n\u003cp class=\"fsb-subtitle\"\u003e\u003cstrong\u003eWash smarter. Groom better. Enjoy fewer loose hairs around your home.\u003c\/strong\u003e\u003cbr\u003eBring two complementary FurSociety kits together for a simple head-to-tail grooming routine at home.\u003c\/p\u003e\n\u003cdiv class=\"fsb-pills\"\u003e\n\u003cspan class=\"fsb-pill\"\u003e🐶 Dogs \u0026amp; Cats\u003c\/span\u003e \u003cspan class=\"fsb-pill\"\u003e✨ 8 Pieces Included\u003c\/span\u003e \u003cspan class=\"fsb-pill\"\u003e💰 Better Bundle Value\u003c\/span\u003e \u003cspan class=\"fsb-pill\"\u003e🛁 Wet \u0026amp; Dry Grooming\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-routine\"\u003e\n\u003cdiv class=\"fsb-step\"\u003e\n\u003cdiv class=\"fsb-step-icon\"\u003e🪮\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e1. Deshed\u003c\/strong\u003e\u003csmall\u003eLift loose undercoat and work through tangles before bath time.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-step\"\u003e\n\u003cdiv class=\"fsb-step-icon\"\u003e🛁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e2. Wash \u0026amp; Massage\u003c\/strong\u003e\u003csmall\u003eLoosen dirt and fur while gently working shampoo through the coat.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-step\"\u003e\n\u003cdiv class=\"fsb-step-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e3. Smooth \u0026amp; Finish\u003c\/strong\u003e\u003csmall\u003eComb through the coat after drying for a neat, polished finish.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-highlight\"\u003eTwo useful kits. One easy grooming routine. 🐕🐈\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WHAT IS INCLUDED --\u003e\n\u003csection class=\"fsb-section\"\u003e\n\u003ch2\u003eWhat is included in your bundle? 🎁\u003c\/h2\u003e\n\u003cp style=\"color: #626057;\"\u003eGet eight useful grooming pieces that work together before, during and after bath time.\u003c\/p\u003e\n\u003cdiv class=\"fsb-kit-grid\"\u003e\n\u003cdiv class=\"fsb-kit-card\"\u003e\n\u003cdiv class=\"fsb-kit-top\"\u003e\n\u003cdiv class=\"fsb-round-icon\"\u003e🪮\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e4-in-1 Deshedding Kit\u003c\/h3\u003e\n\u003cp style=\"color: #626057; font-size: 13px;\"\u003eFor loose fur, undercoat and tangles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 \u003cstrong\u003eDeshedding Rake\u003c\/strong\u003e — targets loose undercoat.\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cstrong\u003eDeshedding Blade\u003c\/strong\u003e — helps lift stubborn loose fur.\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cstrong\u003eFlea Comb\u003c\/strong\u003e — catches flea dirt, debris and loose hair.\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cstrong\u003ePet Comb\u003c\/strong\u003e — detangles and smooths the coat.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-kit-card\"\u003e\n\u003cdiv class=\"fsb-kit-top\"\u003e\n\u003cdiv class=\"fsb-round-icon\"\u003e🛁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003e4-in-1 Washing Kit\u003c\/h3\u003e\n\u003cp style=\"color: #626057; font-size: 13px;\"\u003eFor a gentler, more thorough bath-time routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cul\u003e\n\u003cli\u003e🔹 \u003cstrong\u003eTwo Grooming Gloves\u003c\/strong\u003e — massage the coat and help loosen fur while washing.\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cstrong\u003eSilicone Massage Brush\u003c\/strong\u003e — helps work shampoo through the coat.\u003c\/li\u003e\n\u003cli\u003e🔹 \u003cstrong\u003eFine-Tooth Comb\u003c\/strong\u003e — tidies finer areas and helps catch debris.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- BENEFITS --\u003e\n\u003csection class=\"fsb-section fsb-dark\"\u003e\n\u003ch2\u003eWhy pet owners choose the bundle ⭐\u003c\/h2\u003e\n\u003cp\u003eMore coverage than a single brush and better value than buying tools one at a time.\u003c\/p\u003e\n\u003cdiv class=\"fsb-benefit-grid\"\u003e\n\u003cdiv class=\"fsb-benefit\"\u003e\n\u003cdiv class=\"fsb-benefit-icon\"\u003e💸\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eBetter Value in One Bundle\u003c\/h3\u003e\n\u003cp\u003eBuild a more complete grooming routine while saving compared with purchasing both kits separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-benefit\"\u003e\n\u003cdiv class=\"fsb-benefit-icon\"\u003e🏠\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLess Loose Fur Around Your Home\u003c\/h3\u003e\n\u003cp\u003eRemove loose hair during grooming before it spreads across your couch, carpets, clothes and car seats.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-benefit\"\u003e\n\u003cdiv class=\"fsb-benefit-icon\"\u003e🛁\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eWash More Thoroughly\u003c\/h3\u003e\n\u003cp\u003eUse the gloves and silicone brush to work through the coat during bath time and help lift dirt and loose fur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-benefit\"\u003e\n\u003cdiv class=\"fsb-benefit-icon\"\u003e🐕🐈\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eSuitable for Dogs \u0026amp; Cats\u003c\/h3\u003e\n\u003cp\u003eAdapt your routine to your pet's coat type and comfort level using light, gentle strokes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-benefit\"\u003e\n\u003cdiv class=\"fsb-benefit-icon\"\u003e🤝\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eA Calmer Bonding Routine\u003c\/h3\u003e\n\u003cp\u003eThe grooming gloves mimic the feel of your hand, making them a useful starting point for pets that are nervous around brushes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-benefit\"\u003e\n\u003cdiv class=\"fsb-benefit-icon\"\u003e✨\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eA Neater, Smoother Coat\u003c\/h3\u003e\n\u003cp\u003eRegular deshedding, washing and combing helps manage tangles and maintain a tidier, well-groomed appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- VALUE --\u003e\n\u003csection class=\"fsb-value\"\u003e\n\u003ch2\u003eStop buying grooming tools one at a time. 🐾\u003c\/h2\u003e\n\u003cp\u003eThe FurSociety Complete Washing \u0026amp; Grooming Bundle brings together everything you need for a practical at-home routine — from the first brush to the final comb-through.\u003c\/p\u003e\n\u003cdiv class=\"fsb-value-badge\"\u003e💰 Bundle together and save\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- EXPECTED RESULTS --\u003e\n\u003csection class=\"fsb-section fsb-results\"\u003e\n\u003ch2\u003eResults pet owners can look forward to ✨\u003c\/h2\u003e\n\u003cp style=\"color: #626057;\"\u003eConsistent grooming helps keep loose fur under control and makes regular pet care easier to manage.\u003c\/p\u003e\n\u003cdiv class=\"fsb-result-grid\"\u003e\n\u003cdiv class=\"fsb-result\"\u003e\n\u003cstrong\u003e🐾 Less Loose Fur\u003c\/strong\u003e\n\u003cp\u003eRemove loose hair at the source before it ends up around your home, car and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-result\"\u003e\n\u003cstrong\u003e🛁 A Cleaner, Fresher Coat\u003c\/strong\u003e\n\u003cp\u003eWork through the coat during bath time to help lift dirt, debris and loose fur.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-result\"\u003e\n\u003cstrong\u003e✨ A Smoother Finish\u003c\/strong\u003e\n\u003cp\u003eDetangle and comb through the coat after drying for a softer, better-maintained appearance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ --\u003e\n\u003csection class=\"fsb-section fsb-faq\"\u003e\n\u003ch2\u003eFrequently asked questions ❓\u003c\/h2\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat exactly comes in this bundle?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eYou receive two complete kits with eight pieces in total. The 4-in-1 Deshedding Kit includes a deshedding rake, deshedding blade, flea comb and pet comb. The 4-in-1 Washing Kit includes two grooming gloves, a silicone massage brush and a fine-tooth comb.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs the bundle suitable for both dogs and cats?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eYes. The bundle can be used for dogs and cats. Introduce each tool slowly, use light strokes and adjust your routine to suit your pet's coat thickness and comfort level.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I use both kits together?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eStart with the Deshedding Kit before bath time to lift loose fur and gently work through tangles. During the bath, use the grooming gloves or silicone massage brush to help work shampoo through the coat. After rinsing and drying, finish with the appropriate comb for a smoother, tidier coat.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan I use the Washing Kit without water?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eYes. The grooming gloves and silicone massage brush can also be used dry for a quick brush-out between baths.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eAre the tools gentle enough for sensitive pets?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eThe tools are intended for gentle grooming when used correctly. Start with light, smooth strokes and avoid applying excessive pressure. Do not use the tools on broken, irritated or inflamed skin.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow often should I groom my pet?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eGrooming frequency depends on your pet's coat and shedding level. A weekly routine is a practical starting point. Pets that shed heavily may benefit from additional gentle deshedding sessions between baths.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow do I clean the tools?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eRemove collected fur after each use. Rinse the washable parts with warm water and mild soap, then allow them to air dry fully before storing. Avoid soaking handled tools for extended periods.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eIs this a good gift for a pet owner?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eYes. It is a practical gift for dog and cat owners who want a more complete at-home grooming routine without buying tools individually.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow long does delivery take?\u003c\/summary\u003e\n\u003cdiv class=\"fsb-answer\"\u003eOrders are typically delivered across South Africa within \u003cstrong\u003e8–11 business days\u003c\/strong\u003e. You will receive a tracking number once your order has been dispatched. Courier delays outside FurSociety's control may occasionally affect the delivery time.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"fsb-cta\"\u003e\n\u003ch2\u003eA cleaner pet. A tidier home. One convenient bundle. 🐾\u003c\/h2\u003e\n\u003cp\u003eChoose the Complete Washing \u0026amp; Grooming Bundle above and make your pet-care routine easier from bath time to final brush.\u003c\/p\u003e\n\u003cdiv class=\"fsb-cta-note\"\u003e🚚 Delivery across South Africa: 8–11 business days\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- WE'D LIKE TO HEAR FROM YOU --\u003e\n\u003csection class=\"fsb-section fsb-hear\"\u003e\u003cspan class=\"fsb-hear-icon\"\u003e💬\u003c\/span\u003e\n\u003ch2\u003eWe'd love to hear from you 🐾\u003c\/h2\u003e\n\u003cp\u003eDid the bundle make grooming easier? Did your pet actually enjoy it? Your honest experience helps other pet owners make the right choice — and it means the world to us.\u003c\/p\u003e\n\u003cdiv class=\"fsb-hear-prompts\"\u003e\n\u003cspan class=\"fsb-hear-prompt\"\u003e🪮 Did it reduce shedding?\u003c\/span\u003e \u003cspan class=\"fsb-hear-prompt\"\u003e🛁 How was bath time?\u003c\/span\u003e \u003cspan class=\"fsb-hear-prompt\"\u003e🐶 How did your pet react?\u003c\/span\u003e \u003cspan class=\"fsb-hear-prompt\"\u003e✨ Was the coat noticeably better?\u003c\/span\u003e \u003cspan class=\"fsb-hear-prompt\"\u003e🎁 Would you gift it?\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fsb-hear-note\"\u003e Every review helps a fellow pet owner\u003c\/div\u003e\n\u003cdiv class=\"fsb-hear-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Judge.me widget goes here --\u003e\u003c\/section\u003e\n\u003c\/div\u003e","brand":"FurSociety","offers":[{"title":"Default Title","offer_id":48428202983649,"sku":null,"price":699.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/2458\/4673\/files\/WASHING_AND_DESHEDDING_BUNDLE.png?v=1780235588","url":"https:\/\/fursociety.co.za\/products\/washing-grooming-bundle","provider":"FurSociety","version":"1.0","type":"link"}