{"title":"The Groom Room","description":null,"products":[{"product_id":"🐾-static-grooming-gloves","title":"🐾 Static Grooming Gloves","description":"\u003c!-- HOUSE OF TAILS™ | PREMIUM STATIC HAIR REMOVAL GLOVES --\u003e\n\u003cstyle\u003e\n    .hot-grooming {\n      --black: #080808;\n      --black-2: #111111;\n      --gold: #d4af37;\n      --gold-light: #f0d77a;\n      --white: #ffffff;\n      --muted: #b8b8b8;\n      --border: rgba(212,175,55,.28);\n\n      font-family: Arial, Helvetica, sans-serif;\n      background:\n        radial-gradient(circle at 50% 0%, rgba(212,175,55,.12), transparent 38%),\n        linear-gradient(180deg, #080808 0%, #111111 48%, #080808 100%);\n      color: var(--white);\n      padding: 0;\n      overflow: hidden;\n      border-radius: 18px;\n    }\n\n    .hot-wrap {\n      max-width: 1100px;\n      margin: auto;\n      padding: 55px 22px;\n    }\n\n    \/* HERO *\/\n    .hot-eyebrow {\n      text-align: center;\n      color: var(--gold-light);\n      text-transform: uppercase;\n      letter-spacing: 3px;\n      font-size: 11px;\n      font-weight: 700;\n      margin-bottom: 14px;\n    }\n\n    .hot-title {\n      text-align: center;\n      font-size: clamp(32px, 5vw, 58px);\n      line-height: 1.05;\n      margin: 0 auto 18px;\n      font-weight: 800;\n      letter-spacing: -1.5px;\n    }\n\n    .hot-title span {\n      color: var(--gold);\n    }\n\n    .hot-intro {\n      max-width: 720px;\n      margin: auto;\n      text-align: center;\n      color: #d0d0d0;\n      font-size: 17px;\n      line-height: 1.7;\n    }\n\n    \/* FEATURE SHOWCASE *\/\n    .hot-showcase {\n      margin: 45px auto;\n      max-width: 900px;\n      min-height: 290px;\n      position: relative;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background:\n        radial-gradient(circle, rgba(212,175,55,.13), transparent 45%),\n        #0c0c0c;\n      border: 1px solid var(--border);\n      border-radius: 22px;\n      box-shadow: 0 25px 70px rgba(0,0,0,.45);\n      overflow: hidden;\n    }\n\n    .hot-showcase:before,\n    .hot-showcase:after {\n      content: \"\";\n      position: absolute;\n      border: 1px solid rgba(212,175,55,.12);\n      border-radius: 50%;\n      pointer-events: none;\n    }\n\n    .hot-showcase:before {\n      width: 380px;\n      height: 380px;\n    }\n\n    .hot-showcase:after {\n      width: 550px;\n      height: 550px;\n    }\n\n    .hot-glove-icon {\n      position: relative;\n      z-index: 2;\n      font-size: 100px;\n      filter: drop-shadow(0 0 25px rgba(212,175,55,.3));\n      animation: hotFloat 4s ease-in-out infinite;\n    }\n\n    @keyframes hotFloat {\n      0%,100% { transform: translateY(0); }\n      50% { transform: translateY(-10px); }\n    }\n\n    .hot-badge {\n      position: absolute;\n      top: 22px;\n      right: 22px;\n      z-index: 3;\n      background: var(--gold);\n      color: #080808;\n      font-size: 10px;\n      font-weight: 800;\n      letter-spacing: 1.2px;\n      text-transform: uppercase;\n      padding: 9px 13px;\n      border-radius: 30px;\n    }\n\n    \/* BENEFITS *\/\n    .hot-section-heading {\n      text-align: center;\n      margin-bottom: 28px;\n    }\n\n    .hot-section-heading h2 {\n      margin: 0 0 8px;\n      font-size: 30px;\n    }\n\n    .hot-section-heading p {\n      margin: 0;\n      color: var(--muted);\n    }\n\n    .hot-benefits {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 15px;\n    }\n\n    .hot-card {\n      position: relative;\n      background: linear-gradient(145deg, #151515, #0c0c0c);\n      border: 1px solid rgba(255,255,255,.08);\n      border-radius: 16px;\n      padding: 25px;\n      transition: all .35s ease;\n      cursor: default;\n      overflow: hidden;\n    }\n\n    .hot-card:before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 3px;\n      height: 100%;\n      background: var(--gold);\n      transform: scaleY(0);\n      transform-origin: bottom;\n      transition: transform .35s ease;\n    }\n\n    .hot-card:hover {\n      transform: translateY(-6px);\n      border-color: rgba(212,175,55,.5);\n      box-shadow: 0 18px 40px rgba(0,0,0,.35);\n    }\n\n    .hot-card:hover:before {\n      transform: scaleY(1);\n    }\n\n    .hot-icon {\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background: rgba(212,175,55,.1);\n      border: 1px solid rgba(212,175,55,.25);\n      border-radius: 12px;\n      font-size: 22px;\n      margin-bottom: 17px;\n      transition: all .35s ease;\n    }\n\n    .hot-card:hover .hot-icon {\n      background: var(--gold);\n      transform: rotate(-4deg) scale(1.08);\n    }\n\n    .hot-card h3 {\n      margin: 0 0 9px;\n      font-size: 18px;\n    }\n\n    .hot-card p {\n      margin: 0;\n      color: #aaa;\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    \/* STATIC TECHNOLOGY *\/\n    .hot-tech {\n      margin-top: 55px;\n      padding: 38px 28px;\n      border-radius: 20px;\n      background: linear-gradient(135deg, #151515, #090909);\n      border: 1px solid var(--border);\n      text-align: center;\n    }\n\n    .hot-tech-label {\n      color: var(--gold-light);\n      text-transform: uppercase;\n      letter-spacing: 2px;\n      font-size: 10px;\n      font-weight: 700;\n      margin-bottom: 10px;\n    }\n\n    .hot-tech h2 {\n      margin: 0 0 13px;\n      font-size: 29px;\n    }\n\n    .hot-tech p {\n      max-width: 680px;\n      margin: auto;\n      color: #bdbdbd;\n      line-height: 1.7;\n      font-size: 15px;\n    }\n\n    .hot-flow {\n      margin: 30px auto 0;\n      max-width: 650px;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n      gap: 12px;\n      flex-wrap: wrap;\n    }\n\n    .hot-flow-item {\n      padding: 11px 16px;\n      border: 1px solid rgba(212,175,55,.3);\n      border-radius: 30px;\n      font-size: 12px;\n      color: #eee;\n      background: rgba(212,175,55,.05);\n    }\n\n    .hot-arrow {\n      color: var(--gold);\n      font-weight: bold;\n    }\n\n    \/* SPECS *\/\n    .hot-specs {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      margin-top: 35px;\n      border-top: 1px solid rgba(255,255,255,.08);\n      border-bottom: 1px solid rgba(255,255,255,.08);\n    }\n\n    .hot-spec {\n      text-align: center;\n      padding: 24px 15px;\n      border-right: 1px solid rgba(255,255,255,.08);\n    }\n\n    .hot-spec:last-child {\n      border-right: none;\n    }\n\n    .hot-spec strong {\n      display: block;\n      color: var(--gold);\n      font-size: 17px;\n      margin-bottom: 6px;\n    }\n\n    .hot-spec span {\n      color: #999;\n      font-size: 12px;\n    }\n\n    \/* FINAL CTA *\/\n    .hot-cta {\n      margin-top: 50px;\n      text-align: center;\n      padding: 45px 20px;\n      background:\n        linear-gradient(rgba(212,175,55,.08), rgba(212,175,55,.02)),\n        #0c0c0c;\n      border: 1px solid var(--border);\n      border-radius: 20px;\n    }\n\n    .hot-cta h2 {\n      margin: 0 0 12px;\n      font-size: 32px;\n    }\n\n    .hot-cta p {\n      margin: 0 auto 22px;\n      color: #bdbdbd;\n      max-width: 600px;\n      line-height: 1.6;\n    }\n\n    .hot-cta-button {\n      display: inline-block;\n      background: linear-gradient(135deg, #f0d77a, #c59b27);\n      color: #080808 !important;\n      text-decoration: none !important;\n      padding: 14px 28px;\n      border-radius: 30px;\n      font-weight: 800;\n      font-size: 14px;\n      box-shadow: 0 8px 25px rgba(212,175,55,.2);\n      transition: all .3s ease;\n    }\n\n    .hot-cta-button:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 12px 32px rgba(212,175,55,.35);\n    }\n\n    .hot-note {\n      margin-top: 18px;\n      font-size: 11px;\n      color: #777;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 650px) {\n      .hot-wrap {\n        padding: 40px 16px;\n      }\n\n      .hot-benefits {\n        grid-template-columns: 1fr;\n      }\n\n      .hot-specs {\n        grid-template-columns: 1fr;\n      }\n\n      .hot-spec {\n        border-right: none;\n        border-bottom: 1px solid rgba(255,255,255,.08);\n      }\n\n      .hot-spec:last-child {\n        border-bottom: none;\n      }\n\n      .hot-showcase {\n        min-height: 230px;\n      }\n\n      .hot-glove-icon {\n        font-size: 75px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"hot-grooming\"\u003e\n\u003cdiv class=\"hot-wrap\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hot-eyebrow\"\u003eHouse of Tails™ Grooming Collection\u003c\/div\u003e\n\u003ch1 class=\"hot-title\"\u003eGroom Less. \u003cspan\u003eLove More.\u003c\/span\u003e\n\u003c\/h1\u003e\n\u003cp class=\"hot-intro\"\u003eMeet your new grooming essential. The Upgraded Large Static Hair Removal Gloves make it easier to lift stubborn fur and dander while giving your pet a comfortable, satisfying grooming experience.\u003c\/p\u003e\n\u003c!-- PRODUCT SHOWCASE --\u003e\n\u003cdiv class=\"hot-showcase\"\u003e\n\u003cdiv class=\"hot-badge\"\u003eUpgraded Design\u003c\/div\u003e\n\u003cdiv class=\"hot-glove-icon\"\u003e🧤\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- BENEFITS --\u003e\n\u003cdiv class=\"hot-section-heading\"\u003e\n\u003ch2\u003eWhy Pet Owners Love Them\u003c\/h2\u003e\n\u003cp\u003eHover over each benefit to discover more.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eStatic Fur Attraction\u003c\/h3\u003e\n\u003cp\u003eStatic technology helps attract and lift loose fur and dander from your pet's coat, making everyday grooming simpler.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003ePet-Friendly Grooming\u003c\/h3\u003e\n\u003cp\u003eGlide gently through your pet's coat while turning grooming time into a more enjoyable bonding experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch3\u003eLess Fur Around Home\u003c\/h3\u003e\n\u003cp\u003eCapture loose hair during grooming instead of letting it end up on your furniture, floors and clothing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧤\u003c\/div\u003e\n\u003ch3\u003eLarge Comfortable Fit\u003c\/h3\u003e\n\u003cp\u003eThe oversized 24.99 × 17.98 cm design gives you generous coverage while making it easy to glide across larger areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TECHNOLOGY --\u003e\n\u003cdiv class=\"hot-tech\"\u003e\n\u003cdiv class=\"hot-tech-label\"\u003eThe Grooming Difference\u003c\/div\u003e\n\u003ch2\u003eWatch Loose Fur Become Easier to Manage.\u003c\/h2\u003e\n\u003cp\u003eInstead of chasing loose hair around your home, groom directly at the source. The glove's static-assisted surface helps attract loose fur and dander as you move across your pet's coat.\u003c\/p\u003e\n\u003cdiv class=\"hot-flow\"\u003e\n\u003cdiv class=\"hot-flow-item\"\u003e🐾 Glide\u003c\/div\u003e\n\u003cdiv class=\"hot-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"hot-flow-item\"\u003e✨ Attract\u003c\/div\u003e\n\u003cdiv class=\"hot-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"hot-flow-item\"\u003e🧤 Lift\u003c\/div\u003e\n\u003cdiv class=\"hot-arrow\"\u003e→\u003c\/div\u003e\n\u003cdiv class=\"hot-flow-item\"\u003e🏠 Cleaner Home\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT SPECS --\u003e\n\u003cdiv class=\"hot-specs\"\u003e\n\u003cdiv class=\"hot-spec\"\u003e\n\u003cstrong\u003e24.99 × 17.98 cm\u003c\/strong\u003e \u003cspan\u003eOversized Glove Design\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-spec\"\u003e\n\u003cstrong\u003eStatic Technology\u003c\/strong\u003e \u003cspan\u003eHelps Attract Loose Fur\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-spec\"\u003e\n\u003cstrong\u003ePremium PP\u003c\/strong\u003e \u003cspan\u003eBlack Polypropylene Construction\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"hot-cta\"\u003e\n\u003ch2\u003eA Cleaner Home. A Happier Pet. 🐾\u003c\/h2\u003e\n\u003cp\u003eMake grooming part of your pet's routine with a simple, effective grooming glove designed to help tackle loose fur and dander.\u003c\/p\u003e\n\u003ca href=\"#AddToCart\" class=\"hot-cta-button\"\u003e ADD TO CART ✦ \u003c\/a\u003e\n\u003cdiv class=\"hot-note\"\u003eDesigned for everyday grooming  •  Easy to use  •  Pet-friendly design\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46675705397350,"sku":null,"price":149.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/benefits-hero.png?v=1788163200"},{"product_id":"✂️🐾-the-effortless-pet-nail-clipper-for-dogs-cats","title":"✂️🐾 The Effortless Pet Nail Clipper for Dogs \u0026 Cats","description":"\u003c!-- HOUSE OF TAILS™ | PREMIUM PET NAIL CLIPPER --\u003e\n\u003cstyle\u003e\n  .hot-nailclipper {\n    --black: #0a0a0a;\n    --black2: #111111;\n    --gold: #c9a227;\n    --gold-light: #f0d77a;\n    --white: #ffffff;\n    --muted: #b8b8b8;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n    background:\n      radial-gradient(circle at 50% -20%, rgba(201,162,39,.18), transparent 40%),\n      linear-gradient(180deg, #080808 0%, #111111 55%, #080808 100%);\n    color: var(--white);\n    border-radius: 24px;\n    overflow: hidden;\n    margin: 25px 0;\n    box-shadow: 0 20px 60px rgba(0,0,0,.25);\n  }\n\n  .hot-nailclipper * {\n    box-sizing: border-box;\n  }\n\n  .hot-nailclipper .hero {\n    text-align: center;\n    padding: 55px 25px 45px;\n    position: relative;\n  }\n\n  .hot-nailclipper .eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: var(--gold-light);\n    font-size: 12px;\n    font-weight: 700;\n    letter-spacing: 2.5px;\n    text-transform: uppercase;\n    margin-bottom: 18px;\n  }\n\n  .hot-nailclipper .eyebrow:before,\n  .hot-nailclipper .eyebrow:after {\n    content: \"\";\n    width: 25px;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, var(--gold));\n  }\n\n  .hot-nailclipper .eyebrow:after {\n    background: linear-gradient(90deg, var(--gold), transparent);\n  }\n\n  .hot-nailclipper h2 {\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.08;\n    margin: 0 auto 18px;\n    max-width: 800px;\n    font-weight: 800;\n    letter-spacing: -1.5px;\n  }\n\n  .hot-nailclipper h2 span {\n    background: linear-gradient(90deg, #fff, var(--gold-light), #fff);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n\n  .hot-nailclipper .hero-text {\n    color: #cfcfcf;\n    max-width: 680px;\n    margin: auto;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* PREMIUM BADGES *\/\n  .hot-nailclipper .badges {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 28px;\n  }\n\n  .hot-nailclipper .badge {\n    padding: 9px 15px;\n    border: 1px solid rgba(201,162,39,.35);\n    border-radius: 50px;\n    background: rgba(255,255,255,.035);\n    color: #eee;\n    font-size: 12px;\n    font-weight: 600;\n    letter-spacing: .3px;\n  }\n\n  \/* DIVIDER *\/\n  .hot-nailclipper .gold-line {\n    width: 70px;\n    height: 2px;\n    margin: 5px auto 38px;\n    background: linear-gradient(90deg, transparent, var(--gold), transparent);\n  }\n\n  \/* BENEFITS *\/\n  .hot-nailclipper .benefits {\n    padding: 10px 25px 55px;\n    max-width: 1100px;\n    margin: auto;\n  }\n\n  .hot-nailclipper .section-title {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .hot-nailclipper .section-title h3 {\n    font-size: 25px;\n    margin: 0 0 8px;\n  }\n\n  .hot-nailclipper .section-title p {\n    color: var(--muted);\n    font-size: 14px;\n    margin: 0;\n  }\n\n  .hot-nailclipper .benefit-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 15px;\n  }\n\n  .hot-nailclipper .benefit {\n    position: relative;\n    min-height: 190px;\n    padding: 28px 22px;\n    border-radius: 18px;\n    border: 1px solid rgba(255,255,255,.09);\n    background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025));\n    overflow: hidden;\n    cursor: pointer;\n    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;\n  }\n\n  .hot-nailclipper .benefit:before {\n    content: \"\";\n    position: absolute;\n    width: 130px;\n    height: 130px;\n    border-radius: 50%;\n    background: rgba(201,162,39,.12);\n    filter: blur(35px);\n    top: -60px;\n    right: -50px;\n    opacity: 0;\n    transition: opacity .35s ease;\n  }\n\n  .hot-nailclipper .benefit:hover,\n  .hot-nailclipper .benefit.active {\n    transform: translateY(-6px);\n    border-color: rgba(201,162,39,.65);\n    box-shadow: 0 15px 35px rgba(0,0,0,.35);\n  }\n\n  .hot-nailclipper .benefit:hover:before,\n  .hot-nailclipper .benefit.active:before {\n    opacity: 1;\n  }\n\n  .hot-nailclipper .icon {\n    width: 48px;\n    height: 48px;\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    background: linear-gradient(145deg, #d9b53c, #9d7815);\n    color: #090909;\n    font-size: 23px;\n    margin-bottom: 18px;\n    box-shadow: 0 8px 20px rgba(201,162,39,.18);\n  }\n\n  .hot-nailclipper .benefit h4 {\n    margin: 0 0 9px;\n    font-size: 17px;\n    color: #fff;\n  }\n\n  .hot-nailclipper .benefit p {\n    margin: 0;\n    color: #aaa;\n    font-size: 13px;\n    line-height: 1.65;\n  }\n\n  .hot-nailclipper .tap {\n    position: absolute;\n    bottom: 17px;\n    right: 20px;\n    color: var(--gold-light);\n    font-size: 10px;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n    opacity: .7;\n  }\n\n  \/* FEATURE STRIP *\/\n  .hot-nailclipper .feature-strip {\n    border-top: 1px solid rgba(255,255,255,.08);\n    border-bottom: 1px solid rgba(255,255,255,.08);\n    background: rgba(0,0,0,.25);\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .hot-nailclipper .feature {\n    text-align: center;\n    padding: 28px 15px;\n    border-right: 1px solid rgba(255,255,255,.08);\n  }\n\n  .hot-nailclipper .feature:last-child {\n    border-right: none;\n  }\n\n  .hot-nailclipper .feature strong {\n    display: block;\n    color: var(--gold-light);\n    font-size: 15px;\n    margin-bottom: 5px;\n  }\n\n  .hot-nailclipper .feature span {\n    color: #999;\n    font-size: 12px;\n  }\n\n  \/* HOW IT FEELS *\/\n  .hot-nailclipper .experience {\n    padding: 55px 25px;\n    text-align: center;\n    max-width: 850px;\n    margin: auto;\n  }\n\n  .hot-nailclipper .experience h3 {\n    font-size: 27px;\n    margin: 0 0 15px;\n  }\n\n  .hot-nailclipper .experience h3 span {\n    color: var(--gold-light);\n  }\n\n  .hot-nailclipper .experience p {\n    color: #bbb;\n    line-height: 1.8;\n    font-size: 15px;\n    margin: 0;\n  }\n\n  \/* CTA *\/\n  .hot-nailclipper .cta {\n    margin: 0 25px 30px;\n    padding: 34px 25px;\n    text-align: center;\n    border-radius: 20px;\n    border: 1px solid rgba(201,162,39,.35);\n    background:\n      radial-gradient(circle at center, rgba(201,162,39,.13), transparent 65%),\n      rgba(255,255,255,.025);\n  }\n\n  .hot-nailclipper .cta h3 {\n    font-size: 25px;\n    margin: 0 0 8px;\n  }\n\n  .hot-nailclipper .cta p {\n    color: #aaa;\n    margin: 0;\n    font-size: 14px;\n  }\n\n  .hot-nailclipper .luxury-note {\n    text-align: center;\n    padding: 0 20px 30px;\n    color: #777;\n    font-size: 10px;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n  }\n\n  @media (max-width: 750px) {\n    .hot-nailclipper .benefit-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-nailclipper .feature-strip {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-nailclipper .feature {\n      border-right: none;\n      border-bottom: 1px solid rgba(255,255,255,.08);\n    }\n\n    .hot-nailclipper .feature:last-child {\n      border-bottom: none;\n    }\n\n    .hot-nailclipper .hero {\n      padding: 42px 20px 35px;\n    }\n\n    .hot-nailclipper .benefits {\n      padding-left: 18px;\n      padding-right: 18px;\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hot-nailclipper\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"eyebrow\"\u003eHouse of Tails™ Grooming\u003c\/div\u003e\n\u003ch2\u003ePrecision Grooming.\u003cbr\u003e\u003cspan\u003eEffortlessly Elevated.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hero-text\"\u003eGive your dog or cat salon-quality nail care from the comfort of home. Designed for clean, controlled cuts with less effort and more confidence.\u003c\/p\u003e\n\u003cdiv class=\"badges\"\u003e\n\u003cdiv class=\"badge\"\u003e✦ Stainless Steel Blade\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✦ Ergonomic Grip\u003c\/div\u003e\n\u003cdiv class=\"badge\"\u003e✦ Dogs \u0026amp; Cats\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- INTERACTIVE BENEFITS --\u003e\n\u003csection class=\"benefits\"\u003e\n\u003cdiv class=\"section-title\"\u003e\n\u003ch3\u003eWhy You'll Love It\u003c\/h3\u003e\n\u003cp\u003eHover or tap each benefit to explore ✦\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit-grid\"\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e✂\u003c\/div\u003e\n\u003ch4\u003eSharp, Clean Cuts\u003c\/h4\u003e\n\u003cp\u003eThe precision stainless steel blade is designed to glide through nails smoothly for fast, controlled grooming.\u003c\/p\u003e\n\u003cdiv class=\"tap\"\u003eExplore ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e✦\u003c\/div\u003e\n\u003ch4\u003eLess Effort\u003c\/h4\u003e\n\u003cp\u003eSpend less time wrestling with difficult nails. The efficient cutting design makes routine grooming quicker and easier.\u003c\/p\u003e\n\u003cdiv class=\"tap\"\u003eExplore ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e🐾\u003c\/div\u003e\n\u003ch4\u003eFor Dogs \u0026amp; Cats\u003c\/h4\u003e\n\u003cp\u003eOne premium grooming essential for your household — suitable for both dogs and cats.\u003c\/p\u003e\n\u003cdiv class=\"tap\"\u003eExplore ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e◎\u003c\/div\u003e\n\u003ch4\u003eComfortable Control\u003c\/h4\u003e\n\u003cp\u003eThe ergonomic, non-slip handle gives you a secure grip and better control during every grooming session.\u003c\/p\u003e\n\u003cdiv class=\"tap\"\u003eExplore ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e◆\u003c\/div\u003e\n\u003ch4\u003ePremium Construction\u003c\/h4\u003e\n\u003cp\u003eCrafted with durable materials for dependable performance during regular at-home grooming.\u003c\/p\u003e\n\u003cdiv class=\"tap\"\u003eExplore ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003ch4\u003eSalon Results at Home\u003c\/h4\u003e\n\u003cp\u003eBring a more polished grooming experience into your own home without the hassle of frequent salon visits.\u003c\/p\u003e\n\u003cdiv class=\"tap\"\u003eExplore ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE STRIP --\u003e\n\u003cdiv class=\"feature-strip\"\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eSTAINLESS STEEL\u003c\/strong\u003e \u003cspan\u003ePrecision cutting blade\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eERGONOMIC\u003c\/strong\u003e \u003cspan\u003eComfortable non-slip grip\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature\"\u003e\n\u003cstrong\u003eDUAL PET USE\u003c\/strong\u003e \u003cspan\u003eDesigned for dogs \u0026amp; cats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EXPERIENCE --\u003e\n\u003csection class=\"experience\"\u003e\n\u003ch3\u003eMake Grooming Feel \u003cspan\u003eEffortless.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eNo complicated grooming routine. No unnecessary fuss. Simply grip, position and trim with confidence. The Labor-Saving Pet Nail Clipper is designed to make one of those small but important grooming tasks feel quicker, cleaner and more comfortable.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n\u003ch3\u003eBecause Every Paw Deserves the Best. 🐾\u003c\/h3\u003e\n\u003cp\u003eUpgrade your at-home grooming routine with precision you can feel.\u003c\/p\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"luxury-note\"\u003eHouse of Tails™ · Premium Pet Essentials\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46689835122790,"sku":null,"price":229.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/benefit-image-1-product-features.png?v=1788172395"},{"product_id":"silicone-finger-toothbrush-for-pets-🐾","title":"Silicone Finger Toothbrush for Pets 🐾","description":"\u003cstyle\u003e\n  .hot-toothbrush {\n    --hot-black: #090909;\n    --hot-black-2: #111111;\n    --hot-gold: #d4af37;\n    --hot-gold-light: #f1d77a;\n    --hot-white: #ffffff;\n    --hot-muted: #b8b8b8;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    background: var(--hot-black);\n    color: var(--hot-white);\n    overflow: hidden;\n    border-radius: 22px;\n    position: relative;\n    box-shadow: 0 20px 60px rgba(0,0,0,.28);\n  }\n\n  .hot-toothbrush * {\n    box-sizing: border-box;\n  }\n\n  .hot-toothbrush::before {\n    content: \"\";\n    position: absolute;\n    width: 420px;\n    height: 420px;\n    top: -220px;\n    right: -160px;\n    background: radial-gradient(circle, rgba(212,175,55,.18), transparent 68%);\n    pointer-events: none;\n  }\n\n  .hot-toothbrush::after {\n    content: \"\";\n    position: absolute;\n    width: 350px;\n    height: 350px;\n    bottom: -220px;\n    left: -180px;\n    background: radial-gradient(circle, rgba(212,175,55,.10), transparent 68%);\n    pointer-events: none;\n  }\n\n  \/* HERO *\/\n  .hot-hero {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    padding: 58px 25px 45px;\n    border-bottom: 1px solid rgba(212,175,55,.18);\n  }\n\n  .hot-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 9px;\n    padding: 8px 15px;\n    border: 1px solid rgba(212,175,55,.45);\n    border-radius: 50px;\n    color: var(--hot-gold-light);\n    font-size: 11px;\n    font-weight: 800;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    margin-bottom: 20px;\n    background: rgba(212,175,55,.05);\n  }\n\n  .hot-eyebrow-dot {\n    width: 7px;\n    height: 7px;\n    border-radius: 50%;\n    background: var(--hot-gold);\n    box-shadow: 0 0 12px rgba(212,175,55,.8);\n    animation: hotPulse 2s infinite;\n  }\n\n  .hot-hero h2 {\n    margin: 0 auto 16px;\n    max-width: 760px;\n    font-size: clamp(30px, 5vw, 52px);\n    line-height: 1.05;\n    font-weight: 900;\n    letter-spacing: -1.8px;\n  }\n\n  .hot-hero h2 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-hero p {\n    max-width: 650px;\n    margin: 0 auto;\n    color: #cfcfcf;\n    font-size: 16px;\n    line-height: 1.7;\n  }\n\n  \/* PRODUCT HIGHLIGHT *\/\n  .hot-highlight {\n    position: relative;\n    z-index: 2;\n    display: flex;\n    justify-content: center;\n    padding: 30px 20px 10px;\n  }\n\n  .hot-product-pill {\n    display: flex;\n    align-items: center;\n    gap: 13px;\n    padding: 13px 20px;\n    border-radius: 100px;\n    background: linear-gradient(135deg,#151515,#0c0c0c);\n    border: 1px solid rgba(212,175,55,.28);\n    box-shadow: 0 10px 35px rgba(0,0,0,.3);\n  }\n\n  .hot-product-icon {\n    width: 38px;\n    height: 38px;\n    border-radius: 50%;\n    display: grid;\n    place-items: center;\n    background: linear-gradient(145deg,var(--hot-gold-light),var(--hot-gold));\n    color: #111;\n    font-size: 19px;\n  }\n\n  .hot-product-pill strong {\n    font-size: 14px;\n  }\n\n  .hot-product-pill small {\n    display: block;\n    margin-top: 2px;\n    color: #999;\n    font-size: 11px;\n  }\n\n  \/* BENEFITS *\/\n  .hot-benefits {\n    position: relative;\n    z-index: 2;\n    padding: 38px 22px 48px;\n  }\n\n  .hot-section-title {\n    text-align: center;\n    margin-bottom: 28px;\n  }\n\n  .hot-section-title h3 {\n    margin: 0 0 8px;\n    font-size: 25px;\n    font-weight: 850;\n  }\n\n  .hot-section-title p {\n    margin: 0;\n    color: #999;\n    font-size: 13px;\n  }\n\n  .hot-grid {\n    max-width: 1050px;\n    margin: auto;\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 12px;\n  }\n\n  .hot-card {\n    position: relative;\n    min-height: 185px;\n    padding: 22px 17px;\n    border-radius: 17px;\n    background: linear-gradient(145deg,#161616,#0d0d0d);\n    border: 1px solid rgba(255,255,255,.07);\n    overflow: hidden;\n    cursor: pointer;\n    transition: all .35s ease;\n  }\n\n  .hot-card::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(135deg,rgba(212,175,55,.12),transparent 45%);\n    opacity: 0;\n    transition: opacity .35s ease;\n  }\n\n  .hot-card:hover,\n  .hot-card.active {\n    transform: translateY(-7px);\n    border-color: rgba(212,175,55,.65);\n    box-shadow: 0 18px 45px rgba(0,0,0,.45);\n  }\n\n  .hot-card:hover::before,\n  .hot-card.active::before {\n    opacity: 1;\n  }\n\n  .hot-icon {\n    position: relative;\n    z-index: 2;\n    width: 47px;\n    height: 47px;\n    display: grid;\n    place-items: center;\n    border-radius: 13px;\n    margin-bottom: 16px;\n    background: rgba(212,175,55,.10);\n    border: 1px solid rgba(212,175,55,.28);\n    font-size: 22px;\n    transition: all .35s ease;\n  }\n\n  .hot-card:hover .hot-icon,\n  .hot-card.active .hot-icon {\n    background: var(--hot-gold);\n    color: #111;\n    transform: rotate(-5deg) scale(1.08);\n  }\n\n  .hot-card h4 {\n    position: relative;\n    z-index: 2;\n    margin: 0 0 8px;\n    font-size: 14px;\n    font-weight: 800;\n  }\n\n  .hot-card p {\n    position: relative;\n    z-index: 2;\n    margin: 0;\n    color: #969696;\n    font-size: 12px;\n    line-height: 1.55;\n  }\n\n  .hot-card .hot-arrow {\n    position: absolute;\n    right: 14px;\n    bottom: 14px;\n    color: var(--hot-gold);\n    font-size: 13px;\n    opacity: .55;\n    transition: .3s ease;\n  }\n\n  .hot-card:hover .hot-arrow,\n  .hot-card.active .hot-arrow {\n    opacity: 1;\n    transform: translateX(4px);\n  }\n\n  \/* EXPERIENCE *\/\n  .hot-experience {\n    position: relative;\n    z-index: 2;\n    margin: 0 22px 40px;\n    padding: 34px;\n    border-radius: 20px;\n    background:\n      linear-gradient(110deg,rgba(212,175,55,.13),rgba(255,255,255,.025) 45%,rgba(212,175,55,.07));\n    border: 1px solid rgba(212,175,55,.22);\n    text-align: center;\n  }\n\n  .hot-experience h3 {\n    margin: 0 0 10px;\n    font-size: 23px;\n  }\n\n  .hot-experience h3 span {\n    color: var(--hot-gold);\n  }\n\n  .hot-experience p {\n    max-width: 690px;\n    margin: auto;\n    color: #bdbdbd;\n    line-height: 1.7;\n    font-size: 14px;\n  }\n\n  \/* STATS *\/\n  .hot-stats {\n    position: relative;\n    z-index: 2;\n    display: grid;\n    grid-template-columns: repeat(3,1fr);\n    max-width: 800px;\n    margin: 0 auto;\n    padding: 0 20px 48px;\n    text-align: center;\n  }\n\n  .hot-stat {\n    padding: 12px;\n    border-right: 1px solid rgba(255,255,255,.08);\n  }\n\n  .hot-stat:last-child {\n    border-right: 0;\n  }\n\n  .hot-stat strong {\n    display: block;\n    color: var(--hot-gold-light);\n    font-size: 22px;\n    font-weight: 900;\n    margin-bottom: 4px;\n  }\n\n  .hot-stat span {\n    color: #888;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n  }\n\n  \/* CTA *\/\n  .hot-cta {\n    position: relative;\n    z-index: 2;\n    text-align: center;\n    padding: 26px 20px 38px;\n    background: rgba(0,0,0,.28);\n    border-top: 1px solid rgba(255,255,255,.06);\n  }\n\n  .hot-cta strong {\n    display: block;\n    font-size: 18px;\n    margin-bottom: 7px;\n  }\n\n  .hot-cta span {\n    color: #999;\n    font-size: 12px;\n  }\n\n  \/* MOBILE *\/\n  @media(max-width: 850px) {\n    .hot-grid {\n      grid-template-columns: repeat(2,1fr);\n    }\n\n    .hot-card:last-child {\n      grid-column: span 2;\n    }\n  }\n\n  @media(max-width: 560px) {\n    .hot-hero {\n      padding: 43px 18px 34px;\n    }\n\n    .hot-hero h2 {\n      letter-spacing: -1px;\n    }\n\n    .hot-hero p {\n      font-size: 14px;\n    }\n\n    .hot-benefits {\n      padding: 30px 14px 38px;\n    }\n\n    .hot-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hot-card,\n    .hot-card:last-child {\n      grid-column: auto;\n      min-height: 155px;\n    }\n\n    .hot-experience {\n      margin: 0 14px 32px;\n      padding: 27px 20px;\n    }\n\n    .hot-stats {\n      padding-bottom: 35px;\n    }\n\n    .hot-stat strong {\n      font-size: 18px;\n    }\n\n    .hot-stat span {\n      font-size: 9px;\n    }\n  }\n\n  @keyframes hotPulse {\n    0%,100% { opacity:1; transform:scale(1); }\n    50% { opacity:.45; transform:scale(.75); }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"hot-toothbrush\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hot-hero\"\u003e\n\u003cdiv class=\"hot-eyebrow\"\u003e\n\u003cspan class=\"hot-eyebrow-dot\"\u003e\u003c\/span\u003e PREMIUM PET DENTAL CARE\u003c\/div\u003e\n\u003ch2\u003eA Cleaner Smile.\u003cbr\u003eA \u003cspan\u003eHappier Pet.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eMake daily dental care easier with the Silicone Finger Toothbrush — designed for gentle, controlled cleaning that helps keep your pet's smile fresh and healthy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PRODUCT PILL --\u003e\n\u003cdiv class=\"hot-highlight\"\u003e\n\u003cdiv class=\"hot-product-pill\"\u003e\n\u003cdiv class=\"hot-product-icon\"\u003e🦷\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eSilicone Finger Toothbrush\u003c\/strong\u003e \u003csmall\u003eGentle care • Easy control • Pet-friendly\u003c\/small\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTERACTIVE BENEFITS --\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003cdiv class=\"hot-section-title\"\u003e\n\u003ch3\u003eWhy Pet Owners Love It\u003c\/h3\u003e\n\u003cp\u003eHover or tap each benefit to explore ✦\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-grid\"\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🫧\u003c\/div\u003e\n\u003ch4\u003eUltra-Soft Silicone\u003c\/h4\u003e\n\u003cp\u003eGentle silicone bristles help clean away plaque while remaining comfortable around sensitive gums.\u003c\/p\u003e\n\u003cspan class=\"hot-arrow\"\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e👆\u003c\/div\u003e\n\u003ch4\u003eFinger-Fit Control\u003c\/h4\u003e\n\u003cp\u003eSlip it over your fingertip for a natural grip and precise access to hard-to-reach areas.\u003c\/p\u003e\n\u003cspan class=\"hot-arrow\"\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch4\u003eDogs \u0026amp; Cats\u003c\/h4\u003e\n\u003cp\u003eOne simple grooming essential for your entire furry family — suitable for both dogs and cats.\u003c\/p\u003e\n\u003cspan class=\"hot-arrow\"\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e💧\u003c\/div\u003e\n\u003ch4\u003eRinse \u0026amp; Reuse\u003c\/h4\u003e\n\u003cp\u003eFinished brushing? Simply rinse the silicone clean and it's ready for the next dental-care session.\u003c\/p\u003e\n\u003cspan class=\"hot-arrow\"\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e💚\u003c\/div\u003e\n\u003ch4\u003eFood-Grade Silicone\u003c\/h4\u003e\n\u003cp\u003eMade with pet-friendly, non-toxic silicone for a worry-free addition to your grooming routine.\u003c\/p\u003e\n\u003cspan class=\"hot-arrow\"\u003e→\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- EXPERIENCE --\u003e\n\u003cdiv class=\"hot-experience\"\u003e\n\u003ch3\u003eTurn Tooth Time Into \u003cspan\u003eBonding Time.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eRegular brushing can help support your pet's dental hygiene and fresh breath. With a comfortable finger-fit design, cleaning becomes a simple routine you and your pet can enjoy together.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- STATS --\u003e\n\u003cdiv class=\"hot-stats\"\u003e\n\u003cdiv class=\"hot-stat\"\u003e\n\u003cstrong\u003e2-in-1\u003c\/strong\u003e \u003cspan\u003eDogs \u0026amp; Cats\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-stat\"\u003e\n\u003cstrong\u003eSoft\u003c\/strong\u003e \u003cspan\u003eGentle Silicone\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-stat\"\u003e\n\u003cstrong\u003eEasy\u003c\/strong\u003e \u003cspan\u003eRinse \u0026amp; Reuse\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"hot-cta\"\u003e\n\u003cstrong\u003e✨ Make Their Smile Part of Their Routine\u003c\/strong\u003e \u003cspan\u003eSimple dental care. Happier cuddles. Healthier habits.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46691292774502,"sku":null,"price":89.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/golden-retriever-teeth-brushing-with-logo.png?v=1788173800"},{"product_id":"✂️-pet-grooming-scissors-set-safety-round-tip-pet-approved-🐾","title":"✂️ Pet Grooming Scissors | Safety Round Tip | {pet approved}🐾","description":"\u003c!-- HOUSE OF TAILS™ | PREMIUM GROOMING SCISSORS SECTION --\u003e\n\u003cstyle\u003e\n    .hot-grooming {\n      --black: #090909;\n      --black2: #141414;\n      --gold: #d4af37;\n      --gold-light: #f2d675;\n      --white: #ffffff;\n      --muted: #b9b9b9;\n\n      background:\n        radial-gradient(circle at 15% 15%, rgba(212,175,55,.12), transparent 28%),\n        radial-gradient(circle at 85% 85%, rgba(212,175,55,.08), transparent 30%),\n        var(--black);\n      color: var(--white);\n      padding: 70px 20px;\n      font-family: Arial, Helvetica, sans-serif;\n      overflow: hidden;\n    }\n\n    .hot-grooming * {\n      box-sizing: border-box;\n    }\n\n    .hot-container {\n      max-width: 1150px;\n      margin: 0 auto;\n    }\n\n    \/* TOP LABEL *\/\n    .hot-label {\n      display: inline-flex;\n      align-items: center;\n      gap: 9px;\n      padding: 9px 17px;\n      border: 1px solid rgba(212,175,55,.45);\n      border-radius: 50px;\n      color: var(--gold-light);\n      font-size: 11px;\n      font-weight: 700;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      background: rgba(212,175,55,.06);\n      margin-bottom: 20px;\n    }\n\n    .hot-dot {\n      width: 7px;\n      height: 7px;\n      border-radius: 50%;\n      background: var(--gold);\n      box-shadow: 0 0 12px rgba(212,175,55,.8);\n      animation: hotPulse 2s infinite;\n    }\n\n    @keyframes hotPulse {\n      0%,100% { transform: scale(1); opacity: 1; }\n      50% { transform: scale(1.45); opacity: .55; }\n    }\n\n    \/* HERO *\/\n    .hot-hero {\n      text-align: center;\n      max-width: 850px;\n      margin: 0 auto 55px;\n    }\n\n    .hot-hero h2 {\n      margin: 0;\n      font-size: clamp(34px, 6vw, 64px);\n      line-height: 1.05;\n      font-weight: 800;\n      letter-spacing: -2px;\n      background: linear-gradient(\n        90deg,\n        #ffffff,\n        #f2d675,\n        #ffffff\n      );\n      -webkit-background-clip: text;\n      -webkit-text-fill-color: transparent;\n      background-size: 200% auto;\n      animation: hotShine 5s linear infinite;\n    }\n\n    @keyframes hotShine {\n      to { background-position: 200% center; }\n    }\n\n    .hot-hero p {\n      color: var(--muted);\n      font-size: 17px;\n      line-height: 1.8;\n      max-width: 680px;\n      margin: 22px auto 0;\n    }\n\n    .hot-gold-line {\n      width: 80px;\n      height: 3px;\n      margin: 25px auto 0;\n      border-radius: 20px;\n      background: linear-gradient(90deg, transparent, var(--gold), transparent);\n    }\n\n    \/* PREMIUM FEATURE GRID *\/\n    .hot-grid {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 14px;\n      margin-bottom: 55px;\n    }\n\n    .hot-card {\n      position: relative;\n      padding: 27px 18px;\n      min-height: 205px;\n      border: 1px solid rgba(255,255,255,.09);\n      border-radius: 18px;\n      background: linear-gradient(\n        145deg,\n        rgba(255,255,255,.07),\n        rgba(255,255,255,.025)\n      );\n      transition: all .35s ease;\n      overflow: hidden;\n      cursor: default;\n    }\n\n    .hot-card:before {\n      content: \"\";\n      position: absolute;\n      width: 120px;\n      height: 120px;\n      border-radius: 50%;\n      background: rgba(212,175,55,.10);\n      filter: blur(35px);\n      top: -50px;\n      right: -50px;\n      transition: .4s ease;\n    }\n\n    .hot-card:hover {\n      transform: translateY(-9px);\n      border-color: rgba(212,175,55,.65);\n      box-shadow: 0 18px 45px rgba(0,0,0,.5);\n    }\n\n    .hot-card:hover:before {\n      transform: scale(1.6);\n      background: rgba(212,175,55,.18);\n    }\n\n    .hot-icon {\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 14px;\n      background: rgba(212,175,55,.10);\n      border: 1px solid rgba(212,175,55,.3);\n      font-size: 23px;\n      margin-bottom: 20px;\n      transition: .35s ease;\n    }\n\n    .hot-card:hover .hot-icon {\n      transform: rotate(-6deg) scale(1.08);\n      background: var(--gold);\n      color: #000;\n      box-shadow: 0 8px 25px rgba(212,175,55,.25);\n    }\n\n    .hot-card h3 {\n      font-size: 15px;\n      margin: 0 0 9px;\n      color: #fff;\n      font-weight: 700;\n    }\n\n    .hot-card p {\n      font-size: 12px;\n      line-height: 1.65;\n      color: #999;\n      margin: 0;\n    }\n\n    \/* INTERACTIVE INFO *\/\n    .hot-info {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-bottom: 45px;\n    }\n\n    .hot-panel {\n      padding: 32px;\n      border-radius: 22px;\n      border: 1px solid rgba(212,175,55,.22);\n      background: linear-gradient(\n        135deg,\n        rgba(212,175,55,.08),\n        rgba(255,255,255,.025)\n      );\n    }\n\n    .hot-panel h3 {\n      color: var(--gold-light);\n      font-size: 20px;\n      margin: 0 0 15px;\n    }\n\n    .hot-panel p {\n      color: #aaa;\n      font-size: 14px;\n      line-height: 1.8;\n      margin: 0;\n    }\n\n    \/* CHECKLIST *\/\n    .hot-checklist {\n      margin-top: 20px;\n      display: grid;\n      gap: 11px;\n    }\n\n    .hot-check {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      color: #ddd;\n      font-size: 13px;\n    }\n\n    .hot-check span {\n      display: flex;\n      width: 22px;\n      height: 22px;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      background: var(--gold);\n      color: #000;\n      font-weight: 900;\n      font-size: 12px;\n    }\n\n    \/* BOTTOM CTA *\/\n    .hot-cta {\n      text-align: center;\n      padding: 42px 25px;\n      border-radius: 25px;\n      background:\n        linear-gradient(\n          135deg,\n          rgba(212,175,55,.16),\n          rgba(255,255,255,.035)\n        );\n      border: 1px solid rgba(212,175,55,.3);\n      position: relative;\n      overflow: hidden;\n    }\n\n    .hot-cta:after {\n      content: \"\";\n      position: absolute;\n      width: 300px;\n      height: 300px;\n      border-radius: 50%;\n      background: rgba(212,175,55,.08);\n      filter: blur(60px);\n      left: 50%;\n      top: 50%;\n      transform: translate(-50%,-50%);\n      pointer-events: none;\n    }\n\n    .hot-cta h3 {\n      position: relative;\n      z-index: 1;\n      margin: 0 0 12px;\n      font-size: clamp(23px,4vw,34px);\n    }\n\n    .hot-cta p {\n      position: relative;\n      z-index: 1;\n      margin: 0 auto 22px;\n      color: #aaa;\n      max-width: 620px;\n      line-height: 1.7;\n      font-size: 14px;\n    }\n\n    .hot-badge {\n      position: relative;\n      z-index: 1;\n      display: inline-block;\n      padding: 11px 20px;\n      border-radius: 50px;\n      background: var(--gold);\n      color: #080808;\n      font-size: 11px;\n      font-weight: 800;\n      letter-spacing: 1.5px;\n      text-transform: uppercase;\n      box-shadow: 0 8px 25px rgba(212,175,55,.2);\n    }\n\n    \/* RESPONSIVE *\/\n    @media (max-width: 900px) {\n      .hot-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .hot-info {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media (max-width: 600px) {\n      .hot-grooming {\n        padding: 50px 15px;\n      }\n\n      .hot-grid {\n        grid-template-columns: 1fr 1fr;\n        gap: 10px;\n      }\n\n      .hot-card {\n        min-height: 190px;\n        padding: 22px 15px;\n      }\n\n      .hot-hero p {\n        font-size: 14px;\n      }\n\n      .hot-panel {\n        padding: 25px;\n      }\n    }\n  \u003c\/style\u003e\n\u003csection class=\"hot-grooming\"\u003e\n\u003cdiv class=\"hot-container\"\u003e\n\u003c!-- HERO --\u003e\n\u003cdiv class=\"hot-hero\"\u003e\n\u003cdiv class=\"hot-label\"\u003e\n\u003cspan class=\"hot-dot\"\u003e\u003c\/span\u003e Premium Pet Grooming\u003c\/div\u003e\n\u003ch2\u003eProfessional Grooming.\u003cbr\u003eRight at Home.\u003c\/h2\u003e\n\u003cp\u003eGive your dog or cat a beautifully finished trim without the stress of a trip to the salon. Precision-crafted for comfortable, controlled grooming from paws to face.\u003c\/p\u003e\n\u003cdiv class=\"hot-gold-line\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- INTERACTIVE BENEFITS --\u003e\n\u003cdiv class=\"hot-grid\"\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e✂️\u003c\/div\u003e\n\u003ch3\u003eSafety Round Tip\u003c\/h3\u003e\n\u003cp\u003eRounded tips help make trimming around delicate areas more comfortable and controlled.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003eDogs \u0026amp; Cats\u003c\/h3\u003e\n\u003cp\u003eA versatile grooming essential designed for both dogs and cats of different sizes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e💎\u003c\/div\u003e\n\u003ch3\u003eStainless Steel\u003c\/h3\u003e\n\u003cp\u003eDurable stainless steel blades provide a sharp, reliable cutting edge while resisting rust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e〰️\u003c\/div\u003e\n\u003ch3\u003eCurved Precision\u003c\/h3\u003e\n\u003cp\u003eThe curved design helps you shape and finish coats with greater control.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🤲\u003c\/div\u003e\n\u003ch3\u003eComfort Grip\u003c\/h3\u003e\n\u003cp\u003eAn ergonomic design gives you a comfortable hold for smoother grooming sessions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- PREMIUM INFO --\u003e\n\u003cdiv class=\"hot-info\"\u003e\n\u003cdiv class=\"hot-panel\"\u003e\n\u003ch3\u003e✨ Designed for Precision\u003c\/h3\u003e\n\u003cp\u003eWhether you're tidying up your pet's face or creating a clean finish around their paws, the curved profile gives you the control needed for detailed grooming.\u003c\/p\u003e\n\u003cdiv class=\"hot-checklist\"\u003e\n\u003cdiv class=\"hot-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Precise shaping \u0026amp; finishing\u003c\/div\u003e\n\u003cdiv class=\"hot-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Ideal for detailed trimming\u003c\/div\u003e\n\u003cdiv class=\"hot-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Comfortable handling\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-panel\"\u003e\n\u003ch3\u003e🐶 From Paws to Face\u003c\/h3\u003e\n\u003cp\u003eKeep your pet looking neat between professional grooming appointments. Perfect for those small finishing touches that make a big difference.\u003c\/p\u003e\n\u003cdiv class=\"hot-checklist\"\u003e\n\u003cdiv class=\"hot-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Around paws\u003c\/div\u003e\n\u003cdiv class=\"hot-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Around ears\u003c\/div\u003e\n\u003cdiv class=\"hot-check\"\u003e\n\u003cspan\u003e✓\u003c\/span\u003e Face \u0026amp; body finishing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA --\u003e\n\u003cdiv class=\"hot-cta\"\u003e\n\u003ch3\u003eA Better Grooming Experience Starts Here.\u003c\/h3\u003e\n\u003cp\u003eComfortable handling. Precise control. Professional-looking results — all from the comfort of home.\u003c\/p\u003e\n\u003cdiv class=\"hot-badge\"\u003eGroom With Confidence ✦\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46693196038246,"sku":null,"price":129.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/lifestyle-shot.png?v=1788174696"},{"product_id":"🐾-self-cleaning-pet-massage-grooming-brush","title":"🐾 Self-Cleaning Pet Massage \u0026 Grooming Brush","description":"\u003c!-- HOUSE OF TAILS™ — PREMIUM GROOMING BRUSH PRODUCT SECTION --\u003e\n\u003cstyle\u003e\n    .hot-grooming {\n      --black: #080808;\n      --black2: #111111;\n      --gold: #d4af37;\n      --gold-light: #f1d77a;\n      --white: #ffffff;\n      --muted: #b8b8b8;\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n      color: var(--white);\n      background: var(--black);\n      overflow: hidden;\n      border-radius: 18px;\n      box-shadow: 0 20px 60px rgba(0,0,0,.25);\n    }\n\n    .hot-grooming * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n    .hot-hero {\n      position: relative;\n      padding: 65px 25px;\n      text-align: center;\n      background:\n        radial-gradient(circle at 50% 0%, rgba(212,175,55,.16), transparent 45%),\n        linear-gradient(145deg, #080808, #151515);\n      border-bottom: 1px solid rgba(212,175,55,.25);\n    }\n\n    .hot-eyebrow {\n      display: inline-block;\n      color: var(--gold-light);\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 3px;\n      text-transform: uppercase;\n      margin-bottom: 18px;\n    }\n\n    .hot-hero h2 {\n      margin: 0 auto 18px;\n      max-width: 850px;\n      font-size: clamp(30px, 5vw, 52px);\n      line-height: 1.08;\n      font-weight: 900;\n      letter-spacing: -1.5px;\n    }\n\n    .hot-hero h2 span {\n      color: var(--gold);\n    }\n\n    .hot-hero p {\n      max-width: 700px;\n      margin: auto;\n      color: #d0d0d0;\n      font-size: 17px;\n      line-height: 1.7;\n    }\n\n    .hot-badge-row {\n      display: flex;\n      justify-content: center;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-top: 28px;\n    }\n\n    .hot-badge {\n      padding: 9px 15px;\n      border: 1px solid rgba(212,175,55,.4);\n      border-radius: 50px;\n      background: rgba(212,175,55,.07);\n      color: #eee;\n      font-size: 12px;\n      font-weight: 700;\n    }\n\n    \/* SECTION *\/\n    .hot-section {\n      padding: 55px 22px;\n      background: #0b0b0b;\n    }\n\n    .hot-heading {\n      text-align: center;\n      margin-bottom: 35px;\n    }\n\n    .hot-heading h3 {\n      margin: 0 0 10px;\n      font-size: clamp(25px, 4vw, 36px);\n      font-weight: 900;\n    }\n\n    .hot-heading h3 span {\n      color: var(--gold);\n    }\n\n    .hot-heading p {\n      color: var(--muted);\n      margin: 0 auto;\n      max-width: 650px;\n      line-height: 1.6;\n    }\n\n    \/* INTERACTIVE CARDS *\/\n    .hot-grid {\n      max-width: 1050px;\n      margin: auto;\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n    }\n\n    .hot-card {\n      position: relative;\n      padding: 28px 22px;\n      min-height: 210px;\n      border: 1px solid rgba(255,255,255,.08);\n      border-radius: 16px;\n      background: linear-gradient(145deg, #151515, #0d0d0d);\n      transition: all .35s ease;\n      overflow: hidden;\n      cursor: default;\n    }\n\n    .hot-card:before {\n      content: \"\";\n      position: absolute;\n      width: 120px;\n      height: 120px;\n      right: -50px;\n      top: -50px;\n      background: rgba(212,175,55,.12);\n      border-radius: 50%;\n      transition: .4s ease;\n    }\n\n    .hot-card:hover {\n      transform: translateY(-7px);\n      border-color: rgba(212,175,55,.65);\n      box-shadow: 0 18px 45px rgba(0,0,0,.4);\n    }\n\n    .hot-card:hover:before {\n      transform: scale(2.1);\n    }\n\n    .hot-icon {\n      width: 52px;\n      height: 52px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 14px;\n      background: linear-gradient(145deg, #d4af37, #a98218);\n      color: #080808;\n      font-size: 25px;\n      margin-bottom: 20px;\n      box-shadow: 0 8px 20px rgba(212,175,55,.18);\n    }\n\n    .hot-card h4 {\n      margin: 0 0 9px;\n      font-size: 17px;\n      font-weight: 850;\n    }\n\n    .hot-card p {\n      margin: 0;\n      color: #aaa;\n      font-size: 14px;\n      line-height: 1.65;\n    }\n\n    .hot-card .hot-hover {\n      max-height: 0;\n      opacity: 0;\n      overflow: hidden;\n      transition: .35s ease;\n      color: var(--gold-light);\n      font-size: 12px;\n      font-weight: 700;\n      margin-top: 0;\n    }\n\n    .hot-card:hover .hot-hover {\n      max-height: 40px;\n      opacity: 1;\n      margin-top: 12px;\n    }\n\n    \/* EXPERIENCE STRIP *\/\n    .hot-experience {\n      max-width: 1050px;\n      margin: 0 auto;\n      padding: 30px;\n      border-radius: 18px;\n      background:\n        linear-gradient(135deg, rgba(212,175,55,.13), rgba(255,255,255,.025));\n      border: 1px solid rgba(212,175,55,.3);\n      text-align: center;\n    }\n\n    .hot-experience h3 {\n      margin: 0 0 12px;\n      font-size: 26px;\n    }\n\n    .hot-experience h3 span {\n      color: var(--gold);\n    }\n\n    .hot-experience p {\n      margin: auto;\n      max-width: 720px;\n      color: #c5c5c5;\n      line-height: 1.7;\n    }\n\n    \/* STEAM FEATURE *\/\n    .hot-feature {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      max-width: 1050px;\n      margin: 0 auto;\n      border-radius: 20px;\n      overflow: hidden;\n      border: 1px solid rgba(212,175,55,.22);\n      background: #101010;\n    }\n\n    .hot-feature-copy {\n      padding: 42px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .hot-feature-label {\n      color: var(--gold);\n      font-size: 11px;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      font-weight: 900;\n      margin-bottom: 13px;\n    }\n\n    .hot-feature h3 {\n      margin: 0 0 15px;\n      font-size: 30px;\n      line-height: 1.15;\n    }\n\n    .hot-feature p {\n      color: #aaa;\n      line-height: 1.7;\n      margin: 0;\n    }\n\n    .hot-feature-visual {\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background:\n        radial-gradient(circle, rgba(212,175,55,.18), transparent 55%),\n        #090909;\n      font-size: 90px;\n    }\n\n    \/* BENEFIT BAR *\/\n    .hot-benefits {\n      max-width: 1050px;\n      margin: 0 auto;\n      display: grid;\n      grid-template-columns: repeat(4,1fr);\n      gap: 12px;\n    }\n\n    .hot-mini {\n      text-align: center;\n      padding: 20px 10px;\n      border-radius: 12px;\n      background: #121212;\n      border: 1px solid rgba(255,255,255,.06);\n      transition: .3s ease;\n    }\n\n    .hot-mini:hover {\n      border-color: rgba(212,175,55,.5);\n      transform: translateY(-4px);\n    }\n\n    .hot-mini strong {\n      display: block;\n      color: var(--gold-light);\n      font-size: 13px;\n      margin-bottom: 6px;\n    }\n\n    .hot-mini span {\n      color: #999;\n      font-size: 12px;\n    }\n\n    \/* CTA *\/\n    .hot-cta {\n      padding: 60px 22px;\n      text-align: center;\n      background:\n        radial-gradient(circle at center, rgba(212,175,55,.14), transparent 55%),\n        #080808;\n      border-top: 1px solid rgba(212,175,55,.2);\n    }\n\n    .hot-cta h3 {\n      margin: 0 0 13px;\n      font-size: clamp(27px, 4vw, 40px);\n      font-weight: 900;\n    }\n\n    .hot-cta h3 span {\n      color: var(--gold);\n    }\n\n    .hot-cta p {\n      color: #aaa;\n      max-width: 650px;\n      margin: 0 auto 25px;\n      line-height: 1.7;\n    }\n\n    .hot-cta-button {\n      display: inline-block;\n      padding: 15px 28px;\n      border-radius: 50px;\n      background: linear-gradient(135deg, #f1d77a, #b99124);\n      color: #080808;\n      font-size: 14px;\n      font-weight: 900;\n      text-decoration: none;\n      box-shadow: 0 10px 30px rgba(212,175,55,.2);\n      transition: .3s ease;\n    }\n\n    .hot-cta-button:hover {\n      transform: translateY(-3px) scale(1.02);\n      box-shadow: 0 15px 35px rgba(212,175,55,.35);\n    }\n\n    .hot-included {\n      margin-top: 20px;\n      color: #777;\n      font-size: 12px;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 800px) {\n      .hot-grid {\n        grid-template-columns: repeat(2,1fr);\n      }\n\n      .hot-feature {\n        grid-template-columns: 1fr;\n      }\n\n      .hot-feature-visual {\n        min-height: 180px;\n      }\n\n      .hot-benefits {\n        grid-template-columns: repeat(2,1fr);\n      }\n    }\n\n    @media (max-width: 520px) {\n      .hot-hero {\n        padding: 48px 18px;\n      }\n\n      .hot-section {\n        padding: 42px 15px;\n      }\n\n      .hot-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .hot-card {\n        min-height: auto;\n      }\n\n      .hot-feature-copy {\n        padding: 30px 24px;\n      }\n\n      .hot-feature-visual {\n        min-height: 150px;\n        font-size: 65px;\n      }\n\n      .hot-benefits {\n        grid-template-columns: 1fr 1fr;\n      }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"hot-grooming\"\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hot-hero\"\u003e\n\u003cdiv class=\"hot-eyebrow\"\u003eHOUSE OF TAILS™ • PREMIUM PET CARE\u003c\/div\u003e\n\u003ch2\u003eGrooming They'll \u003cspan\u003eActually Enjoy.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003eTurn everyday grooming into a relaxing spa-like experience with an innovative brush designed to massage, detangle, remove loose fur and freshen your pet's coat — all in one.\u003c\/p\u003e\n\u003cdiv class=\"hot-badge-row\"\u003e\n\u003cdiv class=\"hot-badge\"\u003e🐶 Dogs \u0026amp; Cats\u003c\/div\u003e\n\u003cdiv class=\"hot-badge\"\u003e💧 Steam Spray\u003c\/div\u003e\n\u003cdiv class=\"hot-badge\"\u003e✨ Self-Cleaning\u003c\/div\u003e\n\u003cdiv class=\"hot-badge\"\u003e💆 Gentle Massage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- INTERACTIVE BENEFITS --\u003e\n\u003csection class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-heading\"\u003e\n\u003ch3\u003eMore Than Just a \u003cspan\u003eBrush.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eEvery detail is designed to make grooming easier for you and more comfortable for your furry companion.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-grid\"\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🧹\u003c\/div\u003e\n\u003ch4\u003eSelf-Cleaning\u003c\/h4\u003e\n\u003cp\u003eRelease collected fur with a simple press, making cleanup quick and effortless.\u003c\/p\u003e\n\u003cdiv class=\"hot-hover\"\u003e✦ Less mess. Less hassle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e💧\u003c\/div\u003e\n\u003ch4\u003eGentle Steam Spray\u003c\/h4\u003e\n\u003cp\u003eA fine mist helps soften the coat for a smoother, more comfortable grooming session.\u003c\/p\u003e\n\u003cdiv class=\"hot-hover\"\u003e✦ Smooth grooming made simple.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e💆\u003c\/div\u003e\n\u003ch4\u003eMassage Bristles\u003c\/h4\u003e\n\u003cp\u003eRounded bristles gently massage your pet while helping lift loose fur from the coat.\u003c\/p\u003e\n\u003cdiv class=\"hot-hover\"\u003e✦ Grooming meets relaxation.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐶\u003c\/div\u003e\n\u003ch4\u003eDogs \u0026amp; Cats\u003c\/h4\u003e\n\u003cp\u003eSuitable for short, medium and long coats, making it a versatile addition to your grooming routine.\u003c\/p\u003e\n\u003cdiv class=\"hot-hover\"\u003e✦ One brush for the whole family.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🌀\u003c\/div\u003e\n\u003ch4\u003eFur Removal\u003c\/h4\u003e\n\u003cp\u003eHelps lift loose and floating hair before it ends up covering your furniture and floors.\u003c\/p\u003e\n\u003cdiv class=\"hot-hover\"\u003e✦ Less loose fur around home.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🪢\u003c\/div\u003e\n\u003ch4\u003eEasy Detangling\u003c\/h4\u003e\n\u003cp\u003eHelps work through knots and tangles for a smoother, more manageable coat.\u003c\/p\u003e\n\u003cdiv class=\"hot-hover\"\u003e✦ Goodbye stubborn tangles.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- PREMIUM EXPERIENCE --\u003e\n\u003csection class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-experience\"\u003e\n\u003ch3\u003eFrom \u003cspan\u003eStressful\u003c\/span\u003e to Spa-Like.\u003c\/h3\u003e\n\u003cp\u003eThe rounded safety tips are designed to be gentle against sensitive skin while the massage-style bristles glide through the coat. Make grooming a more enjoyable part of your pet's routine.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURE --\u003e\n\u003csection class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-feature\"\u003e\n\u003cdiv class=\"hot-feature-copy\"\u003e\n\u003cdiv class=\"hot-feature-label\"\u003eThe House of Tails Difference\u003c\/div\u003e\n\u003ch3\u003eGroom. Massage.\u003cbr\u003e\u003cspan style=\"color: #d4af37;\"\u003eRefresh.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eDesigned to combine multiple grooming functions into one convenient tool, helping you spend less time battling loose fur and more time enjoying your pet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-feature-visual\"\u003e🐾\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- QUICK BENEFITS --\u003e\n\u003csection class=\"hot-section\"\u003e\n\u003cdiv class=\"hot-heading\"\u003e\n\u003ch3\u003eEverything You Need. \u003cspan\u003eOne Brush.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003cdiv class=\"hot-mini\"\u003e\n\u003cstrong\u003e💧 Steam Spray\u003c\/strong\u003e \u003cspan\u003eHelps soften the coat\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-mini\"\u003e\n\u003cstrong\u003e🧹 Self-Cleaning\u003c\/strong\u003e \u003cspan\u003eQuick fur release\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-mini\"\u003e\n\u003cstrong\u003e💆 Massage\u003c\/strong\u003e \u003cspan\u003eGentle grooming action\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-mini\"\u003e\n\u003cstrong\u003e🐾 Versatile\u003c\/strong\u003e \u003cspan\u003eFor cats \u0026amp; dogs\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"hot-cta\"\u003e\n\u003ch3\u003eMake Grooming a \u003cspan\u003eMoment They'll Love.\u003c\/span\u003e\n\u003c\/h3\u003e\n\u003cp\u003eKeep your pet looking fresh, feeling comfortable and your home a little less covered in fur — with one premium grooming essential.\u003c\/p\u003e\n\u003ca href=\"#product-form\" class=\"hot-cta-button\"\u003e ✨ ADD TO CART \u003c\/a\u003e\n\u003cdiv class=\"hot-included\"\u003e📦 Includes 1 × Self-Cleaning Massage Grooming Brush\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":46693708922982,"sku":null,"price":179.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/brush-hero-premium.png?v=1788175674"},{"product_id":"flower-pet-hair-remover-comb","title":"Flower pet hair remover comb","description":"\u003cstyle\u003e\n  .hot-grooming {\n    --hot-black: #0b0b0b;\n    --hot-black-2: #141414;\n    --hot-gold: #c9a227;\n    --hot-gold-light: #e4c65a;\n    --hot-white: #ffffff;\n    --hot-grey: #b8b8b8;\n\n    background: linear-gradient(145deg, #080808, #151515);\n    color: var(--hot-white);\n    padding: 55px 22px;\n    margin: 25px 0;\n    border-radius: 22px;\n    overflow: hidden;\n    position: relative;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Arial, sans-serif;\n    box-shadow: 0 18px 55px rgba(0,0,0,.28);\n  }\n\n  .hot-grooming::before {\n    content: \"\";\n    position: absolute;\n    width: 360px;\n    height: 360px;\n    border-radius: 50%;\n    background: rgba(201,162,39,.08);\n    filter: blur(70px);\n    top: -180px;\n    right: -100px;\n    pointer-events: none;\n  }\n\n  .hot-grooming::after {\n    content: \"\";\n    position: absolute;\n    width: 260px;\n    height: 260px;\n    border-radius: 50%;\n    background: rgba(201,162,39,.05);\n    filter: blur(60px);\n    bottom: -150px;\n    left: -80px;\n    pointer-events: none;\n  }\n\n  .hot-inner {\n    max-width: 1050px;\n    margin: auto;\n    position: relative;\n    z-index: 2;\n  }\n\n  .hot-eyebrow {\n    text-align: center;\n    color: var(--hot-gold-light);\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    font-size: 11px;\n    font-weight: 700;\n    margin-bottom: 14px;\n  }\n\n  .hot-title {\n    text-align: center;\n    font-size: clamp(30px, 5vw, 48px);\n    line-height: 1.08;\n    margin: 0 auto 18px;\n    font-weight: 800;\n    letter-spacing: -1px;\n  }\n\n  .hot-title span {\n    background: linear-gradient(90deg, #c9a227, #f2d978, #c9a227);\n    -webkit-background-clip: text;\n    background-clip: text;\n    color: transparent;\n  }\n\n  .hot-intro {\n    max-width: 760px;\n    margin: 0 auto 42px;\n    text-align: center;\n    color: #d1d1d1;\n    font-size: 16px;\n    line-height: 1.8;\n  }\n\n  .hot-divider {\n    width: 70px;\n    height: 2px;\n    margin: 0 auto 38px;\n    background: linear-gradient(90deg, transparent, var(--hot-gold), transparent);\n  }\n\n  \/* BENEFITS *\/\n\n  .hot-benefits {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n  }\n\n  .hot-card {\n    background: linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.025));\n    border: 1px solid rgba(201,162,39,.22);\n    border-radius: 18px;\n    padding: 27px 20px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    transition:\n      transform .35s ease,\n      border-color .35s ease,\n      box-shadow .35s ease,\n      background .35s ease;\n    cursor: default;\n  }\n\n  .hot-card::before {\n    content: \"\";\n    position: absolute;\n    width: 120px;\n    height: 120px;\n    background: rgba(201,162,39,.08);\n    border-radius: 50%;\n    top: -65px;\n    right: -65px;\n    transition: transform .45s ease;\n  }\n\n  .hot-card:hover {\n    transform: translateY(-8px);\n    border-color: rgba(228,198,90,.75);\n    box-shadow: 0 16px 35px rgba(0,0,0,.35), 0 0 25px rgba(201,162,39,.08);\n    background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035));\n  }\n\n  .hot-card:hover::before {\n    transform: scale(2);\n  }\n\n  .hot-icon {\n    width: 58px;\n    height: 58px;\n    margin: 0 auto 18px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 25px;\n    background: linear-gradient(145deg, #1d1d1d, #090909);\n    border: 1px solid rgba(228,198,90,.55);\n    box-shadow: inset 0 0 15px rgba(201,162,39,.08);\n    transition: transform .35s ease;\n  }\n\n  .hot-card:hover .hot-icon {\n    transform: rotate(8deg) scale(1.08);\n  }\n\n  .hot-card h3 {\n    font-size: 16px;\n    margin: 0 0 10px;\n    color: #fff;\n    font-weight: 750;\n  }\n\n  .hot-card p {\n    color: #aaa;\n    font-size: 13px;\n    line-height: 1.65;\n    margin: 0;\n  }\n\n  \/* FEATURE STRIP *\/\n\n  .hot-feature {\n    margin-top: 30px;\n    padding: 25px 28px;\n    border-radius: 18px;\n    border: 1px solid rgba(201,162,39,.25);\n    background: rgba(255,255,255,.035);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 25px;\n  }\n\n  .hot-feature-left {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n  }\n\n  .hot-feature-icon {\n    font-size: 28px;\n    flex-shrink: 0;\n  }\n\n  .hot-feature strong {\n    display: block;\n    font-size: 16px;\n    margin-bottom: 5px;\n  }\n\n  .hot-feature span {\n    color: #aaa;\n    font-size: 13px;\n  }\n\n  .hot-badge {\n    white-space: nowrap;\n    border: 1px solid rgba(228,198,90,.55);\n    color: var(--hot-gold-light);\n    border-radius: 50px;\n    padding: 9px 15px;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 1px;\n    text-transform: uppercase;\n  }\n\n  \/* MOBILE *\/\n\n  @media (max-width: 800px) {\n    .hot-benefits {\n      grid-template-columns: repeat(2, 1fr);\n    }\n\n    .hot-feature {\n      align-items: flex-start;\n      flex-direction: column;\n    }\n  }\n\n  @media (max-width: 500px) {\n    .hot-grooming {\n      padding: 40px 15px;\n      border-radius: 16px;\n    }\n\n    .hot-title {\n      font-size: 31px;\n    }\n\n    .hot-intro {\n      font-size: 14px;\n      line-height: 1.7;\n      margin-bottom: 30px;\n    }\n\n    .hot-benefits {\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n    }\n\n    .hot-card {\n      padding: 22px 13px;\n      border-radius: 14px;\n    }\n\n    .hot-card h3 {\n      font-size: 14px;\n    }\n\n    .hot-card p {\n      font-size: 12px;\n    }\n\n    .hot-icon {\n      width: 50px;\n      height: 50px;\n      font-size: 21px;\n    }\n\n    .hot-feature {\n      padding: 20px;\n    }\n  }\n\u003c\/style\u003e\n\u003csection class=\"hot-grooming\"\u003e\n\u003cdiv class=\"hot-inner\"\u003e\n\u003cdiv class=\"hot-eyebrow\"\u003ePremium Pet Grooming\u003c\/div\u003e\n\u003ch2 class=\"hot-title\"\u003eEffortless Grooming.\u003cbr\u003e\u003cspan\u003eBeautiful Results.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hot-intro\"\u003eSay goodbye to stubborn pet hair and turn everyday grooming into a luxurious bonding ritual. The Flower Pet Hair Remover Comb effortlessly lifts loose fur, dander and tangles while keeping your pet's coat looking smooth, healthy and beautifully groomed.\u003c\/p\u003e\n\u003cdiv class=\"hot-divider\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hot-benefits\"\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🌸\u003c\/div\u003e\n\u003ch3\u003eGentle on Every Coat\u003c\/h3\u003e\n\u003cp\u003eDesigned for short, long, thick and fine coats, giving your pet a comfortable grooming experience.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e✨\u003c\/div\u003e\n\u003ch3\u003eFur Removal Made Easy\u003c\/h3\u003e\n\u003cp\u003eLifts loose fur, dander and unwanted tangles without turning grooming into a struggle.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e🐾\u003c\/div\u003e\n\u003ch3\u003eHealthy-Looking Coat\u003c\/h3\u003e\n\u003cp\u003eRegular grooming helps distribute natural oils for a smoother, shinier and healthier-looking coat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-card\"\u003e\n\u003cdiv class=\"hot-icon\"\u003e💎\u003c\/div\u003e\n\u003ch3\u003eBuilt to Last\u003c\/h3\u003e\n\u003cp\u003ePremium construction with an ergonomic handle that's comfortable to hold and easy to clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-feature\"\u003e\n\u003cdiv class=\"hot-feature-left\"\u003e\n\u003cdiv class=\"hot-feature-icon\"\u003e🐶🐱\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eMake Grooming Their Favourite Ritual\u003c\/strong\u003e \u003cspan\u003e Less mess. Less effort. More quality time together. \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hot-badge\"\u003ePremium Care\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cp\u003e```\u003c\/p\u003e","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":47052004687974,"sku":null,"price":149.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/flower-pet-hair-remover-comb-flat-lay.png?v=1788509874"},{"product_id":"paw-perfect-nail-trimmer","title":"Paw perfect nail trimmer","description":"\u003cdiv class=\"paw-perfect-product\"\u003e\n\n  \u003cstyle\u003e\n    .paw-perfect-product {\n      --pp-black: #080808;\n      --pp-dark: #111111;\n      --pp-gold: #d4af37;\n      --pp-gold-light: #f4d77b;\n      --pp-white: #ffffff;\n      --pp-grey: #b8b8b8;\n      font-family: Arial, Helvetica, sans-serif;\n      color: var(--pp-white);\n      background: var(--pp-black);\n      border-radius: 22px;\n      overflow: hidden;\n      max-width: 1100px;\n      margin: 25px auto;\n      box-shadow: 0 15px 50px rgba(0,0,0,.35);\n    }\n\n    .paw-perfect-product * {\n      box-sizing: border-box;\n    }\n\n    \/* HERO *\/\n    .pp-hero {\n      position: relative;\n      padding: 65px 30px;\n      text-align: center;\n      background:\n        radial-gradient(circle at 50% 0%, rgba(212,175,55,.18), transparent 42%),\n        linear-gradient(145deg, #080808, #151515 55%, #090909);\n      border-bottom: 1px solid rgba(212,175,55,.3);\n    }\n\n    .pp-badge {\n      display: inline-block;\n      padding: 8px 18px;\n      border: 1px solid var(--pp-gold);\n      border-radius: 50px;\n      color: var(--pp-gold-light);\n      font-size: 11px;\n      font-weight: 800;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n      margin-bottom: 20px;\n      background: rgba(212,175,55,.07);\n    }\n\n    .pp-hero h2 {\n      margin: 0 auto 16px;\n      max-width: 800px;\n      font-size: clamp(30px, 5vw, 52px);\n      line-height: 1.05;\n      font-weight: 900;\n      letter-spacing: -1px;\n      color: #fff;\n    }\n\n    .pp-gold {\n      color: var(--pp-gold-light);\n    }\n\n    .pp-hero p {\n      max-width: 720px;\n      margin: 0 auto;\n      color: #d1d1d1;\n      font-size: 16px;\n      line-height: 1.8;\n    }\n\n    .pp-stars {\n      margin-top: 25px;\n      color: var(--pp-gold-light);\n      letter-spacing: 4px;\n      font-size: 18px;\n    }\n\n    \/* INTRO *\/\n    .pp-intro {\n      padding: 45px 28px;\n      text-align: center;\n      background: #0d0d0d;\n    }\n\n    .pp-intro h3 {\n      font-size: 27px;\n      margin: 0 0 14px;\n      color: #fff;\n    }\n\n    .pp-intro p {\n      max-width: 760px;\n      margin: auto;\n      color: #bdbdbd;\n      line-height: 1.8;\n      font-size: 15px;\n    }\n\n    \/* BENEFITS *\/\n    .pp-section-title {\n      text-align: center;\n      padding: 45px 20px 25px;\n      background: #0d0d0d;\n    }\n\n    .pp-section-title span {\n      color: var(--pp-gold-light);\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 2px;\n      text-transform: uppercase;\n    }\n\n    .pp-section-title h3 {\n      margin: 8px 0 0;\n      font-size: 30px;\n      color: #fff;\n    }\n\n    .pp-benefits {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 16px;\n      padding: 25px 25px 50px;\n      background: #0d0d0d;\n    }\n\n    .pp-card {\n      position: relative;\n      padding: 25px 21px;\n      min-height: 190px;\n      background: linear-gradient(145deg, #181818, #0c0c0c);\n      border: 1px solid rgba(212,175,55,.22);\n      border-radius: 16px;\n      overflow: hidden;\n      transition: all .35s ease;\n      cursor: pointer;\n    }\n\n    .pp-card:before {\n      content: \"\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 100%;\n      height: 2px;\n      background: linear-gradient(90deg, transparent, var(--pp-gold), transparent);\n      opacity: .65;\n    }\n\n    .pp-card:hover {\n      transform: translateY(-7px);\n      border-color: rgba(212,175,55,.75);\n      box-shadow: 0 15px 35px rgba(0,0,0,.45);\n    }\n\n    .pp-icon {\n      width: 48px;\n      height: 48px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 12px;\n      background: rgba(212,175,55,.1);\n      border: 1px solid rgba(212,175,55,.35);\n      color: var(--pp-gold-light);\n      font-size: 22px;\n      margin-bottom: 18px;\n      transition: .3s ease;\n    }\n\n    .pp-card:hover .pp-icon {\n      background: var(--pp-gold);\n      color: #080808;\n      transform: rotate(-5deg) scale(1.08);\n    }\n\n    .pp-card h4 {\n      margin: 0 0 9px;\n      font-size: 17px;\n      color: #fff;\n    }\n\n    .pp-card p {\n      margin: 0;\n      color: #aaa;\n      font-size: 13px;\n      line-height: 1.7;\n    }\n\n    \/* FEATURE STRIP *\/\n    .pp-feature-strip {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      background: var(--pp-gold);\n      color: #080808;\n    }\n\n    .pp-feature {\n      padding: 23px 12px;\n      text-align: center;\n      border-right: 1px solid rgba(0,0,0,.15);\n    }\n\n    .pp-feature:last-child {\n      border-right: none;\n    }\n\n    .pp-feature strong {\n      display: block;\n      font-size: 13px;\n      font-weight: 900;\n      text-transform: uppercase;\n      letter-spacing: .5px;\n    }\n\n    .pp-feature small {\n      display: block;\n      margin-top: 5px;\n      font-size: 11px;\n      opacity: .7;\n    }\n\n    \/* HOW IT HELPS *\/\n    .pp-how {\n      padding: 55px 28px;\n      background: #111;\n      text-align: center;\n    }\n\n    .pp-how h3 {\n      font-size: 30px;\n      margin: 0 0 12px;\n    }\n\n    .pp-how-sub {\n      color: #aaa;\n      margin: 0 auto 35px;\n      max-width: 650px;\n      line-height: 1.7;\n      font-size: 14px;\n    }\n\n    .pp-steps {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      max-width: 850px;\n      margin: auto;\n    }\n\n    .pp-step {\n      padding: 25px 18px;\n      border-radius: 15px;\n      border: 1px solid rgba(212,175,55,.2);\n      background: #0a0a0a;\n    }\n\n    .pp-number {\n      width: 42px;\n      height: 42px;\n      margin: 0 auto 15px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      background: var(--pp-gold);\n      color: #080808;\n      font-weight: 900;\n    }\n\n    .pp-step h4 {\n      margin: 0 0 8px;\n      font-size: 16px;\n    }\n\n    .pp-step p {\n      margin: 0;\n      color: #aaa;\n      font-size: 13px;\n      line-height: 1.6;\n    }\n\n    \/* WHAT'S INCLUDED *\/\n    .pp-included {\n      padding: 50px 25px;\n      background: #0a0a0a;\n    }\n\n    .pp-included-box {\n      max-width: 850px;\n      margin: auto;\n      padding: 30px;\n      border-radius: 18px;\n      border: 1px solid rgba(212,175,55,.3);\n      background: linear-gradient(145deg, #171717, #0c0c0c);\n    }\n\n    .pp-included h3 {\n      text-align: center;\n      margin: 0 0 25px;\n      font-size: 26px;\n    }\n\n    .pp-list {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 13px;\n    }\n\n    .pp-list-item {\n      display: flex;\n      align-items: center;\n      gap: 11px;\n      padding: 13px;\n      border-radius: 10px;\n      background: rgba(255,255,255,.035);\n      color: #ddd;\n      font-size: 13px;\n    }\n\n    .pp-check {\n      color: var(--pp-gold-light);\n      font-size: 17px;\n      font-weight: bold;\n    }\n\n    \/* FINAL CTA *\/\n    .pp-cta {\n      padding: 55px 25px;\n      text-align: center;\n      background:\n        radial-gradient(circle at center, rgba(212,175,55,.14), transparent 55%),\n        #080808;\n      border-top: 1px solid rgba(212,175,55,.25);\n    }\n\n    .pp-cta h3 {\n      margin: 0 0 12px;\n      font-size: clamp(25px, 4vw, 36px);\n    }\n\n    .pp-cta p {\n      max-width: 650px;\n      margin: 0 auto;\n      color: #aaa;\n      line-height: 1.7;\n      font-size: 14px;\n    }\n\n    .pp-cta-line {\n      width: 70px;\n      height: 2px;\n      background: var(--pp-gold);\n      margin: 25px auto 0;\n    }\n\n    \/* MOBILE *\/\n    @media (max-width: 750px) {\n      .pp-hero {\n        padding: 45px 20px;\n      }\n\n      .pp-benefits {\n        grid-template-columns: 1fr;\n        padding: 20px 15px 40px;\n      }\n\n      .pp-card {\n        min-height: auto;\n      }\n\n      .pp-feature-strip {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .pp-feature:nth-child(2) {\n        border-right: none;\n      }\n\n      .pp-feature:nth-child(-n+2) {\n        border-bottom: 1px solid rgba(0,0,0,.15);\n      }\n\n      .pp-steps {\n        grid-template-columns: 1fr;\n      }\n\n      .pp-list {\n        grid-template-columns: 1fr;\n      }\n\n      .pp-intro,\n      .pp-how,\n      .pp-included {\n        padding-left: 18px;\n        padding-right: 18px;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- HERO --\u003e\n\n  \u003csection class=\"pp-hero\"\u003e\n    \u003cdiv class=\"pp-badge\"\u003ePremium Pet Grooming\u003c\/div\u003e\n\n```\n\u003ch2\u003e\n  Smooth, Rounded Nails.\u003cbr\u003e\n  \u003cspan class=\"pp-gold\"\u003eStress-Free Grooming.\u003c\/span\u003e\n\u003c\/h2\u003e\n\n\u003cp\u003e\n  Meet the Paw Perfect Pet Nail Trimmer — a smarter way to keep your\n  pet's nails smooth, neat and comfortable without the stress of traditional clipping.\n\u003c\/p\u003e\n\n\u003cdiv class=\"pp-stars\"\u003e★★★★★\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- INTRO --\u003e\n\n  \u003csection class=\"pp-intro\"\u003e\n    \u003ch3\u003eBecause Every Paw Deserves a Perfect Finish 🐾\u003c\/h3\u003e\n\n```\n\u003cp\u003e\n  Say goodbye to jagged edges, stressful clipping and messy grooming sessions.\n  The Paw Perfect Pet Nail Trimmer uses a gentle rotary filing action to\n  gradually smooth your pet's nails into a rounded finish — giving you\n  greater control and confidence during grooming.\n\u003c\/p\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- INTERACTIVE BENEFITS --\u003e\n\n  \u003csection class=\"pp-section-title\"\u003e\n    \u003cspan\u003eDesigned For Easier Grooming\u003c\/span\u003e\n    \u003ch3\u003ePremium Features. Practical Benefits.\u003c\/h3\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"pp-benefits\"\u003e\n\n```\n\u003cdiv class=\"pp-card\"\u003e\n  \u003cdiv class=\"pp-icon\"\u003e🔄\u003c\/div\u003e\n  \u003ch4\u003eRotary Filing Action\u003c\/h4\u003e\n  \u003cp\u003e\n    Smooth and shape nails gradually instead of making a sudden cut,\n    helping create a neat, rounded finish.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-card\"\u003e\n  \u003cdiv class=\"pp-icon\"\u003e💡\u003c\/div\u003e\n  \u003ch4\u003eBuilt-In Light\u003c\/h4\u003e\n  \u003cp\u003e\n    Illuminate the grooming area for improved visibility and more\n    confident, precise trimming.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-card\"\u003e\n  \u003cdiv class=\"pp-icon\"\u003e✋\u003c\/div\u003e\n  \u003ch4\u003eRubberised Comfort Grip\u003c\/h4\u003e\n  \u003cp\u003e\n    Designed for comfortable handling and steady control — especially\n    helpful when your pet decides to wiggle.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-card\"\u003e\n  \u003cdiv class=\"pp-icon\"\u003e🧹\u003c\/div\u003e\n  \u003ch4\u003eShavings Collector\u003c\/h4\u003e\n  \u003cp\u003e\n    Helps collect nail shavings as you groom, making cleanup easier\n    and keeping your grooming area tidier.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-card\"\u003e\n  \u003cdiv class=\"pp-icon\"\u003e📏\u003c\/div\u003e\n  \u003ch4\u003e3 Safety Guides\u003c\/h4\u003e\n  \u003cp\u003e\n    Choose from three guides designed to accommodate different pet\n    sizes while helping prevent excessive trimming.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-card\"\u003e\n  \u003cdiv class=\"pp-icon\"\u003e🔋\u003c\/div\u003e\n  \u003ch4\u003eCord-Free Convenience\u003c\/h4\u003e\n  \u003cp\u003e\n    Battery powered for flexible grooming anywhere without being\n    restricted by a charging cable.\n  \u003c\/p\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- GOLD FEATURE STRIP --\u003e\n\n  \u003csection class=\"pp-feature-strip\"\u003e\n\n```\n\u003cdiv class=\"pp-feature\"\u003e\n  \u003cstrong\u003e3 Guides\u003c\/strong\u003e\n  \u003csmall\u003eSafety \u0026amp; control\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-feature\"\u003e\n  \u003cstrong\u003e3 Rollers\u003c\/strong\u003e\n  \u003csmall\u003eReplacement rollers included\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-feature\"\u003e\n  \u003cstrong\u003eBuilt-In Light\u003c\/strong\u003e\n  \u003csmall\u003eImproved visibility\u003c\/small\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pp-feature\"\u003e\n  \u003cstrong\u003eCord-Free\u003c\/strong\u003e\n  \u003csmall\u003eBattery operated\u003c\/small\u003e\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- HOW IT WORKS --\u003e\n\n  \u003csection class=\"pp-how\"\u003e\n\n```\n\u003ch3\u003eA Better Way To Groom\u003c\/h3\u003e\n\n\u003cp class=\"pp-how-sub\"\u003e\n  Take the stress out of nail maintenance with a controlled filing\n  experience designed for everyday pet grooming.\n\u003c\/p\u003e\n\n\u003cdiv class=\"pp-steps\"\u003e\n\n  \u003cdiv class=\"pp-step\"\u003e\n    \u003cdiv class=\"pp-number\"\u003e01\u003c\/div\u003e\n    \u003ch4\u003eChoose Your Guide\u003c\/h4\u003e\n    \u003cp\u003e\n      Select one of the three included safety guides according to\n      your pet's size and grooming needs.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-step\"\u003e\n    \u003cdiv class=\"pp-number\"\u003e02\u003c\/div\u003e\n    \u003ch4\u003eFile With Control\u003c\/h4\u003e\n    \u003cp\u003e\n      Use the rotary filing action to gradually smooth and shape\n      the nail while maintaining control.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pp-step\"\u003e\n    \u003cdiv class=\"pp-number\"\u003e03\u003c\/div\u003e\n    \u003ch4\u003eEnjoy Smooth Paws\u003c\/h4\u003e\n    \u003cp\u003e\n      Finish with neatly filed, rounded nails and less mess thanks\n      to the integrated shavings collector.\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- WHAT'S INCLUDED --\u003e\n\n  \u003csection class=\"pp-included\"\u003e\n\n```\n\u003cdiv class=\"pp-included-box\"\u003e\n\n  \u003ch3\u003eEverything You Need To Get Started\u003c\/h3\u003e\n\n  \u003cdiv class=\"pp-list\"\u003e\n\n    \u003cdiv class=\"pp-list-item\"\u003e\n      \u003cspan class=\"pp-check\"\u003e✓\u003c\/span\u003e\n      Paw Perfect Pet Nail Trimmer\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-list-item\"\u003e\n      \u003cspan class=\"pp-check\"\u003e✓\u003c\/span\u003e\n      3 Safety Guides\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-list-item\"\u003e\n      \u003cspan class=\"pp-check\"\u003e✓\u003c\/span\u003e\n      3 Replacement Rollers\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-list-item\"\u003e\n      \u003cspan class=\"pp-check\"\u003e✓\u003c\/span\u003e\n      Built-In Grooming Light\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-list-item\"\u003e\n      \u003cspan class=\"pp-check\"\u003e✓\u003c\/span\u003e\n      Integrated Shavings Collector\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"pp-list-item\"\u003e\n      \u003cspan class=\"pp-check\"\u003e✓\u003c\/span\u003e\n      Rubberised Ergonomic Grip\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n  \u003c!-- BATTERY NOTE --\u003e\n\n  \u003csection class=\"pp-cta\"\u003e\n\n```\n\u003ch3\u003e\n  Groom With \u003cspan class=\"pp-gold\"\u003eConfidence.\u003c\/span\u003e\n\u003c\/h3\u003e\n\n\u003cp\u003e\n  Compact, practical and easy to control, the Paw Perfect Pet Nail Trimmer\n  makes regular nail maintenance a simpler part of your pet-care routine.\n  Battery operated using \u003cstrong\u003e3 AA batteries\u003c\/strong\u003e (not included).\n\u003c\/p\u003e\n\n\u003cdiv class=\"pp-cta-line\"\u003e\u003c\/div\u003e\n```\n\n  \u003c\/section\u003e\n\n\u003c\/div\u003e\n","brand":"House Of Tails™","offers":[{"title":"Default Title","offer_id":47164220997734,"sku":null,"price":299.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/files\/image-1.png?v=1789219714"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0729\/0139\/4534\/collections\/grooming-banner-black-cat-german-shepherd.png?v=1788161992","url":"https:\/\/houseoftails.co.za\/collections\/the-grooming-parlour%f0%9f%90%b6.oembed","provider":"House Of Tails™","version":"1.0","type":"link"}