{"product_id":"roll-on-pet-paw-balm","title":"Roll-On Pet Paw Balm","description":"\u003c!--\n[AI Design Logic]\nProduct Type: Roll-On Pet Paw Balm\nTarget Audience: Cat and Dog Owners seeking a mess-free solution for dry, cracked paws and noses.\nVisual Style: Warm, clean, modern pet care aesthetic using a bright yellow accent and soft off-white backgrounds.\nColor Strategy: \n  - Primary Accent: #F2BE22 (Warm yellow reflecting the product lid and playful pet theme)\n  - Dark Neutral: #2B2B2B (High contrast, easy-to-read text)\n  - Light Neutral: #FAFAFA (Clean background cards)\n  - Accent Soft: #FFFBEB (Comforting warm yellow background highlight)\nModule Order:\n  1. Intro \/ Hero Content Block (Establishes product identity and roll-on concept immediately)\n  2. Compare Section (Before \u0026 After visual proof of paw\/nose restoration)\n  3. Feature 1 (Focus on the mess-free roll-on application and 12-hour protection)\n  4. Feature 2 (Deep-dive into plant-based ingredients and non-toxic safety)\n  5. Specifications (Structured table using verified data only)\n  6. FAQ (Directly addressing mess-free design, safe licking, and duration based on source data)\nDetail Image Mapping:\n  - Hero Cover: detail_4 (Roll-on balm bottle, box, and immediate value proposition)\n  - Compare Section: detail_1 (Visual proof of paw and nose healing)\n  - Feature 1: detail_3 (Showing pets, ease of use, and 12-hour protection)\n  - Feature 2: detail_2 (Plant extracts breakdown)\nSpecification Image Mapping: No specific spec images provided, data gathered directly from product details and labels.\nInformation Boundary: Strictly relies on facts provided: 12-hour protection, roll-on applicator, plant-based (shea butter, avocado oil, olive oil, macadamia seed oil, sea buckthorn oil), safe for cats \u0026 dogs, non-toxic. No unverified properties added.\n--\u003e\n\u003cdiv class=\"product-detail-container\"\u003e\n\u003cstyle type=\"text\/css\"\u003e\/* Design System \u0026 Variables *\/\n    .product-detail-container {\n      --primary: #F2BE22;\n      --primary-hover: #D9A514;\n      --text-main: #2B2B2B;\n      --text-sub: #626262;\n      --bg-body: #FFFFFF;\n      --bg-card: #FAFAFA;\n      --bg-soft: #FFFBEB;\n      --border-color: #EBEBEB;\n      --radius-md: 8px;\n      --radius-lg: 16px;\n      --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);\n      --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.06);\n      \n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 2rem 5%;\n      box-sizing: border-box;\n      overflow-wrap: break-word;\n      word-break: break-word;\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    }\n\n    \/* Common Typography *\/\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.25;\n      font-weight: 700;\n    }\n\n    .product-detail-container p {\n      margin-top: 0;\n      margin-bottom: 1.5rem;\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n    }\n\n    \/* Media Elements - Optimized Image Layout *\/\n    .pd-image-wrapper {\n      width: 100%;\n      border-radius: var(--radius-lg);\n      overflow: hidden;\n      margin-bottom: 2rem;\n      box-shadow: var(--shadow-sm);\n      background-color: #F9F9F9;\n      display: flex;\n      justify-content: center;\n      align-items: center;\n    }\n\n    .pd-image-wrapper img {\n      width: 100%;\n      max-width: 100%;\n      height: auto;\n      display: block;\n      object-fit: cover;\n    }\n\n    \/* Hero \/ Intro Block *\/\n    .pd-hero-section {\n      text-align: center;\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-badge-row {\n      display: flex;\n      flex-wrap: wrap;\n      justify-content: center;\n      gap: 0.75rem;\n      margin-bottom: 1.5rem;\n    }\n\n    .pd-badge {\n      background-color: var(--bg-soft);\n      color: var(--text-main);\n      border: 1px solid var(--primary);\n      padding: 0.5rem 1rem;\n      border-radius: 50px;\n      font-size: 16px;\n      font-weight: 600;\n      letter-spacing: 0.5px;\n    }\n\n    .pd-hero-title {\n      font-size: clamp(32px, 5vw, 44px);\n      margin-bottom: 1rem;\n      max-width: 800px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .pd-hero-subhead {\n      font-size: clamp(18px, 2.5vw, 22px);\n      color: var(--text-sub);\n      max-width: 700px;\n      margin-left: auto;\n      margin-right: auto;\n      margin-bottom: 1.5rem;\n    }\n\n    \/* Hero Callout for All-Season Use *\/\n    .pd-hero-callout {\n      background-color: var(--bg-soft);\n      border: 2px solid var(--primary);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin: 0 auto 2.5rem auto;\n      max-width: 700px;\n      text-align: left;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-hero-callout-title {\n      font-weight: 800;\n      color: var(--text-main);\n      font-size: 18px;\n      margin-bottom: 1rem;\n      text-align: center;\n    }\n\n    .pd-hero-callout-list {\n      list-style: none;\n      padding: 0;\n      margin: 0;\n      display: flex;\n      flex-direction: column;\n      gap: 0.75rem;\n    }\n\n    .pd-hero-callout-list li {\n      font-size: 16px;\n      color: var(--text-sub);\n      display: flex;\n      align-items: flex-start;\n      gap: 0.5rem;\n      line-height: 1.5;\n    }\n\n    \/* Compare Section *\/\n    .pd-compare-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 3rem 2rem;\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n      text-align: center;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-compare-title {\n      font-size: clamp(24px, 4vw, 32px);\n      margin-bottom: 0.75rem;\n    }\n\n    .pd-compare-desc {\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n      margin-bottom: 2.5rem;\n    }\n\n    \/* Features (Z-Pattern \u0026 Grid) *\/\n    .pd-feature-item {\n      display: flex;\n      flex-direction: column;\n      gap: 2.5rem;\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n    }\n\n    .pd-feature-media {\n      flex: 1;\n    }\n\n    .pd-feature-copy {\n      flex: 1;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n    }\n\n    .pd-feature-title {\n      font-size: clamp(24px, 3.5vw, 32px);\n      margin-bottom: 1rem;\n    }\n\n    .pd-feature-list {\n      list-style: none;\n      padding: 0;\n      margin: 1.5rem 0 0 0;\n    }\n\n    .pd-feature-list-item {\n      position: relative;\n      padding-left: 2rem;\n      margin-bottom: 1.25rem;\n      font-size: 18px;\n      line-height: 1.6;\n      color: var(--text-sub);\n    }\n\n    .pd-feature-list-item::before {\n      content: \"✓\";\n      position: absolute;\n      left: 0;\n      top: 2px;\n      color: var(--text-main);\n      background-color: var(--primary);\n      width: 22px;\n      height: 22px;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 12px;\n      font-weight: bold;\n    }\n\n    \/* Specifications Table *\/\n    .pd-spec-section {\n      background-color: var(--bg-card);\n      border-radius: var(--radius-lg);\n      padding: 3rem 2rem;\n      margin-bottom: clamp(3rem, 8vw, 5rem);\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-spec-title {\n      font-size: clamp(24px, 3.5vw, 32px);\n      margin-bottom: 2rem;\n      text-align: center;\n    }\n\n    .pd-spec-table {\n      width: 100%;\n      border-collapse: collapse;\n      background-color: #FFFFFF;\n      border-radius: var(--radius-md);\n      overflow: hidden;\n    }\n\n    .pd-spec-table tr {\n      border-bottom: 1px solid var(--border-color);\n    }\n\n    .pd-spec-table tr:last-child {\n      border-bottom: none;\n    }\n\n    .pd-spec-table th, \n    .pd-spec-table td {\n      padding: 1.25rem 1.5rem;\n      text-align: left;\n      font-size: 18px;\n    }\n\n    .pd-spec-table th {\n      background-color: #F9F9F9;\n      font-weight: 700;\n      color: var(--text-main);\n      width: 30%;\n    }\n\n    .pd-spec-table td {\n      color: var(--text-sub);\n    }\n\n    \/* FAQ Section *\/\n    .pd-faq-section {\n      margin-bottom: 2rem;\n    }\n\n    .pd-faq-title {\n      font-size: clamp(24px, 3.5vw, 32px);\n      margin-bottom: 2.5rem;\n      text-align: center;\n    }\n\n    .pd-faq-item {\n      background-color: #FFFFFF;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      padding: 1.5rem;\n      margin-bottom: 1.25rem;\n    }\n\n    .pd-faq-question {\n      font-size: 20px;\n      font-weight: 700;\n      margin-bottom: 0.75rem;\n      color: var(--text-main);\n      display: flex;\n      align-items: center;\n      gap: 0.5rem;\n    }\n\n    .pd-faq-answer {\n      font-size: 18px;\n      line-height: 1.7;\n      color: var(--text-sub);\n      margin: 0;\n    }\n\n    \/* Responsive Queries *\/\n    @media (min-width: 768px) {\n      .pd-feature-item {\n        flex-direction: row;\n        align-items: center;\n        gap: 4rem;\n      }\n      \n      .pd-feature-item.pd-reverse {\n        flex-direction: row-reverse;\n      }\n\n      .pd-feature-media,\n      .pd-feature-copy {\n        width: 50%;\n      }\n\n      .pd-hero-callout-list {\n        flex-direction: row;\n        justify-content: space-around;\n      }\n    }\n\n    @media (max-width: 767px) {\n      .pd-spec-table, \n      .pd-spec-table thead, \n      .pd-spec-table tbody, \n      .pd-spec-table tr, \n      .pd-spec-table th, \n      .pd-spec-table td {\n        display: block;\n        width: 100%;\n        box-sizing: border-box;\n      }\n\n      .pd-spec-table thead {\n        display: none;\n      }\n\n      .pd-spec-table tr {\n        padding: 1rem 0;\n      }\n\n      .pd-spec-table th {\n        background: transparent;\n        padding: 0.25rem 1rem;\n        font-weight: 700;\n        font-size: 16px;\n      }\n\n      .pd-spec-table td {\n        padding: 0.25rem 1rem 0.75rem 1rem;\n        font-size: 16px;\n      }\n    }\n\u003c\/style\u003e\n\u003c!-- A. Hero \/ Intro Content Block --\u003e\n\u003csection class=\"pd-hero-section\"\u003e\n\u003cdiv class=\"pd-badge-row\"\u003e\n\u003cspan class=\"pd-badge\"\u003e🐾 Cats \u0026amp; Dogs Friendly\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🌿 Plant-Based Extracts\u003c\/span\u003e \u003cspan class=\"pd-badge\"\u003e🕒 12-Hour Active Protection\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003ch1 class=\"pd-hero-title\"\u003eRoll-On Paw Balm: Moisturizes Paws in Seconds!\u003c\/h1\u003e\n\n\u003cp class=\"pd-hero-subhead\"\u003eKeep your pet's paws and nose fully hydrated with our mess-free, deep-moisturizing formula designed to soothe dry and cracked skin.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-hero-callout\"\u003e\n\u003cdiv class=\"pd-hero-callout-title\"\u003eNot just a repair cream—it's your daily protective shield!\u003c\/div\u003e\n\n\u003cul class=\"pd-hero-callout-list\"\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e☀️ Summer:\u003c\/strong\u003e Protects against hot pavements.\u003c\/li\u003e\n\t\u003cli\u003e\n\u003cstrong\u003e❄️ Winter:\u003c\/strong\u003e Shields from ice, snow, and harsh road salts.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Roll-on Paw Balm Product\" cke-id=\"img49\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260821170655\/95448f279a7f945776f228e92b727ede.png\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- B. Compare Section --\u003e\n\n\u003csection class=\"pd-compare-section\"\u003e\n\u003ch2 class=\"pd-compare-title\"\u003eSee the Difference After Use\u003c\/h2\u003e\n\n\u003cp class=\"pd-compare-desc\"\u003eDeep moisturizing care helps restore rough, cracked paw pads and dry noses back to their soft, smooth, and comfortable natural state.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Before and After Paw Healing\" cke-id=\"img50\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260820182715\/68bc998d123ae556a6502c3519b886c3.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- C. Feature Section 1: Roll-On Design --\u003e\n\n\u003csection class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Effortless Roll-On Application\" cke-id=\"img51\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260820182715\/4e1b3aacc4dc864bc55983071468f73a.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-feature-title\"\u003eEffortless Roll-On Design with No Mess\u003c\/h2\u003e\n\n\u003cp\u003eTraditional paw balms require you to scoop out messy pastes with your fingers. Our unique capsule bottle changes that completely, prioritizing comfort and clean hands.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli class=\"pd-feature-list-item\"\u003e\n\u003cstrong\u003eDirect Ball Applicator:\u003c\/strong\u003e Glide the large rolling ball smoothly over paws and nose without getting your hands dirty.\u003c\/li\u003e\n\t\u003cli class=\"pd-feature-list-item\"\u003e\n\u003cstrong\u003e12-Hour Long-Lasting Barrier:\u003c\/strong\u003e Locks in essential moisture to build a lasting protective layer against dry conditions.\u003c\/li\u003e\n\t\u003cli class=\"pd-feature-list-item\"\u003e\n\u003cstrong\u003eGentle and Non-Toxic:\u003c\/strong\u003e Pure, pet-safe ingredients ensure total peace of mind even if your pet licks their paws after application.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- D. Feature Section 2: Plant Extracts --\u003e\n\n\u003csection class=\"pd-feature-item pd-reverse\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-image-wrapper\"\u003e\u003cdiv\u003e\u003cimg alt=\"Pure Plant Extracts\" cke-id=\"img52\" referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260820182715\/7bcd283e9fd7f97eb3073de6b61499c1.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003ch2 class=\"pd-feature-title\"\u003ePure Plant Extracts for Deep Nourishment\u003c\/h2\u003e\n\n\u003cp\u003eFormulated with botanical ingredients that actively target dry cracks, delivering deep hydration and revitalizing protective skin tissue.\u003c\/p\u003e\n\n\u003cul class=\"pd-feature-list\"\u003e\n\t\u003cli class=\"pd-feature-list-item\"\u003e\n\u003cstrong\u003eShea Butter \u0026amp; Avocado Oil:\u003c\/strong\u003e Deeply nourishes cracked skin layers to restore smoothness.\u003c\/li\u003e\n\t\u003cli class=\"pd-feature-list-item\"\u003e\n\u003cstrong\u003eMacadamia Seed Oil:\u003c\/strong\u003e Effectively locks in vital skin moisture to combat daily wear and tear.\u003c\/li\u003e\n\t\u003cli class=\"pd-feature-list-item\"\u003e\n\u003cstrong\u003eOlive \u0026amp; Sea Buckthorn Oil:\u003c\/strong\u003e Rich in antioxidants to balance skin oils and defend against dryness.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- E. Specifications Table --\u003e\n\n\u003csection class=\"pd-spec-section\"\u003e\n\u003ch2 class=\"pd-spec-title\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-spec-table\"\u003e\n\t\u003ctbody\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eProduct Type\u003c\/th\u003e\n\t\t\t\u003ctd\u003eRoll-On Paw Balm (PAW CARE)\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eTarget Pet Types\u003c\/th\u003e\n\t\t\t\u003ctd\u003eCats and Dogs\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication Areas\u003c\/th\u003e\n\t\t\t\u003ctd\u003ePaw pads and noses\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eKey Botanical Ingredients\u003c\/th\u003e\n\t\t\t\u003ctd\u003eShea Butter, Avocado Oil, Olive Oil, Macadamia Seed Oil, Sea Buckthorn Fruit Oil\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eApplication Mechanism\u003c\/th\u003e\n\t\t\t\u003ctd\u003eLarge white roll-on ball top with a semi-translucent protecting cover\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003cth\u003eCore Benefits\u003c\/th\u003e\n\t\t\t\u003ctd\u003eMoisturizes and repairs dry cracks, 12-hour protection, gentle \u0026amp; non-toxic 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!-- F. FAQ Section --\u003e\n\n\u003csection class=\"pd-faq-section\"\u003e\n\u003ch2 class=\"pd-faq-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003e💡 How does the roll-on application work?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eSimply remove the protective outer cap and gently roll the applicator directly over your pet's paw pads or dry nose. The smooth rolling ball releases a micro-dose of moisturizing balm instantly, keeping your hands clean.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003e💡 Is it safe if my pet licks the balm?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eYes. The formula is crafted purely from plant-based botanical extracts (such as shea butter, avocado oil, and macadamia oil) and is completely gentle and non-toxic for cats and dogs.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-faq-question\"\u003e💡 How long does the moisturizing protection last?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-answer\"\u003eA single application helps lock in deep moisture, creating an active protective barrier that keeps your pet's paws soft, nourished, and hydrated for up to 12 hours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n","brand":"Bak","offers":[{"title":"1-Pack (Everyday Care)","offer_id":44763092353075,"sku":"0821-17025789","price":12.95,"currency_code":"USD","in_stock":true},{"title":"2-Pack (Keep a Backup - 10% OFF)","offer_id":44763092385843,"sku":"0821-17021892","price":22.95,"currency_code":"USD","in_stock":true},{"title":"3-Pack (Multi-Pet Pack - 15% OFF)","offer_id":44763092418611,"sku":"0821-17024863","price":32.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0663\/9612\/7283\/files\/95448f279a7f945776f228e92b727ede.png?v=1787303320","url":"https:\/\/whiskivo.com\/products\/roll-on-pet-paw-balm","provider":"Whiskivo","version":"1.0","type":"link"}