{"product_id":"skinsoothe-canine-100ml-aluminium","title":"skinSOOTHE Canine – 100ml Aluminium","description":"\u003c!-- skinSOOTHE Canine – FurSociety – Matches grooming kit pattern exactly --\u003e\n\u003cstyle\u003e\n  .fss-section {\n    --fs-cream: #f6efe3;\n    --fs-cream-light: #fffaf1;\n    --fs-charcoal: #252525;\n    --fs-olive: #3f4728;\n    --fs-olive-dark: #293018;\n    --fs-rust: #b45f3d;\n    --fs-gold: #d1a85c;\n    --fs-card: rgba(255,250,241,0.90);\n    --fs-border: rgba(63,71,40,0.18);\n    --fs-shadow: 0 18px 48px rgba(37,37,37,0.12);\n    width: 100%;\n    padding: 34px 0;\n    background:\n      radial-gradient(circle at 10% 8%, rgba(74,124,89,0.10), transparent 28%),\n      radial-gradient(circle at 90% 6%, rgba(209,168,92,0.12), transparent 28%),\n      linear-gradient(135deg, #ece5d8 0%, #f7f1e7 52%, #fffaf1 100%);\n    color: var(--fs-charcoal);\n    font-family: Inter, Arial, Helvetica, sans-serif;\n    overflow: hidden;\n    -webkit-font-smoothing: antialiased;\n    text-rendering: optimizeLegibility;\n  }\n  .fss-section * { box-sizing: border-box; }\n  .fss-section img, .fss-section svg { max-width: 100%; display: block; }\n\n  .fss-wrap {\n    width: 100%;\n    max-width: 1160px;\n    margin: 0 auto;\n    padding: 0 14px;\n  }\n\n  .fss-badge {\n    display: inline-flex;\n    justify-content: center;\n    align-items: center;\n    gap: 7px;\n    padding: 9px 13px;\n    border-radius: 999px;\n    border: 1px solid var(--fs-border);\n    background: rgba(255,255,255,0.62);\n    color: var(--fs-olive);\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n  }\n\n  .fss-subtitle {\n    margin: 14px 0 0;\n    color: rgba(37,37,37,0.76);\n    font-size: 15px;\n    line-height: 1.62;\n  }\n\n  .fss-pills {\n    margin-top: 18px;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n  }\n  .fss-pill {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 100%;\n    padding: 13px 14px;\n    border-radius: 16px;\n    background: var(--fs-olive);\n    color: #fff;\n    box-shadow: 0 12px 26px rgba(63,71,40,0.20);\n    font-size: 14px;\n    font-weight: 900;\n  }\n  .fss-pill.light {\n    background: rgba(255,255,255,0.76);\n    color: var(--fs-olive);\n    border: 1px solid var(--fs-border);\n    box-shadow: none;\n  }\n\n  .fss-highlight-strip {\n    margin-top: 18px;\n    padding: 18px;\n    border-radius: 24px;\n    background: linear-gradient(135deg, var(--fs-olive), var(--fs-olive-dark));\n    color: #fff;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    box-shadow: 0 16px 38px rgba(63,71,40,0.24);\n  }\n  .fss-highlight-item {\n    text-align: center;\n    font-weight: 850;\n    letter-spacing: 0.02em;\n    font-size: 13.5px;\n  }\n\n  .fss-relief-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 9px;\n    margin-top: 26px;\n  }\n  .fss-relief-chip {\n    border: 1px solid var(--fs-border);\n    background: rgba(247,241,232,0.92);\n    border-radius: 15px;\n    padding: 12px 8px;\n    text-align: center;\n    color: var(--fs-olive);\n    font-size: 13px;\n    font-weight: 900;\n  }\n\n  .fss-features {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 26px;\n  }\n  .fss-feature {\n    display: grid;\n    grid-template-columns: 50px 1fr;\n    gap: 12px;\n    align-items: start;\n    padding: 17px;\n    border-radius: 22px;\n    background: rgba(244,236,224,0.88);\n    border: 1px solid var(--fs-border);\n    box-shadow: 0 10px 26px rgba(34,34,34,0.05);\n    opacity: 0;\n    transform: translateY(18px);\n    transition: opacity 0.7s ease, transform 0.7s ease;\n  }\n  .fss-feature.visible { opacity: 1; transform: translateY(0); }\n  .fss-icon {\n    width: 46px;\n    height: 46px;\n    border-radius: 16px;\n    background: rgba(63,71,40,0.11);\n    display: grid;\n    place-items: center;\n    font-size: 22px;\n  }\n  .fss-feature h3 {\n    margin: 0 0 6px;\n    color: var(--fs-olive);\n    font-size: 16px;\n    line-height: 1.2;\n    font-weight: 950;\n  }\n  .fss-feature p {\n    margin: 0;\n    color: rgba(37,37,37,0.70);\n    font-size: 14px;\n    line-height: 1.55;\n  }\n\n  \/* PANELS – always single column, no side-by-side *\/\n  .fss-panel {\n    border-radius: 26px;\n    background: rgba(255,250,241,0.78);\n    border: 1px solid var(--fs-border);\n    padding: 22px 16px;\n    box-shadow: 0 10px 30px rgba(34,34,34,0.06);\n    margin-top: 26px;\n  }\n  .fss-panel h2 {\n    margin: 0 0 14px;\n    color: var(--fs-olive);\n    font-size: clamp(20px, 5vw, 28px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n    text-align: center;\n  }\n  .fss-panel p, .fss-panel li {\n    color: rgba(37,37,37,0.72);\n    line-height: 1.65;\n    font-size: 14.5px;\n  }\n  .fss-panel p { margin: 0 0 14px; }\n  .fss-panel ul { margin: 0; padding-left: 20px; }\n  .fss-panel li { margin-bottom: 6px; }\n\n  .fss-routine {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    margin-top: 14px;\n  }\n  .fss-routine-step {\n    display: flex;\n    align-items: flex-start;\n    gap: 11px;\n    padding: 14px;\n    border-radius: 18px;\n    background: rgba(244,236,224,0.88);\n    border: 1px solid var(--fs-border);\n  }\n  .fss-routine-step strong {\n    display: grid;\n    place-items: center;\n    min-width: 34px;\n    height: 34px;\n    border-radius: 999px;\n    background: var(--fs-olive);\n    color: #fff;\n    font-size: 13px;\n    flex-shrink: 0;\n  }\n  .fss-routine-step span {\n    color: rgba(37,37,37,0.72);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .fss-trust {\n    margin-top: 26px;\n    padding: 18px;\n    border-radius: 24px;\n    background: linear-gradient(135deg, var(--fs-olive), var(--fs-olive-dark));\n    color: #fff;\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 10px;\n    box-shadow: 0 16px 38px rgba(63,71,40,0.24);\n    text-align: center;\n  }\n  .fss-trust-item { font-weight: 850; font-size: 13.5px; letter-spacing: 0.02em; }\n\n  .fss-faq, .fss-review {\n    margin-top: 26px;\n    padding: 22px 16px;\n    border-radius: 26px;\n    background: rgba(255,250,241,0.78);\n    border: 1px solid var(--fs-border);\n    box-shadow: 0 10px 30px rgba(34,34,34,0.06);\n  }\n  .fss-faq h2, .fss-review h2 {\n    margin: 0 0 6px;\n    color: var(--fs-olive);\n    font-size: clamp(20px, 5vw, 28px);\n    line-height: 1.12;\n    letter-spacing: -0.03em;\n    font-weight: 950;\n    text-align: center;\n  }\n  .fss-section-subtitle {\n    text-align: center;\n    font-size: 14.5px;\n    line-height: 1.6;\n    margin: 0 auto 18px;\n    color: rgba(37,37,37,0.70);\n  }\n  .fss-faq-item {\n    border-radius: 16px;\n    background: rgba(255,255,255,0.68);\n    border: 1px solid var(--fs-border);\n    margin-bottom: 12px;\n    overflow: hidden;\n  }\n  .fss-faq-item summary {\n    cursor: pointer;\n    list-style: none;\n    padding: 16px 46px 16px 16px;\n    font-weight: 900;\n    font-size: 14.5px;\n    position: relative;\n    color: var(--fs-olive);\n    line-height: 1.35;\n    -webkit-tap-highlight-color: transparent;\n  }\n  .fss-faq-item summary::-webkit-details-marker { display: none; }\n  .fss-faq-item summary::after {\n    content: \"+\";\n    position: absolute;\n    right: 16px;\n    top: 50%;\n    transform: translateY(-50%);\n    font-size: 24px;\n    font-weight: 900;\n    color: var(--fs-rust);\n  }\n  .fss-faq-item[open] summary::after { content: \"–\"; }\n  .fss-faq-answer {\n    padding: 0 16px 16px;\n    font-size: 14px;\n    line-height: 1.65;\n    color: rgba(37,37,37,0.72);\n  }\n\n  .fss-review-card {\n    position: relative;\n    overflow: hidden;\n    border-radius: 24px;\n    background: linear-gradient(135deg, rgba(63,71,40,0.96), rgba(41,48,24,0.96));\n    color: white;\n    padding: 22px 16px;\n    box-shadow: 0 16px 38px rgba(63,71,40,0.22);\n  }\n  .fss-review-card::after {\n    content: \"⭐\";\n    position: absolute;\n    right: 14px;\n    top: 4px;\n    font-size: 92px;\n    opacity: 0.08;\n    transform: rotate(12deg);\n  }\n  .fss-review-kicker {\n    position: relative;\n    display: inline-flex;\n    align-items: center;\n    gap: 7px;\n    padding: 8px 11px;\n    border-radius: 999px;\n    background: rgba(255,255,255,0.13);\n    border: 1px solid rgba(255,255,255,0.18);\n    font-size: 11px;\n    font-weight: 900;\n    text-transform: uppercase;\n    letter-spacing: 0.04em;\n  }\n  .fss-review-card h3 {\n    position: relative;\n    margin: 14px 0 8px;\n    font-size: clamp(18px, 5vw, 26px);\n    line-height: 1.14;\n    letter-spacing: -0.025em;\n    color: #fff;\n  }\n  .fss-review-card p {\n    position: relative;\n    margin: 0;\n    color: rgba(255,255,255,0.84);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n  .fss-review-prompts {\n    display: grid;\n    grid-template-columns: 1fr;\n    gap: 12px;\n    margin-top: 14px;\n  }\n  .fss-review-prompt {\n    border-radius: 18px;\n    background: rgba(255,255,255,0.70);\n    border: 1px solid var(--fs-border);\n    padding: 16px 14px;\n  }\n  .fss-review-prompt strong {\n    display: block;\n    margin-bottom: 5px;\n    color: var(--fs-olive);\n    font-size: 15px;\n    line-height: 1.25;\n  }\n  .fss-review-prompt span {\n    display: block;\n    color: rgba(37,37,37,0.70);\n    font-size: 14px;\n    line-height: 1.5;\n  }\n  .fss-review-note {\n    margin-top: 14px;\n    border-radius: 16px;\n    padding: 13px 14px;\n    background: rgba(180,95,61,0.10);\n    border: 1px solid rgba(180,95,61,0.22);\n    color: rgba(37,37,37,0.72);\n    font-size: 13.5px;\n    line-height: 1.5;\n    text-align: center;\n  }\n\n  @keyframes fssFadeUp {\n    from { opacity: 0; transform: translateY(18px); }\n    to { opacity: 1; transform: translateY(0); }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .fss-section *, .fss-section *::before, .fss-section *::after {\n      animation-duration: 0.01ms !important;\n      animation-iteration-count: 1 !important;\n      transition-duration: 0.01ms !important;\n    }\n  }\n\n  \/* Only expand pills + highlight strip at wider widths *\/\n  @media (min-width: 500px) {\n    .fss-pills { display: flex; flex-wrap: wrap; }\n    .fss-pill { width: auto; }\n    .fss-highlight-strip { grid-template-columns: repeat(2, 1fr); }\n    .fss-trust { grid-template-columns: repeat(2, 1fr); }\n    .fss-relief-grid { grid-template-columns: repeat(3, 1fr); }\n    .fss-review-prompts { grid-template-columns: repeat(3, 1fr); }\n  }\n  @media (min-width: 700px) {\n    .fss-highlight-strip { grid-template-columns: repeat(4, 1fr); }\n    .fss-trust { grid-template-columns: repeat(4, 1fr); }\n    .fss-features { grid-template-columns: repeat(2, 1fr); gap: 14px; }\n    .fss-routine { grid-template-columns: repeat(2, 1fr); }\n    .fss-panel, .fss-faq, .fss-review { padding: 28px 24px; }\n  }\n  @media (max-width: 380px) {\n    .fss-wrap { padding: 0 10px; }\n    .fss-relief-grid { grid-template-columns: 1fr; }\n  }\n\u003c\/style\u003e\n\n\u003csection class=\"fss-section\"\u003e\n  \u003cdiv class=\"fss-wrap\"\u003e\n\n    \u003c!-- INTRO --\u003e\n    \u003cdiv class=\"fss-badge\"\u003e🌿 100% Natural · For Dogs Only\u003c\/div\u003e\n    \u003cp class=\"fss-subtitle\"\u003eA 100% plant-based skin remedy that soothes and calms irritated, itchy, and allergic dog skin and paws — at home, on the go, or on the trail. No harsh chemicals. No compromise.\u003c\/p\u003e\n\n    \u003cdiv class=\"fss-pills\"\u003e\n      \u003cdiv class=\"fss-pill\"\u003e🌱 Plant-Based Formula\u003c\/div\u003e\n      \u003cdiv class=\"fss-pill light\"\u003e🐕 Dogs Only\u003c\/div\u003e\n      \u003cdiv class=\"fss-pill light\"\u003e✈️ Travel-Friendly Spray\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"fss-highlight-strip\"\u003e\n      \u003cdiv class=\"fss-highlight-item\"\u003e✓ 100% Natural\u003c\/div\u003e\n      \u003cdiv class=\"fss-highlight-item\"\u003e✓ Nothing Synthetic\u003c\/div\u003e\n      \u003cdiv class=\"fss-highlight-item\"\u003e✓ Safe \u0026amp; Gentle\u003c\/div\u003e\n      \u003cdiv class=\"fss-highlight-item\"\u003e✓ On-the-Go Support\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- RELIEF CHIPS --\u003e\n    \u003cdiv class=\"fss-relief-grid\"\u003e\n      \u003cdiv class=\"fss-relief-chip\"\u003e🐾 Skin Allergies\u003c\/div\u003e\n      \u003cdiv class=\"fss-relief-chip\"\u003e🔴 Rashes\u003c\/div\u003e\n      \u003cdiv class=\"fss-relief-chip\"\u003e🌊 Irritated Skin\u003c\/div\u003e\n      \u003cdiv class=\"fss-relief-chip\"\u003e😣 Itching\u003c\/div\u003e\n      \u003cdiv class=\"fss-relief-chip\"\u003e☀️ Sunburn\u003c\/div\u003e\n      \u003cdiv class=\"fss-relief-chip\"\u003e🦟 Insect Bites\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- BENEFITS --\u003e\n    \u003cdiv class=\"fss-features\" id=\"fss-features\"\u003e\n      \u003cdiv class=\"fss-feature\"\u003e\n        \u003cdiv class=\"fss-icon\"\u003e🌿\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eInstant Itch Relief\u003c\/h3\u003e\n          \u003cp\u003eThe plant-based formula gets to work fast — calming the itch-scratch cycle so your dog can finally rest comfortably.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fss-feature\"\u003e\n        \u003cdiv class=\"fss-icon\"\u003e💧\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eSoothes \u0026amp; Hydrates\u003c\/h3\u003e\n          \u003cp\u003eGently moisturises dry, flaky, or inflamed skin and paws without leaving a greasy residue — just soft, calm skin.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fss-feature\"\u003e\n        \u003cdiv class=\"fss-icon\"\u003e🛡️\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eAllergy \u0026amp; Rash Support\u003c\/h3\u003e\n          \u003cp\u003eFormulated to ease the discomfort of environmental and seasonal allergies, rashes, and contact irritation.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fss-feature\"\u003e\n        \u003cdiv class=\"fss-icon\"\u003e🦟\u003c\/div\u003e\n        \u003cdiv\u003e\n          \u003ch3\u003eFly \u0026amp; Mosquito Repellent\u003c\/h3\u003e\n          \u003cp\u003eDoubles as a natural fly and mosquito repellent — keeping biting insects away while soothing existing bites.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- HOW TO USE --\u003e\n    \u003cdiv class=\"fss-panel\"\u003e\n      \u003ch2\u003eHow to Use\u003c\/h2\u003e\n      \u003cp\u003eSimple enough for daily use, effective enough to make a real difference. Shake well before each application.\u003c\/p\u003e\n      \u003cdiv class=\"fss-routine\"\u003e\n        \u003cdiv class=\"fss-routine-step\"\u003e\n\u003cstrong\u003e1\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eShake well\u003c\/strong\u003e before every use to activate the natural ingredients.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"fss-routine-step\"\u003e\n\u003cstrong\u003e2\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eSpray directly\u003c\/strong\u003e onto the affected area — skin, paws, or coat.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"fss-routine-step\"\u003e\n\u003cstrong\u003e3\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eGently massage\u003c\/strong\u003e in or allow to air dry. No rinsing needed.\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003cdiv class=\"fss-routine-step\"\u003e\n\u003cstrong\u003e4\u003c\/strong\u003e\u003cspan\u003e\u003cstrong\u003eRepeat as needed\u003c\/strong\u003e — safe for regular daily use on dogs.\u003c\/span\u003e\n\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- WHAT'S INSIDE --\u003e\n    \u003cdiv class=\"fss-panel\"\u003e\n      \u003ch2\u003eWhat's Inside\u003c\/h2\u003e\n      \u003cp\u003eEvery ingredient is chosen with purpose. No fillers, no synthetics — just nature doing what it does best.\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNon-greasy\u003c\/strong\u003e — absorbs quickly without residue\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNature-inspired\u003c\/strong\u003e — plant-based actives only\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eNothing synthetic\u003c\/strong\u003e — no harsh chemicals or artificial fragrances\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003eSoothing botanicals\u003c\/strong\u003e — calms inflammation and supports skin recovery\u003c\/li\u003e\n        \u003cli\u003e\n\u003cstrong\u003e100 ml\u003c\/strong\u003e spray bottle — glass or aluminium option available\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- TRUST --\u003e\n    \u003cdiv class=\"fss-trust\"\u003e\n      \u003cdiv class=\"fss-trust-item\"\u003e🌱 100% Plant-Based\u003c\/div\u003e\n      \u003cdiv class=\"fss-trust-item\"\u003e🚫 No Harsh Chemicals\u003c\/div\u003e\n      \u003cdiv class=\"fss-trust-item\"\u003e🐾 Safe \u0026amp; Gentle on Skin\u003c\/div\u003e\n      \u003cdiv class=\"fss-trust-item\"\u003e✈️ Home or Travel Ready\u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- FAQ --\u003e\n    \u003cdiv class=\"fss-faq\"\u003e\n      \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n      \u003cp class=\"fss-section-subtitle\"\u003eEverything you need to know about skinSOOTHE Canine — answered honestly.\u003c\/p\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eIs skinSOOTHE Canine safe for all dogs?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eskinSOOTHE Canine is formulated for dogs only and is made from 100% natural, plant-based ingredients with nothing synthetic. It is designed to be safe and gentle for regular use. If your dog has a known sensitivity to specific botanicals or is on veterinary treatment, we recommend consulting your vet before use.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eCan I use it on puppies?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eskinSOOTHE Canine is intended for adult dogs. For puppies or very young dogs, we recommend checking with your veterinarian first, as their skin can be more sensitive during early development.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eHow often can I apply it?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eThe spray is safe for daily use. You can apply it as often as needed — whether that's once a day for maintenance or multiple times a day during a flare-up. Always shake well before each use.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eWhat's the difference between the glass and aluminium bottle?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eBoth bottles contain exactly the same 100% natural skinSOOTHE Canine formula. The glass bottle is ideal for home use and is a more premium, eco-conscious option. The aluminium bottle is lightweight and virtually unbreakable — perfect for travel, hikes, or keeping in your bag.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eDoes it work as a mosquito and fly repellent?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eYes! skinSOOTHE Canine can also be used as a natural fly and mosquito repellent for your dog's skin and paws. It's a great dual-purpose spray for outdoor adventures.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eDo I need to rinse it off after applying?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eNo rinsing required. Simply spray onto the affected area, gently massage in if desired, and allow to air dry. The formula is designed to absorb and work without needing to be washed off.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eIs it safe if my dog licks the area after application?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eskinSOOTHE Canine is free from synthetic chemicals and harsh toxins. We recommend allowing the spray to dry before your dog has access to lick the area. If you have concerns, consult your vet.\u003c\/div\u003e\n      \u003c\/details\u003e\n      \u003cdetails class=\"fss-faq-item\"\u003e\n        \u003csummary\u003eCan I use it on cats?\u003c\/summary\u003e\n        \u003cdiv class=\"fss-faq-answer\"\u003eNo — skinSOOTHE Canine is formulated specifically for dogs only. Cats have very different skin sensitivities and metabolise certain plant compounds differently. Please do not use this product on cats.\u003c\/div\u003e\n      \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- REVIEW --\u003e\n    \u003cdiv class=\"fss-review\"\u003e\n      \u003ch2\u003eWe'd Love to Hear From You 🐾\u003c\/h2\u003e\n      \u003cp class=\"fss-section-subtitle\"\u003eYour experience helps other pet parents make the best choice for their dogs.\u003c\/p\u003e\n      \u003cdiv class=\"fss-review-card\"\u003e\n        \u003cdiv class=\"fss-review-kicker\"\u003e⭐ Leave a Review\u003c\/div\u003e\n        \u003ch3\u003eDid skinSOOTHE make a difference?\u003c\/h3\u003e\n        \u003cp\u003eWhether it calmed an itch, soothed a rash, or became part of your daily routine — we want to know. Real reviews from real pet parents mean the world to us.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fss-review-prompts\"\u003e\n        \u003cdiv class=\"fss-review-prompt\"\u003e\n          \u003cstrong\u003e🐕 Share your dog's story\u003c\/strong\u003e\n          \u003cspan\u003eTell us what condition you were treating and how quickly you noticed a difference.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fss-review-prompt\"\u003e\n          \u003cstrong\u003e📸 Add a photo\u003c\/strong\u003e\n          \u003cspan\u003eBefore and after photos are incredibly helpful for other pet parents researching solutions.\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"fss-review-prompt\"\u003e\n          \u003cstrong\u003e⭐ Rate your experience\u003c\/strong\u003e\n          \u003cspan\u003eEven a quick star rating helps other dog owners feel confident in their choice.\u003c\/span\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"fss-review-note\"\u003e💬 Scroll up to the Reviews section to leave your review — we read every single one and truly appreciate your feedback.\u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003cscript\u003e\n  (function() {\n    var items = document.querySelectorAll('.fss-feature');\n    if (!items.length) return;\n    var io = new IntersectionObserver(function(entries) {\n      entries.forEach(function(e) {\n        if (e.isIntersecting) { e.target.classList.add('visible'); io.unobserve(e.target); }\n      });\n    }, { threshold: 0.15 });\n    items.forEach(function(el) { io.observe(el); });\n  })();\n\u003c\/script\u003e","brand":"skinSOOTHE","offers":[{"title":"Aluminium","offer_id":48860273311969,"sku":null,"price":169.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0831\/2458\/4673\/files\/skinSOOTHEClassicCanineAluminium100ml1.png?v=1785995503","url":"https:\/\/fursociety.co.za\/products\/skinsoothe-canine-100ml-aluminium","provider":"FurSociety","version":"1.0","type":"link"}