{"product_id":"ultra-fine-pet-comb","title":"Ultra Fine Pet Comb","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Pet Grooming Tool (Tear Stain Comb)\nTarget Audience: Pet owners (especially cats and dogs with white\/light coats), grooming professionals focusing on gentle and safe care.\nVisual Style: Professional, Gentle, Reliable, Clean\nColor Strategy: \n- Primary: #1459a9 (Trustworthy Navy Blue matching the product handle)\n- Accent: #ffd23f (Vibrant Yellow matching the paw print, drawing attention)\n- Background: #ffffff (Clean white) with #f4f7f9 (Soft blue-grey for cards) to enhance contrast.\nShape Strategy: Radius 16px (Friendly, approachable, safe for pets)\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at 34-44px, Body at 18-20px for high legibility)\nMobile Table Strategy: Card-based (No horizontal scroll, full metric\/imperial conversions included)\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_1, Feature4=image_4\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {\n      \/* Color Palette *\/\n      --primary: #1459a9;\n      --primary-hover: #0d4282;\n      --accent: #ffd23f;\n      --text-main: #1e293b;\n      --text-sub: #475569;\n      --bg-body: #ffffff;\n      --bg-card: #f4f7f9;\n      --border-color: #e2e8f0;\n      \n      \/* Shapes \u0026 Shadows *\/\n      --radius-md: 12px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);\n    }\n\n    \/* Global Reset \u0026 Spacing *\/\n    .product-detail-container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 0 5%;\n      background-color: var(--bg-body);\n      color: var(--text-main);\n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\n      -webkit-font-smoothing: antialiased;\n    }\n\n    .product-detail-container *,\n    .product-detail-container *::before,\n    .product-detail-container *::after {\n      box-sizing: inherit;\n    }\n\n    \/* Typography System *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      margin-top: 0;\n      color: var(--text-main);\n      line-height: 1.2;\n      font-weight: 700;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 4vw, 44px);\n      margin-bottom: 24px;\n      color: var(--primary);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 3vw, 32px);\n      margin-bottom: 20px;\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 2.5vw, 24px);\n      margin-bottom: 16px;\n    }\n\n    .product-detail-container p {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin-top: 0;\n      margin-bottom: 24px;\n    }\n\n    .product-detail-container ul {\n      margin-top: 0;\n      margin-bottom: 24px;\n      padding-left: 24px;\n    }\n\n    .product-detail-container li {\n      font-size: clamp(18px, 2vw, 20px);\n      line-height: 1.6;\n      color: var(--text-sub);\n      margin-bottom: 12px;\n    }\n\n    .aux-text {\n      font-size: clamp(16px, 1.5vw, 18px);\n      color: var(--text-sub);\n    }\n\n    \/* Image \u0026 Placeholder Protocol *\/\n    .product-detail-container img {\n      width: 100%;\n      height: auto;\n      display: block;\n      border-radius: var(--radius-lg);\n    }\n\n    .media-placeholder {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      background: var(--bg-card);\n      border: 2px dashed #cbd5e1;\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: #64748b;\n      font-weight: 600;\n      font-size: clamp(16px, 2vw, 20px);\n      text-align: center;\n      padding: 20px;\n    }\n\n    \/* Layout Spacing *\/\n    .section-spacing {\n      margin-bottom: clamp(4rem, 8vw, 6rem);\n    }\n\n    \/* Visual Badges (Non-clickable) *\/\n    .trust-badge-container {\n      display: inline-flex;\n      align-items: center;\n      background-color: var(--bg-card);\n      padding: 12px 24px;\n      border-radius: 50px;\n      margin-bottom: clamp(1.5rem, 3vw, 2.5rem);\n      border: 1px solid var(--border-color);\n    }\n    \n    .trust-badge-text {\n      font-size: clamp(16px, 1.5vw, 18px);\n      font-weight: 700;\n      color: var(--primary);\n      text-transform: uppercase;\n      letter-spacing: 0.5px;\n    }\n\n    \/* Hero Section *\/\n    .hero-section {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n    }\n\n    @media (min-width: 768px) {\n      .hero-section {\n        flex-direction: row;\n        align-items: center;\n      }\n      .hero-content, .hero-media {\n        flex: 1;\n      }\n    }\n\n    \/* Feature Sections (Mobile First \u0026 Z-Pattern) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: clamp(2rem, 5vw, 4rem);\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        align-items: center;\n      }\n      .feature-item:nth-child(even) {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n      }\n    }\n\n    \/* Specifications Table (Mobile Card Strategy) *\/\n    .specs-wrapper {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: clamp(2rem, 4vw, 3rem);\n    }\n\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n    }\n\n    .specs-table th, \n    .specs-table td {\n      padding: 18px 20px;\n      text-align: left;\n      font-size: clamp(16px, 1.5vw, 18px);\n      border-bottom: 1px solid var(--border-color);\n      color: var(--text-main);\n    }\n\n    .specs-table th {\n      font-weight: 700;\n      background-color: #e2e8f0;\n      color: var(--primary);\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, \n      .specs-table thead, \n      .specs-table tbody, \n      .specs-table tr, \n      .specs-table th, \n      .specs-table td {\n        display: block;\n        width: 100%;\n      }\n      \n      .specs-table thead {\n        display: none; \/* Hide headers on mobile *\/\n      }\n      \n      .specs-table tr {\n        background: #ffffff;\n        border: 1px solid var(--border-color);\n        border-radius: var(--radius-md);\n        margin-bottom: 16px;\n        box-shadow: var(--shadow-sm);\n        padding: 8px 0;\n      }\n      \n      .specs-table td {\n        display: flex;\n        flex-direction: column;\n        border-bottom: 1px solid #f1f5f9;\n        padding: 12px 20px;\n        text-align: left;\n      }\n      \n      .specs-table td::before {\n        content: attr(data-label);\n        font-weight: 700;\n        color: var(--primary);\n        margin-bottom: 6px;\n        font-size: 16px;\n      }\n      \n      .specs-table td:last-child {\n        border-bottom: none;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      border-top: 1px solid var(--border-color);\n      padding-top: clamp(2rem, 5vw, 4rem);\n    }\n\n    .faq-item {\n      margin-bottom: 32px;\n      background: var(--bg-card);\n      padding: clamp(1.5rem, 3vw, 2.5rem);\n      border-radius: var(--radius-md);\n    }\n\n    .faq-question {\n      font-size: clamp(20px, 2.5vw, 24px);\n      font-weight: 700;\n      color: var(--primary);\n      margin-bottom: 12px;\n    }\n\n    .faq-answer {\n      font-size: clamp(18px, 2vw, 20px);\n      color: var(--text-sub);\n      line-height: 1.6;\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/475726ae51a3b4d4f89ce63fa07c6722.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"trust-badge-container\"\u003e\u003cspan class=\"trust-badge-text\"\u003eDesigned For Sensitive Skin\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch1\u003eGentle \u0026amp; Safe Tear Stain Remover Comb\u003c\/h1\u003e\n\n\u003ch2\u003eEffortlessly remove stubborn eye discharge and crusts without hurting your furry friend.\u003c\/h2\u003e\n\n\u003cp\u003eSafeguard your dog's or cat's coat health with our uniquely curved, rounded-tip design. The dense yet lightweight comb head easily clears debris from the base of the coat, revealing a clean, bright face.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Strict Sequence \u0026 Z-Pattern) --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003c!-- Feature 1 --\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/84401f9c0b77e6f99692d3fb3a7530a0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e100% Gentle \u0026amp; Safe for Faces\u003c\/h3\u003e\n\n\u003cp\u003eGrooming sensitive areas around the eyes, nose, or mouth requires extreme care. This comb is engineered with 60 ultra-fine, perfectly rounded stainless steel teeth.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Benefit:\u003c\/strong\u003e It glides smoothly over facial contours, gently lifting discharge and crust buildup while absolutely preventing any scratching or irritation to your pet's delicate skin.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/450f269dc773d355da1bc61e8af3e2f2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEffective Tear Stain \u0026amp; Gunk Removal\u003c\/h3\u003e\n\n\u003cp\u003eSay goodbye to unsightly marks, especially on white and light-colored pets. The metal teeth feature precisely engineered 0.3mm spacing.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Benefit:\u003c\/strong\u003e This tight spacing acts as a fine mesh, catching and lifting both fresh tear moisture and dried, stubborn eye gunk. Over time, consistent use dramatically reduces visible tear staining.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/63aa5aece9e61b94c423026302ae46c5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eCurved Contour Design \u0026amp; Ultimate Control\u003c\/h3\u003e\n\n\u003cp\u003eWe eliminated rigid, flat comb heads. Our uniquely curved head naturally hugs the facial contours of your pet, making the process much safer.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Benefit:\u003c\/strong\u003e Combined with the ergonomic, lightweight non-slip handle featuring an adorable paw print grip, owners maintain full control. It turns a stressful grooming session into a comfortable, bonding experience for nervous pets, puppies, and kittens.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\n\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"media-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/dfd44419bf0e0cbf1b584a7f66d432f3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMulti-Purpose \u0026amp; Travel Ready\u003c\/h3\u003e\n\n\u003cp\u003eIt’s more than just an eye comb. It excels at removing fleas, lice, and loose debris from beards, whiskers, and ears across all breeds and coat types.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Benefit:\u003c\/strong\u003e Built with rust-resistant stainless steel, it can be instantly rinsed clean under water. Its compact 2.6\" x 2.7\" footprint means it fits perfectly into grooming kits, purses, or travel bags for on-the-go touch-ups.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"specs-wrapper\"\u003e\n\u003ctable class=\"specs-table\"\u003e\n\t\u003cthead\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\n\t\t\t\u003cth\u003eSpecification Details\u003c\/th\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/thead\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eComb Teeth Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eRust-Resistant Stainless Steel (Rounded Tips)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eHandle Material\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eErgonomic Non-Slip Plastic\/Rubber\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eTeeth Spacing\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e0.3 mm \/ 0.012 in\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eNumber of Teeth\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e60 Ultra-fine Teeth\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003e6.6 x 6.9 cm \/ 2.6 x 2.7 in (Compact Size)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBest Suited For\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eCats, Dogs, Small Breeds, Puppies, Kittens\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePrimary Use Cases\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification Details\"\u003eTear Stains, Eye Discharge, Flea\/Lice Removal, Beard Grooming\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003cdiv class=\"section-spacing faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eWill it hurt my pet's sensitive skin around the eyes?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eNot at all! The comb features 60 ultra-fine, rounded stainless steel teeth and a curved head. It is specifically designed to glide smoothly over sensitive facial contours without scratching or irritating the skin.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it work well on dried, stubborn tear stains?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eYes, the precisely engineered 0.3mm spacing between the teeth is perfect for catching and lifting both fresh eye discharge and dried, stubborn gunk, helping to significantly reduce tear stains over time.\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the comb after use?\u003c\/div\u003e\n\n\u003cdiv class=\"faq-answer\"\u003eCleaning is effortless. Thanks to the rust-resistant stainless steel construction, you can simply run the comb under running tap water to instantly rinse off trapped debris and gunk.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Single)","offer_id":51216244605152,"sku":"0326-20319938","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular)","offer_id":51216244637920,"sku":"0326-20317077","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value)","offer_id":51216244670688,"sku":"0326-20314598","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/475726ae51a3b4d4f89ce63fa07c6722.jpg?v=1774528365","url":"https:\/\/dogplaybox.com\/products\/ultra-fine-pet-comb","provider":"DogPlayBox","version":"1.0","type":"link"}