{"product_id":"ultra-fine-pet-comb","title":"Ultra Fine Pet Comb","description":"\u003c!--[AI Design Logic]Product Type: Pet Grooming Tool (Tear Stain Comb)Target Audience: Pet owners (especially cats and dogs with white\/light coats), grooming professionals focusing on gentle and safe care.Visual Style: Professional, Gentle, Reliable, CleanColor Strategy: - Primary: #1459a9 (Trustworthy Navy Blue matching the product handle)- Accent: #ffd23f (Vibrant Yellow matching the paw print, drawing attention)- Background: #ffffff (Clean white) with #f4f7f9 (Soft blue-grey for cards) to enhance contrast.Shape Strategy: Radius 16px (Friendly, approachable, safe for pets)Typography Strategy: Large Type \/ Mobile-first readable (H1 at 34-44px, Body at 18-20px for high legibility)Mobile Table Strategy: Card-based (No horizontal scroll, full metric\/imperial conversions included)Image Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_1, Feature4=image_4--\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e:root {      \/* Color Palette *\/      --primary: #1459a9;      --primary-hover: #0d4282;      --accent: #ffd23f;      --text-main: #1e293b;      --text-sub: #475569;      --bg-body: #ffffff;      --bg-card: #f4f7f9;      --border-color: #e2e8f0;            \/* Shapes \u0026 Shadows *\/      --radius-md: 12px;      --radius-lg: 16px;      --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.05);      --shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.1);    }    \/* Global Reset \u0026 Spacing *\/    .product-detail-container {      max-width: 1200px;      margin: 0 auto;      padding: 0 5%;      background-color: var(--bg-body);      color: var(--text-main);      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;      box-sizing: border-box;      overflow-wrap: break-word;      word-break: break-word;      -webkit-font-smoothing: antialiased;    }    .product-detail-container *,    .product-detail-container *::before,    .product-detail-container *::after {      box-sizing: inherit;    }    \/* Typography System *\/    .product-detail-container h1,    .product-detail-container h2,    .product-detail-container h3 {      margin-top: 0;      color: var(--text-main);      line-height: 1.2;      font-weight: 700;    }    .product-detail-container h1 {      font-size: clamp(32px, 4vw, 44px);      margin-bottom: 24px;      color: var(--primary);    }    .product-detail-container h2 {      font-size: clamp(24px, 3vw, 32px);      margin-bottom: 20px;    }    .product-detail-container h3 {      font-size: clamp(20px, 2.5vw, 24px);      margin-bottom: 16px;    }    .product-detail-container p {      font-size: clamp(18px, 2vw, 20px);      line-height: 1.7;      color: var(--text-sub);      margin-top: 0;      margin-bottom: 24px;    }    .product-detail-container ul {      margin-top: 0;      margin-bottom: 24px;      padding-left: 24px;    }    .product-detail-container li {      font-size: clamp(18px, 2vw, 20px);      line-height: 1.6;      color: var(--text-sub);      margin-bottom: 12px;    }    .aux-text {      font-size: clamp(16px, 1.5vw, 18px);      color: var(--text-sub);    }    \/* Image \u0026 Placeholder Protocol *\/    .product-detail-container img {      width: 100%;      height: auto;      display: block;      border-radius: var(--radius-lg);    }    .media-placeholder {      width: 100%;      aspect-ratio: 4 \/ 3;      background: var(--bg-card);      border: 2px dashed #cbd5e1;      border-radius: var(--radius-lg);      display: flex;      align-items: center;      justify-content: center;      color: #64748b;      font-weight: 600;      font-size: clamp(16px, 2vw, 20px);      text-align: center;      padding: 20px;    }    \/* Layout Spacing *\/    .section-spacing {      margin-bottom: clamp(4rem, 8vw, 6rem);    }    \/* Visual Badges (Non-clickable) *\/    .trust-badge-container {      display: inline-flex;      align-items: center;      background-color: var(--bg-card);      padding: 12px 24px;      border-radius: 50px;      margin-bottom: clamp(1.5rem, 3vw, 2.5rem);      border: 1px solid var(--border-color);    }        .trust-badge-text {      font-size: clamp(16px, 1.5vw, 18px);      font-weight: 700;      color: var(--primary);      text-transform: uppercase;      letter-spacing: 0.5px;    }    \/* Hero Section *\/    .hero-section {      display: flex;      flex-direction: column;      gap: clamp(2rem, 5vw, 4rem);    }    @media (min-width: 768px) {      .hero-section {        flex-direction: row;        align-items: center;      }      .hero-content, .hero-media {        flex: 1;      }    }    \/* Feature Sections (Mobile First \u0026 Z-Pattern) *\/    .feature-item {      display: flex;      flex-direction: column;      gap: clamp(2rem, 5vw, 4rem);      margin-bottom: clamp(3rem, 6vw, 5rem);    }    @media (min-width: 768px) {      .feature-item {        flex-direction: row;        align-items: center;      }      .feature-item:nth-child(even) {        flex-direction: row-reverse;      }      .feature-media, .feature-copy {        flex: 1;      }    }    \/* Specifications Table (Mobile Card Strategy) *\/    .specs-wrapper {      background-color: var(--bg-card);      border-radius: var(--radius-lg);      padding: clamp(2rem, 4vw, 3rem);    }    .specs-table {      width: 100%;      border-collapse: collapse;    }    .specs-table th,     .specs-table td {      padding: 18px 20px;      text-align: left;      font-size: clamp(16px, 1.5vw, 18px);      border-bottom: 1px solid var(--border-color);      color: var(--text-main);    }    .specs-table th {      font-weight: 700;      background-color: #e2e8f0;      color: var(--primary);    }    .specs-table tr:last-child td {      border-bottom: none;    }    @media (max-width: 767px) {      .specs-table,       .specs-table thead,       .specs-table tbody,       .specs-table tr,       .specs-table th,       .specs-table td {        display: block;        width: 100%;      }            .specs-table thead {        display: none; \/* Hide headers on mobile *\/      }            .specs-table tr {        background: #ffffff;        border: 1px solid var(--border-color);        border-radius: var(--radius-md);        margin-bottom: 16px;        box-shadow: var(--shadow-sm);        padding: 8px 0;      }            .specs-table td {        display: flex;        flex-direction: column;        border-bottom: 1px solid #f1f5f9;        padding: 12px 20px;        text-align: left;      }            .specs-table td::before {        content: attr(data-label);        font-weight: 700;        color: var(--primary);        margin-bottom: 6px;        font-size: 16px;      }            .specs-table td:last-child {        border-bottom: none;      }    }    \/* FAQ Section *\/    .faq-container {      border-top: 1px solid var(--border-color);      padding-top: clamp(2rem, 5vw, 4rem);    }    .faq-item {      margin-bottom: 32px;      background: var(--bg-card);      padding: clamp(1.5rem, 3vw, 2.5rem);      border-radius: var(--radius-md);    }    .faq-question {      font-size: clamp(20px, 2.5vw, 24px);      font-weight: 700;      color: var(--primary);      margin-bottom: 12px;    }    .faq-answer {      font-size: clamp(18px, 2vw, 20px);      color: var(--text-sub);      line-height: 1.6;      margin: 0;    }\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"hero-section section-spacing\"\u003e\n\u003cdiv class=\"hero-media\"\u003e\u003cdiv class=\"media-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img37\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/475726ae51a3b4d4f89ce63fa07c6722.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\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\u003ch1\u003eGentle \u0026amp; Safe Tear Stain Remover Comb\u003c\/h1\u003e\n\u003ch2\u003eEffortlessly remove stubborn eye discharge and crusts without hurting your furry friend.\u003c\/h2\u003e\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\u003cdiv class=\"section-spacing\"\u003e\n\u003c!-- Feature 1 --\u003e\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"media-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img38\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/84401f9c0b77e6f99692d3fb3a7530a0.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003e100% Gentle \u0026amp; Safe for Faces\u003c\/h3\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"media-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img39\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/450f269dc773d355da1bc61e8af3e2f2.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eEffective Tear Stain \u0026amp; Gunk Removal\u003c\/h3\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"media-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img40\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/63aa5aece9e61b94c423026302ae46c5.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eCurved Contour Design \u0026amp; Ultimate Control\u003c\/h3\u003e\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\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\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\u003cdiv class=\"media-placeholder\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260311110958\/dfd44419bf0e0cbf1b584a7f66d432f3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"feature-copy\"\u003e\n\u003ch3\u003eMulti-Purpose \u0026amp; Travel Ready\u003c\/h3\u003e\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\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\u003cdiv class=\"section-spacing\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-wrapper\"\u003e\u003ctable class=\"specs-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\t\t\t\u003cth\u003eSpecification Details\u003c\/th\u003e\t\t\u003c\/tr\u003e\t\u003c\/thead\u003e\t\u003ctbody\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eComb Teeth Material\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eRust-Resistant Stainless Steel (Rounded Tips)\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eHandle Material\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eErgonomic Non-Slip Plastic\/Rubber\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eTeeth Spacing\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003e0.3 mm \/ 0.012 in\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eNumber of Teeth\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003e60 Ultra-fine Teeth\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eDimensions\u003c\/td\u003e\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\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003eBest Suited For\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eCats, Dogs, Small Breeds, Puppies, Kittens\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Feature\"\u003ePrimary Use Cases\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Specification Details\"\u003eTear Stains, Eye Discharge, Flea\/Lice Removal, Beard Grooming\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\u003cdiv class=\"section-spacing faq-container\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\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\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\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eDoes it work well on dried, stubborn tear stains?\u003c\/div\u003e\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\u003cdiv class=\"faq-item\"\u003e\n\u003cdiv class=\"faq-question\"\u003eHow do I clean the comb after use?\u003c\/div\u003e\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","brand":"mysite","offers":[{"title":"1-Pack (Single)","offer_id":46978129920199,"sku":"0326-20319938","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Most Popular)","offer_id":46978129952967,"sku":"0326-20317077","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Best Value)","offer_id":46978129985735,"sku":"0326-20314598","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/6808\/4935\/files\/475726ae51a3b4d4f89ce63fa07c6722.jpg?v=1786417953","url":"https:\/\/jinyingxing.com\/products\/ultra-fine-pet-comb","provider":"jinyingxing","version":"1.0","type":"link"}