{"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","url":"https:\/\/houseoftails.co.za\/products\/flower-pet-hair-remover-comb","provider":"House Of Tails™","version":"1.0","type":"link"}