{"product_id":"furuniverse™-pet-oral-freshening-spray","title":"FurUniverse™ Pet Oral Freshening Spray","description":"\u003cstyle\u003e\n  .fu-oral {\n    --blue: #1672b8;\n    --dark-blue: #07558f;\n    --light-blue: #eef8ff;\n    --soft-blue: #dff2ff;\n    --text: #17324a;\n    --white: #ffffff;\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--text);\n    max-width: 1100px;\n    margin: 0 auto;\n    padding: 20px 14px;\n  }\n\n  .fu-oral * {\n    box-sizing: border-box;\n  }\n\n  .fu-hero {\n    background: linear-gradient(135deg, #eef9ff, #ffffff);\n    border-radius: 24px;\n    padding: 38px 25px;\n    text-align: center;\n    margin-bottom: 18px;\n    border: 1px solid #d8efff;\n  }\n\n  .fu-badge {\n    display: inline-block;\n    background: var(--blue);\n    color: white;\n    padding: 8px 17px;\n    border-radius: 30px;\n    font-size: 13px;\n    font-weight: 700;\n    letter-spacing: .5px;\n    margin-bottom: 14px;\n  }\n\n  .fu-hero h2 {\n    color: var(--dark-blue);\n    font-size: clamp(28px, 5vw, 45px);\n    line-height: 1.1;\n    margin: 5px 0 15px;\n    font-weight: 800;\n  }\n\n  .fu-hero p {\n    max-width: 760px;\n    margin: 0 auto;\n    font-size: 17px;\n    line-height: 1.7;\n  }\n\n  .fu-highlight {\n    margin-top: 24px;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 12px;\n  }\n\n  .fu-highlight div {\n    background: white;\n    border-radius: 16px;\n    padding: 17px 10px;\n    box-shadow: 0 4px 18px rgba(20, 110, 170, .08);\n  }\n\n  .fu-highlight strong {\n    display: block;\n    color: var(--blue);\n    font-size: 16px;\n    margin-bottom: 5px;\n  }\n\n  .fu-highlight span {\n    font-size: 13px;\n  }\n\n  .fu-section {\n    background: var(--light-blue);\n    border-radius: 24px;\n    padding: 32px 22px;\n    margin: 18px 0;\n  }\n\n  .fu-title {\n    text-align: center;\n    color: var(--dark-blue);\n    font-size: 27px;\n    margin: 0 0 22px;\n    font-weight: 800;\n  }\n\n  .fu-benefits {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 14px;\n  }\n\n  .fu-card {\n    background: white;\n    border-radius: 18px;\n    padding: 22px;\n    border: 1px solid #d9efff;\n  }\n\n  .fu-icon {\n    font-size: 27px;\n    margin-bottom: 8px;\n  }\n\n  .fu-card h3 {\n    margin: 0 0 8px;\n    color: var(--dark-blue);\n    font-size: 18px;\n  }\n\n  .fu-card p {\n    margin: 0;\n    line-height: 1.6;\n    font-size: 14px;\n  }\n\n  .fu-emotional {\n    background: linear-gradient(135deg, #0863a5, #168bd0);\n    color: white;\n    text-align: center;\n    border-radius: 24px;\n    padding: 38px 25px;\n    margin: 18px 0;\n  }\n\n  .fu-emotional h2 {\n    margin: 0 0 12px;\n    font-size: 29px;\n  }\n\n  .fu-emotional p {\n    max-width: 720px;\n    margin: auto;\n    line-height: 1.7;\n    font-size: 16px;\n  }\n\n  .fu-ingredients {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 12px;\n  }\n\n  .fu-ingredient {\n    background: white;\n    border-radius: 17px;\n    padding: 18px 10px;\n    text-align: center;\n    border: 1px solid #d9efff;\n  }\n\n  .fu-ingredient .emoji {\n    font-size: 29px;\n    display: block;\n    margin-bottom: 9px;\n  }\n\n  .fu-ingredient strong {\n    color: var(--dark-blue);\n    font-size: 14px;\n  }\n\n  .fu-ingredient small {\n    display: block;\n    margin-top: 5px;\n    font-size: 12px;\n    line-height: 1.4;\n  }\n\n  .fu-how {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 14px;\n  }\n\n  .fu-step {\n    background: white;\n    border-radius: 18px;\n    padding: 23px 17px;\n    text-align: center;\n  }\n\n  .fu-number {\n    width: 40px;\n    height: 40px;\n    margin: 0 auto 12px;\n    border-radius: 50%;\n    background: var(--blue);\n    color: white;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 800;\n    font-size: 18px;\n  }\n\n  .fu-step h3 {\n    color: var(--dark-blue);\n    margin: 5px 0 8px;\n    font-size: 17px;\n  }\n\n  .fu-step p {\n    margin: 0;\n    font-size: 13px;\n    line-height: 1.55;\n  }\n\n  .fu-final {\n    text-align: center;\n    padding: 30px 20px;\n    background: #f7fcff;\n    border-radius: 24px;\n    border: 1px solid #d8efff;\n  }\n\n  .fu-final h2 {\n    color: var(--dark-blue);\n    font-size: 27px;\n    margin: 0 0 10px;\n  }\n\n  .fu-final p {\n    max-width: 700px;\n    margin: auto;\n    line-height: 1.65;\n  }\n\n  @media (max-width: 700px) {\n    .fu-oral {\n      padding: 10px 8px;\n    }\n\n    .fu-hero {\n      padding: 30px 18px;\n      border-radius: 20px;\n    }\n\n    .fu-highlight {\n      grid-template-columns: 1fr;\n    }\n\n    .fu-benefits {\n      grid-template-columns: 1fr;\n    }\n\n    .fu-ingredients {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .fu-how {\n      grid-template-columns: 1fr;\n    }\n\n    .fu-section {\n      padding: 28px 15px;\n    }\n\n    .fu-emotional {\n      padding: 32px 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"fu-oral\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"fu-hero\"\u003e\n\u003cspan class=\"fu-badge\"\u003e🐾 EVERYDAY PET ORAL CARE\u003c\/span\u003e\n\u003ch2\u003eFresh Breath.\u003cbr\u003eHappier Kisses. 💙\u003c\/h2\u003e\n\u003cp\u003eKeep your furry friend's breath feeling fresh and their daily oral-care routine simple with the \u003cstrong\u003eFur Universe™ Pet Oral Freshening Spray.\u003c\/strong\u003e A quick, convenient way to freshen your pet's mouth without the struggle of traditional brushing.\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0998\/0133\/4077\/files\/ORAL.png?v=1788203121\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cdiv class=\"fu-highlight\"\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e🌿 Botanical Ingredients\u003c\/strong\u003e \u003cspan\u003eMade with a blend of plant-based ingredients.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e💨 Quick \u0026amp; Easy\u003c\/strong\u003e \u003cspan\u003eA simple spray makes everyday oral care effortless.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003e🐶🐱 Pet Friendly\u003c\/strong\u003e \u003cspan\u003eDesigned for convenient oral care for pets.\u003c\/span\u003e\u003cspan\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- WHY YOU'LL LOVE IT --\u003e\u003c!-- EMOTIONAL SECTION --\u003e\n\u003cdiv class=\"fu-emotional\"\u003e\n\u003ch2\u003eBecause Every Kiss Deserves To Be Fresh. 🐶💙\u003c\/h2\u003e\n\u003cp\u003eYour pet gives you unconditional love every single day. From morning cuddles to those little kisses you secretly can't resist, they deserve a little love in return. Make oral care a simple part of their routine and enjoy more fresh-breath moments together. 🐾\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- INGREDIENTS --\u003e\n\u003cdiv class=\"fu-section\"\u003e\n\u003ch2 class=\"fu-title\"\u003e🌿 What's Inside?\u003c\/h2\u003e\n\u003cdiv class=\"fu-ingredients\"\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e🌼\u003c\/span\u003e \u003cstrong\u003eTagetes Erecta\u003c\/strong\u003e \u003csmall\u003eBotanical ingredient used in the formula.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e💧\u003c\/span\u003e \u003cstrong\u003eGlycerol\u003c\/strong\u003e \u003csmall\u003eSupporting ingredient commonly used in oral-care formulas.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e🌿\u003c\/span\u003e \u003cstrong\u003eMint\u003c\/strong\u003e \u003csmall\u003eKnown for its refreshing properties.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e🌱\u003c\/span\u003e \u003cstrong\u003eAloe\u003c\/strong\u003e \u003csmall\u003eA botanical ingredient included in the formula.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e💜\u003c\/span\u003e \u003cstrong\u003eLavender\u003c\/strong\u003e \u003csmall\u003eA botanical ingredient included in the blend.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e🌸\u003c\/span\u003e \u003cstrong\u003eHoneysuckle Flower\u003c\/strong\u003e \u003csmall\u003eBotanical flower ingredient used in the formula.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-ingredient\"\u003e\n\u003cspan class=\"emoji\"\u003e🍃\u003c\/span\u003e \u003cstrong\u003ePurslane\u003c\/strong\u003e \u003csmall\u003eBotanical ingredient included in the blend.\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HOW TO USE --\u003e\n\u003cdiv class=\"fu-section\"\u003e\n\u003ch2 class=\"fu-title\"\u003e💙 So Easy To Use\u003c\/h2\u003e\n\u003cdiv class=\"fu-how\"\u003e\n\u003cdiv class=\"fu-step\"\u003e\n\u003cdiv class=\"fu-number\"\u003e1\u003c\/div\u003e\n\u003ch3\u003ePrepare\u003c\/h3\u003e\n\u003cp\u003eGently lift your pet's lip to expose the teeth and gums.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-step\"\u003e\n\u003cdiv class=\"fu-number\"\u003e2\u003c\/div\u003e\n\u003ch3\u003eSpray\u003c\/h3\u003e\n\u003cp\u003eApply the spray according to the product's recommended directions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"fu-step\"\u003e\n\u003cdiv class=\"fu-number\"\u003e3\u003c\/div\u003e\n\u003ch3\u003eEnjoy Fresh Kisses\u003c\/h3\u003e\n\u003cp\u003eMake it part of your pet's regular oral-care routine. 🐾\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FINAL CTA --\u003e\n\u003cdiv class=\"fu-final\"\u003e\n\u003ch2\u003e🐾 Make Fresh Breath Part Of Their Routine\u003c\/h2\u003e\n\u003cp\u003eSmall steps can make everyday pet care feel so much easier. Give your furry companion the simple oral-care routine they deserve and get back to what matters most — \u003cstrong\u003emore cuddles, more kisses, and more happy moments together. 💙\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Fur Universe","offers":[{"title":"Default Title","offer_id":52900448698685,"sku":null,"price":9.99,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0998\/0133\/4077\/files\/FUR_UNIVERSE_ORAL_SPRAY_2.png?v=1787232261","url":"https:\/\/furuniverse.co.za\/products\/furuniverse%e2%84%a2-pet-oral-freshening-spray","provider":"Fur Universe","version":"1.0","type":"link"}