{"product_id":"brushless-pet-dental-spray","title":"Brushless Pet Dental Spray","description":"\u003c!--[AI Design Logic]Product Type: Pet Care \/ Health \u0026 Hygiene (Oral Spray)Target Audience: Pet owners seeking convenient, stress-free health solutionsVisual Style: Clean, trustworthy, fresh, and friendlyColor Strategy: Mint green\/Teal (--primary) for fresh breath\/plant-based, warm off-white (--bg-card) for clinical yet gentle feelShape Strategy: Radius 20px (--radius-lg) for friendly, pet-safe, non-aggressive aestheticsTypography Strategy: Large Type \/ Mobile-first readable. H1 up to 44px, body up to 20px. Comfort line-height 1.6.Mobile Table Strategy: Card-based. Tr elements act as individual cards on mobile, Td uses flex with data-label (No horizontal scroll).Image Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4, Feature4=image_5--\u003e\u003cstyle type=\"text\/css\"\u003e.product-detail-container {    \/* Design System \/ Variables *\/    --primary: #0ca678;    --primary-hover: #087f5b;    --text-main: #212529;    --text-sub: #495057;    --bg-body: #ffffff;    --bg-card: #f8f9fa;    --bg-accent: #e6fcf5;    --radius-md: 12px;    --radius-lg: 24px;    --border-color: #dee2e6;        \/* Spacing System *\/    --section-gap: clamp(2.5rem, 6vw, 5rem);    --element-gap: clamp(1.2rem, 3vw, 2rem);        \/* Typography System *\/    --font-h1: clamp(32px, 5vw, 44px);    --font-h2: clamp(26px, 4vw, 36px);    --font-h3: clamp(22px, 3.5vw, 28px);    --font-body: clamp(18px, 2.5vw, 20px);    --font-sm: clamp(16px, 2vw, 18px);    max-width: 1200px;    margin: 0 auto;    padding: 0 5%;    box-sizing: border-box;    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;    color: var(--text-main);    background-color: var(--bg-body);    overflow-wrap: break-word;    word-break: break-word;    line-height: 1.6;  }  .product-detail-container *,  .product-detail-container *::before,  .product-detail-container *::after {    box-sizing: border-box;  }  \/* Universal Image Anti-Deformation Protocol - Natural Flow *\/  .product-detail-container img.flow-img {    width: 100%;    height: auto;    display: block;    border-radius: var(--radius-lg);  }  \/* Fixed Ratio Parent Container for Grid\/Features *\/  .product-detail-container .media-wrapper {    width: 100%;    aspect-ratio: 1 \/ 1;    overflow: hidden;    position: relative;    display: flex;    align-items: center;    justify-content: center;    background: var(--bg-card);    border-radius: var(--radius-lg);  }  .product-detail-container .media-wrapper img {    width: 100%;    height: 100%;    object-fit: contain;    position: absolute;    top: 0;    left: 0;  }  \/* Typography Base *\/  .product-detail-container h1,   .product-detail-container h2,   .product-detail-container h3 {    margin: 0;    margin-bottom: var(--element-gap);    line-height: 1.2;    font-weight: 700;    color: var(--text-main);  }  .product-detail-container p {    margin: 0;    margin-bottom: var(--element-gap);    font-size: var(--font-body);    color: var(--text-sub);  }  \/* Sections *\/  .product-section {    margin-bottom: var(--section-gap);  }  \/* --- Hero Section --- *\/  .pd-hero {    text-align: center;    padding-top: var(--section-gap);  }  .pd-hero h1 {    font-size: var(--font-h1);  }  .pd-hero h2 {    font-size: var(--font-h3);    color: var(--text-sub);    font-weight: 500;  }  .pd-social-proof {    display: inline-block;    background: var(--bg-accent);    color: var(--primary-hover);    padding: 10px 24px;    border-radius: 50px;    font-size: var(--font-sm);    font-weight: 600;    margin-bottom: var(--element-gap);  }  .pd-hero-media {    margin-top: var(--element-gap);    width: 100%;    border-radius: var(--radius-lg);    overflow: hidden;  }  .pd-badge-list {    display: flex;    flex-wrap: wrap;    gap: 12px;    justify-content: center;    margin-bottom: var(--element-gap);  }  .pd-visual-badge {    background: var(--bg-card);    border: 1px solid var(--border-color);    padding: 8px 16px;    border-radius: 8px;    font-size: var(--font-sm);    color: var(--text-sub);    font-weight: 600;    display: flex;    align-items: center;    gap: 8px;  }  \/* --- Feature Mobile-Lock Section --- *\/  .pd-feature-item {    display: flex;    flex-direction: column; \/* Mobile Lock: Column *\/    gap: var(--section-gap);    margin-bottom: var(--section-gap);  }  .pd-feature-copy {    display: flex;    flex-direction: column;    justify-content: center;  }  .pd-feature-copy h2 {    font-size: var(--font-h2);    color: var(--primary-hover);  }  .pd-feature-copy p {    font-size: var(--font-body);  }    \/* Desktop Z-Pattern Enhancement *\/  @media (min-width: 768px) {    .pd-feature-item {      flex-direction: row;      align-items: center;    }    .pd-feature-item \u003e * {      flex: 1;    }    \/* Z-Pattern logic *\/    .pd-feature-item:nth-child(even) {      flex-direction: row-reverse;    }    .pd-feature-copy {      padding: 0 4%;    }  }  \/* --- Specifications Card-Table Section --- *\/  .pd-specs-container {    background: var(--bg-card);    padding: var(--section-gap) 5%;    border-radius: var(--radius-lg);  }  .pd-specs-container h2 {    text-align: center;    font-size: var(--font-h2);  }  .pd-table {    width: 100%;    border-collapse: collapse;    margin-top: var(--element-gap);  }  \/* Mobile Card-Based Table Strict Rules *\/  @media (max-width: 767px) {    .pd-table, .pd-table thead, .pd-table tbody, .pd-table tr, .pd-table th, .pd-table td {      display: block;      width: 100%;    }    .pd-table thead {      display: none; \/* Hide native header *\/    }    .pd-table tr {      background: var(--bg-body);      border: 1px solid var(--border-color);      border-radius: var(--radius-md);      margin-bottom: 16px;      padding: 12px;    }    .pd-table td {      display: flex;      justify-content: space-between;      align-items: center;      padding: 12px 0;      border-bottom: 1px solid var(--bg-card);      font-size: var(--font-sm);      text-align: right;    }    .pd-table td:last-child {      border-bottom: none;    }    .pd-table td::before {      content: attr(data-label);      font-weight: 600;      color: var(--text-main);      text-align: left;      flex-shrink: 0;      margin-right: 16px;    }  }  \/* Desktop Traditional Table Rules *\/  @media (min-width: 768px) {    .pd-table {      background: var(--bg-body);      border-radius: var(--radius-md);      overflow: hidden;      box-shadow: 0 4px 12px rgba(0,0,0,0.03);    }    .pd-table th, .pd-table td {      padding: 20px;      text-align: left;      border-bottom: 1px solid var(--border-color);      font-size: var(--font-body);    }    .pd-table th {      background: var(--primary);      color: white;      font-weight: 600;    }    .pd-table tr:hover td {      background: var(--bg-accent);    }  }  \/* --- FAQ Section --- *\/  .pd-faq {    margin-top: var(--section-gap);  }  .pd-faq-title {    text-align: center;    font-size: var(--font-h2);    margin-bottom: var(--section-gap);  }  .pd-faq-item {    border-bottom: 1px solid var(--border-color);    padding: 24px 0;  }  .pd-faq-q {    font-size: var(--font-h3);    font-weight: 700;    color: var(--text-main);    margin-bottom: 12px;    display: flex;    align-items: flex-start;    gap: 12px;  }  .pd-faq-q::before {    content: \"Q.\";    color: var(--primary);  }  .pd-faq-a {    font-size: var(--font-body);    color: var(--text-sub);    padding-left: 36px;  }    \/* Placeholder utility *\/  .placeholder-text {    color: #adb5bd;    font-size: 24px;    font-weight: bold;    text-align: center;  }\u003c\/style\u003e\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!-- Hero Section --\u003e\u003cdiv class=\"product-section pd-hero\"\u003e\n\u003cdiv class=\"pd-social-proof\"\u003e★★★★★ Loved by 10,000+ Pets \u0026amp; Owners\u003c\/div\u003e\n\u003ch1\u003eFresh Breath in a Quick Spritz!\u003c\/h1\u003e\n\u003ch2\u003eThe stress-free oral care solution for dogs and cats.\u003c\/h2\u003e\n\u003cdiv class=\"pd-badge-list\"\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003e🌿 Plant-Based\u003c\/div\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003e🐶 Cat \u0026amp; Dog Safe\u003c\/div\u003e\n\u003cdiv class=\"pd-visual-badge\"\u003e🪥 No Brush Needed\u003c!-- Image Protocol A: Natural Flow --\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Features Section (Mobile Lock Pattern \u0026 Desktop Z-Pattern) --\u003e\u003cdiv class=\"product-section\"\u003e\n\u003c!-- Feature 1 --\u003e\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\n\u003c!-- Image Protocol B: Fixed Container --\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img41\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317104020\/2974f829ff434fe92d1affe18ea1baef.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSay Goodbye to the Toothbrush Struggle\u003c\/h2\u003e\n\u003cp\u003eNo more wrestling with your pet during hygiene routines. Simply spray directly into your pet’s mouth or along the gums. It's the instant, stress-free way to maintain their oral health without a toothbrush.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eIdeal for:\u003c\/strong\u003e Pets who are sensitive or dislike having their teeth brushed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img42\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317104020\/ed34401a28f1421123255b9c8db014e9.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eGentle, Plant-Based Ingredients\u003c\/h2\u003e\n\u003cp\u003eFormulated with nature's best ingredients to be tough on odor but gentle on your pet. Free from harsh chemicals, sulfates, and synthetic dyes.\u003c\/p\u003e\n\u003cp\u003eThis mild formulation makes it perfectly safe for daily use on both dogs and cats, ensuring a natural clean you can trust.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img43\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317104020\/8ab4ace48629004b582c4fe2ab453c9a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eFreshness On-The-Go\u003c\/h2\u003e\n\u003cp\u003eAlways be ready for up-close cuddles. The compact 30ml bottle easily slips into your pocket, purse, or travel bag.\u003c\/p\u003e\n\u003cp\u003eWhether you're at the dog park, on a road trip, or just relaxing at home, fresh breath and oral care are always within arm's reach.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 4 --\u003e\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"media-wrapper\"\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img44\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260317104021\/406934de69f8b16fab0ec2686e64ad31.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2\u003eSupports Daily Oral Health\u003c\/h2\u003e\n\u003cp\u003eDental health is crucial for your pet's overall well-being. Our oral spray works on surface residue to support clean teeth and a fresher mouth between regular professional cleanings.\u003c\/p\u003e\n\u003cp\u003eDesigned for everyday use to keep plaque buildup at bay and ensure your pet's mouth stays healthy and clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Specifications Table (Mobile Card Format Required) --\u003e\u003cdiv class=\"product-section pd-specs-container\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\u003ctable class=\"pd-table\"\u003e\t\u003cthead\u003e\t\t\u003ctr\u003e\t\t\t\u003cth\u003eFeature\u003c\/th\u003e\t\t\t\u003cth\u003eDetails\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=\"Target Pet\"\u003eDogs \u0026amp; Cats\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eAll Breeds \u0026amp; Sizes\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Volume\"\u003e30 ml (1.0 oz)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eTSA-friendly travel size\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Bottle Weight (Approx.)\"\u003e50 g (1.8 oz)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eLightweight and portable\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Dimensions (Height)\"\u003eApprox. 10 cm (3.9 in)\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eCompact pump bottle\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Core Ingredients\"\u003ePlant-Derived Extracts\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eNo harsh chemicals\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\t\u003ctr\u003e\t\t\t\u003ctd data-label=\"Usage Frequency\"\u003eDaily\u003c\/td\u003e\t\t\t\u003ctd data-label=\"Details\"\u003eBetween regular brushings\u003c\/td\u003e\t\t\u003c\/tr\u003e\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ Section --\u003e\u003cdiv class=\"product-section pd-faq\"\u003e\n\u003ch2 class=\"pd-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eIs this safe if my pet swallows it?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eAbsolutely. Our oral spray is formulated with mild, plant-based ingredients specifically designed to be safely ingested by cats and dogs during their normal grooming or eating processes.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eHow many sprays should I use?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eFor most pets, 1 to 2 spritzes directly along the teeth and gumline on each side of the mouth is perfectly sufficient. Use it daily to maintain optimal oral freshness.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003cdiv class=\"pd-faq-q\"\u003eDoes this replace brushing entirely?\u003c\/div\u003e\n\u003cdiv class=\"pd-faq-a\"\u003eWhile it significantly helps clean teeth and freshens breath by working on surface residue, it is designed as a daily maintenance tool between regular thorough cleanings or veterinary dental visits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"mysite","offers":[{"title":"1-Pack (Starter Kit)","offer_id":46978126610631,"sku":"0324-18388538","price":12.95,"currency_code":"USD","in_stock":true},{"title":"🐕🐈 2-Pack (Multi-Pet Home)","offer_id":46978126643399,"sku":"0324-18381365","price":19.95,"currency_code":"USD","in_stock":true},{"title":"🏆 3-Pack (Best Value)","offer_id":46978126676167,"sku":"0324-18385554","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0796\/6808\/4935\/files\/2974f829ff434fe92d1affe18ea1baef.jpg?v=1786417944","url":"https:\/\/jinyingxing.com\/products\/brushless-pet-dental-spray","provider":"jinyingxing","version":"1.0","type":"link"}