{"product_id":"botanical-pet-paw-balm","title":"Botanical Pet Paw Balm","description":"\u003c!--\n  [AI Design Logic]\n  Product Type: Pet Paw and Nose Moisturizing Balm Stick\n  Target Audience: Pet Owners (Cats and Dogs) seeking natural skin care for dry paws\/noses\n  Visual Style: Soft, warm, minimalist, clean, cozy cream tones\n  Color Strategy: Warm ivory, golden bronze accents, charcoal gray text\n  Module Order: Hero -\u003e Problem Identification -\u003e Clean Application Feature -\u003e Ingredient Feature -\u003e Safety Features -\u003e Specifications -\u003e FAQ\n  Detail Image Mapping: Hero=detail_5, Problems=detail_4, Application=detail_3, Ingredients=detail_1, Safety=detail_2\n  Specification Image Mapping: Specs=detail_5 \/ detail_1 (Net Weight and botanical extracts)\n  Compare Section: Not included (No direct comparison chart provided in raw source data)\n  Information Boundary: Strictly relies on the 7g package weight, flat oval dial stick design, camellia\/seabuckthorn\/olive oil ingredients, and cat\/dog target safety. No external wild claims are made.\n  --\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n      --primary: #c48e4d;\n      --primary-hover: #ab7637;\n      --text-main: #3a322d;\n      --text-sub: #70635c;\n      --bg-body: #ffffff;\n      --bg-card: #faf7f2;\n      --bg-soft: #f6eee0;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(196, 142, 77, 0.08);\n      --shadow-lg: 0 8px 24px rgba(196, 142, 77, 0.12);\n      --border-color: #ebdcc5;\n      \n      font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n      color: var(--text-main);\n      background-color: var(--bg-body);\n      line-height: 1.6;\n    }\n\n    \/* Common Typography *\/\n    .product-detail-container h1,\n    .product-detail-container h2,\n    .product-detail-container h3 {\n      color: var(--text-main);\n      font-weight: 700;\n      margin: 0 0 1rem 0;\n      line-height: 1.25;\n    }\n\n    .product-detail-container h1 {\n      font-size: clamp(32px, 5vw, 44px);\n    }\n\n    .product-detail-container h2 {\n      font-size: clamp(24px, 4vw, 32px);\n      text-align: center;\n      margin-bottom: clamp(2rem, 4vw, 3rem);\n    }\n\n    .product-detail-container h3 {\n      font-size: clamp(20px, 3vw, 24px);\n    }\n\n    .product-detail-container p {\n      font-size: 18px;\n      color: var(--text-sub);\n      margin: 0 0 1.5rem 0;\n      line-height: 1.7;\n    }\n\n    \/* Layout Utility *\/\n    .product-detail-section {\n      padding: clamp(3rem, 6vw, 5rem) 0;\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .product-detail-section:last-child {\n      border-bottom: none;\n    }\n\n    \/* Placeholders *\/\n    .image-placeholder {\n      width: 100%;\n      background-color: var(--bg-soft);\n      border: 2px dashed var(--border-color);\n      border-radius: var(--radius-lg);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      aspect-ratio: 1 \/ 1;\n      font-size: 16px;\n      color: var(--text-sub);\n      font-weight: 500;\n      text-align: center;\n      box-sizing: border-box;\n      padding: 20px;\n    }\n\n    \/* Pills \/ Badges *\/\n    .pill-container {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 10px;\n      margin-bottom: 1.5rem;\n    }\n\n    .pill {\n      background-color: var(--bg-soft);\n      color: var(--primary);\n      font-size: 16px;\n      font-weight: 600;\n      padding: 6px 16px;\n      border-radius: 50px;\n      border: 1px solid var(--border-color);\n    }\n\n    \/* Hero Block *\/\n    .hero-block {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 30px;\n      align-items: center;\n    }\n\n    @media (min-width: 768px) {\n      .hero-block {\n        grid-template-columns: 1.1fr 0.9fr;\n        gap: 50px;\n      }\n    }\n\n    .hero-content {\n      padding-right: 15px;\n    }\n\n    .hero-tag {\n      color: var(--primary);\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 1.5px;\n      font-size: 16px;\n      margin-bottom: 0.5rem;\n      display: block;\n    }\n\n    \/* Problem Section *\/\n    .problem-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 20px;\n      margin-bottom: 2rem;\n    }\n\n    @media (min-width: 768px) {\n      .problem-grid {\n        grid-template-columns: repeat(4, 1fr);\n      }\n    }\n\n    .problem-card {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-md);\n      padding: 20px;\n      text-align: center;\n      border: 1px solid var(--border-color);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .problem-card p {\n      font-size: 16px;\n      font-weight: 600;\n      margin: 10px 0 0 0;\n      color: var(--text-main);\n    }\n\n    \/* Feature Block (Z-Pattern \/ Alternate) *\/\n    .feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 30px;\n      margin-bottom: clamp(3rem, 6vw, 5rem);\n    }\n\n    .feature-item:last-child {\n      margin-bottom: 0;\n    }\n\n    .feature-media {\n      width: 100%;\n    }\n\n    .feature-copy {\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    @media (min-width: 768px) {\n      .feature-item {\n        flex-direction: row;\n        gap: 50px;\n      }\n      .feature-item.reverse {\n        flex-direction: row-reverse;\n      }\n      .feature-media, .feature-copy {\n        flex: 1;\n        width: 50%;\n      }\n    }\n\n    \/* Bullet List inside Features *\/\n    .feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n    }\n\n    .feature-list li {\n      position: relative;\n      padding-left: 30px;\n      margin-bottom: 15px;\n      font-size: 18px;\n      color: var(--text-sub);\n    }\n\n    .feature-list li::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 0;\n      color: var(--primary);\n      font-weight: bold;\n      font-size: 20px;\n    }\n\n    .feature-list strong {\n      color: var(--text-main);\n    }\n\n    \/* Ingredient cards layout *\/\n    .ingredient-grid {\n      display: grid;\n      grid-template-columns: 1fr;\n      gap: 15px;\n      margin-top: 1.5rem;\n    }\n\n    .ingredient-card {\n      background: var(--bg-card);\n      padding: 15px 20px;\n      border-left: 4px solid var(--primary);\n      border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    }\n\n    .ingredient-card h4 {\n      margin: 0 0 5px 0;\n      font-size: 18px;\n      color: var(--text-main);\n    }\n\n    .ingredient-card p {\n      font-size: 16px;\n      margin: 0;\n      color: var(--text-sub);\n    }\n\n    \/* Specifications Table *\/\n    .specs-table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 2rem;\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      border: 1px solid var(--border-color);\n    }\n\n    .specs-table th, .specs-table td {\n      padding: 18px 24px;\n      text-align: left;\n      font-size: 16px;\n    }\n\n    .specs-table th {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      font-weight: 700;\n      width: 30%;\n    }\n\n    .specs-table td {\n      color: var(--text-sub);\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .specs-table tr:last-child td {\n      border-bottom: none;\n    }\n\n    @media (max-width: 767px) {\n      .specs-table, .specs-table tbody, .specs-table tr, .specs-table th, .specs-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n      .specs-table th {\n        background-color: var(--bg-soft);\n        padding-bottom: 5px;\n        font-weight: 700;\n      }\n      .specs-table td {\n        padding-top: 5px;\n        border-bottom: 1px solid var(--border-color);\n      }\n      .specs-table tr:last-child td {\n        border-bottom: none;\n      }\n    }\n\n    \/* FAQ Section *\/\n    .faq-container {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    .faq-item {\n      background-color: var(--bg-card);\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 24px;\n      margin-bottom: 15px;\n    }\n\n    .faq-item h3 {\n      font-size: 18px;\n      margin-bottom: 10px;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    .faq-item h3::before {\n      content: \"Q:\";\n      color: var(--primary);\n      font-weight: 800;\n    }\n\n    .faq-item p {\n      font-size: 16px;\n      margin: 0;\n    }\n\u003c\/style\u003e\n\u003c!-- A. Intro \/ Hero Content Block --\u003e\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"hero-block\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cspan class=\"hero-tag\"\u003ePlant-Based Formula\u003c\/span\u003e\n\u003ch1\u003eMoisturizes, Protects, Prevents Dry Cracks\u003c\/h1\u003e\n\n\u003cp\u003eDeep moisturizing care crafted for dry paws and noses. Nourishes rough pet pads, keeping skin soft, hydrated, and protected against environmental dryness.\u003c\/p\u003e\n\n\u003cdiv class=\"pill-container\"\u003e\n\u003cspan class=\"pill\"\u003eCats \u0026amp; Dogs\u003c\/span\u003e \u003cspan class=\"pill\"\u003eFragrance-Free\u003c\/span\u003e \u003cspan class=\"pill\"\u003e7g Portable Stick\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"hero-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img45\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821101229\/cb627aa23272156969ff255a7e2b9235.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eHas Your Pet Experienced These Issues?\u003c\/h2\u003e\n\n\u003cdiv class=\"problem-grid\"\u003e\n\u003cdiv class=\"problem-card\"\u003e\n\u003cp\u003eDaily Wear \u0026amp; Tear\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"problem-card\"\u003e\n\u003cp\u003eCracked Paw Pads\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"problem-card\"\u003e\n\u003cp\u003eDry Nose\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"problem-card\"\u003e\n\u003cp\u003eSoreness Between Pads\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"image-placeholder\" style=\"aspect-ratio: 1.5 \/ 1; margin-top: 20px;\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img46\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821101231\/9571952c0cadf8adc4d589d3459e4db4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img47\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821101231\/f93a846c5d6b1bccb289cbd6f758e1ff.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"pill\"\u003eMess-Free Design\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003eTwist-On Care: Clean, Easy \u0026amp; Hygienic\u003c\/h3\u003e\n\n\u003cp\u003eThe convenient, portable stick features an innovative bottom dial. Easily twist up and apply directly to your pet's skin without getting your hands messy.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eProtects:\u003c\/strong\u003e Helps maintain soft, smooth skin and guards the soles against external roughness.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eMoisturizes:\u003c\/strong\u003e Deeply hydrates pet paws to promote comfortable, happy steps.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003ePrevents Dry Cracks:\u003c\/strong\u003e Nourishes and strengthens dry skin barriers to minimize cracking.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 2: Natural Botanical Ingredients (Detail_1) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item reverse\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img48\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821101231\/813fce6c2ff5116b4443d2a376e259ba.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"pill\"\u003eBotanical Extracts\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003ePlant-Based \u0026amp; Worry-Free Protection\u003c\/h3\u003e\n\n\u003cp\u003eOur formula contains select plant extracts that absorb easily without leaving heavy, greasy residues on your household floors.\u003c\/p\u003e\n\n\u003cdiv class=\"ingredient-grid\"\u003e\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch4\u003eCamellia Seed Oil\u003c\/h4\u003e\n\n\u003cp\u003eLocks in moisture, deeply nourishes and protects, helping to prevent dry lines and cracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch4\u003eSeabuckthorn Fruit Oil\u003c\/h4\u003e\n\n\u003cp\u003eRich in plant nutrients to form a protective barrier that repairs dry and rough skin texture.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"ingredient-card\"\u003e\n\u003ch4\u003eOlive Oil\u003c\/h4\u003e\n\n\u003cp\u003eA lightweight, non-greasy oil that is easily absorbed and helps accelerate natural skin renewal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Feature 3: Safe \u0026 Worry-Free (Detail_2) --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003cdiv class=\"feature-item\"\u003e\n\u003cdiv class=\"feature-media\"\u003e\n\u003cdiv class=\"image-placeholder\"\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821101231\/c357d03957eab6b56c25367c0d690c66.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"feature-copy\"\u003e\n\u003cdiv class=\"pill-container\"\u003e\u003cspan class=\"pill\"\u003ePet-Safe Standards\u003c\/span\u003e\u003c\/div\u003e\n\n\u003ch3\u003eWarm Caring, Safety First\u003c\/h3\u003e\n\n\u003cp\u003eFormulated with ultimate safety in mind for everyday use on both cats and dogs.\u003c\/p\u003e\n\n\u003cul class=\"feature-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e0 Irritation:\u003c\/strong\u003e Extra gentle on sensitive paw pads and noses.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e0 Fluorescent Agent:\u003c\/strong\u003e Pure, worry-free nourishment.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003eNourishes Coat:\u003c\/strong\u003e Gentle botanicals work harmoniously around dry hair zones near paws.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Specifications Table --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"specs-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Name\u003c\/th\u003e\n\t\t\t\u003ctd\u003eNourishing \u0026amp; Protective Paw Balm Stick (Pet Care Cream)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eNet Weight\u003c\/th\u003e\n\t\t\t\u003ctd\u003e7g (approx. 0.25 oz)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKey Botanical Oils\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCamellia Seed Oil, Seabuckthorn Fruit Oil, Olive Oil\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication Area\u003c\/th\u003e\n\t\t\t\u003ctd\u003ePaw pads, soles, and nose skin\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplicable Pets\u003c\/th\u003e\n\t\t\t\u003ctd\u003eSuitable for both Cats and Dogs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eFragrance Level\u003c\/th\u003e\n\t\t\t\u003ctd\u003eFragrance-free, gentle natural formula\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/section\u003e\n\u003c!-- D. FAQ Section --\u003e\n\n\u003csection class=\"product-detail-section\"\u003e\n\u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"faq-container\"\u003e\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eHow do I apply this balm stick to my pet?\u003c\/h3\u003e\n\n\u003cp\u003eSimply remove the top dome cap, rotate the built-in golden dial at the bottom of the tube to push the balm up, and gently glide it directly onto dry paw pads or nose skin. No need to touch the balm with your fingers.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eWill it leave oily residues on my floors?\u003c\/h3\u003e\n\n\u003cp\u003eNo, the formula includes lightweight plant-based ingredients like Olive Oil and Camellia Seed Oil, which are chosen for their rapid absorption. It deeply moisturizes without leaving greasy residue.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"faq-item\"\u003e\n\u003ch3\u003eIs it safe if my pet licks their paws after application?\u003c\/h3\u003e\n\n\u003cp\u003eYes, this pet care cream is formulated with gentle, plant-based botanical extracts and contains no fluorescent agents or strong chemical fragrances, making it safe and worry-free for cats and dogs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1 Pack (Starter Pack)","offer_id":54422861742304,"sku":"0825-17131075","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - SAVE 20%)","offer_id":54422861775072,"sku":"0825-17139654","price":19.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Stock Up \u0026 Save - SAVE 30%)","offer_id":54422861807840,"sku":"0825-17133509","price":26.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/cb627aa23272156969ff255a7e2b9235_958903f0-925e-4131-951e-706296c1bb65.jpg?v=1787649252","url":"https:\/\/dogplaybox.com\/products\/botanical-pet-paw-balm","provider":"DogPlayBox","version":"1.0","type":"link"}