{"product_id":"stress-free-potty-training-spray","title":"Stress-Free Potty Training Spray","description":" \n\u003cdiv class=\"product-detail-container\"\u003e\n\u003c!--\n[AI Design Logic]\nProduct Type: Pet Care \/ Puppy Potty Training Spray\nTarget Audience: Busy pet parents, new puppy owners seeking stress-free housebreaking solutions.\nVisual Style: Clean, trustworthy, hygienic, and friendly.\nColor Strategy: \n  - Primary: Nature Green (#10B981) to symbolize success, grass, and safety.\n  - Accent: Warm Orange (#F59E0B) for a friendly, energetic pet vibe.\n  - Backgrounds: Soft off-white to maintain a hygienic, clinical-yet-warm aesthetic.\nShape Strategy: Radius 20px (Soft, rounded corners to evoke safety, friendliness, and pet-friendly gentle formulas).\nTypography Strategy: Large Type \/ Mobile-first readable (H1 at clamp 32-44px, Body at 18-20px).\nMobile Table Strategy: Card-based (No horizontal scroll, full-width blocks).\nImage Mapping: Hero=image_1, Feature1=image_2, Feature2=image_3, Feature3=image_4\n--\u003e\n\u003cstyle type=\"text\/css\"\u003e.product-detail-container {\n    \/* Design System \/ CSS Variables *\/\n    --primary: #10B981;\n    --primary-light: #D1FAE5;\n    --accent: #F59E0B;\n    --text-main: #1F2937;\n    --text-sub: #4B5563;\n    --bg-body: #FFFFFF;\n    --bg-card: #F9FAFB;\n    --border-color: #E5E7EB;\n    \n    --radius-md: 12px;\n    --radius-lg: 20px;\n    \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    \/* Core Layout Specifications *\/\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: clamp(2rem, 5vw, 4rem) 5%;\n    box-sizing: border-box;\n    font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    color: var(--text-main);\n    line-height: 1.6;\n    overflow-wrap: break-word;\n    word-break: break-word;\n    background-color: var(--bg-body);\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  .pd-h1 {\n    font-size: clamp(32px, 4vw, 44px);\n    font-weight: 800;\n    line-height: 1.2;\n    margin: 0 0 1.5rem 0;\n    color: var(--text-main);\n  }\n\n  .pd-h2 {\n    font-size: clamp(24px, 3vw, 32px);\n    font-weight: 700;\n    line-height: 1.3;\n    margin: 0 0 1rem 0;\n    color: var(--text-main);\n  }\n\n  .pd-h3 {\n    font-size: clamp(20px, 2.5vw, 24px);\n    font-weight: 600;\n    line-height: 1.4;\n    margin: 0 0 1rem 0;\n  }\n\n  .pd-body {\n    font-size: clamp(18px, 2vw, 20px);\n    color: var(--text-sub);\n    margin: 0 0 1.5rem 0;\n  }\n\n  .pd-subtitle {\n    font-size: clamp(16px, 1.8vw, 18px);\n    color: var(--primary);\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    margin-bottom: 0.75rem;\n    display: block;\n  }\n\n  \/* Structural Spacing *\/\n  .pd-section {\n    margin-bottom: clamp(3rem, 8vw, 6rem);\n  }\n\n  \/* Image Protocol (Choice A: Natural Flow) *\/\n  .pd-img-wrapper {\n    width: 100%;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-sm);\n  }\n\n  .pd-img-wrapper img {\n    width: 100%;\n    height: auto;\n    display: block;\n  }\n\n  .pd-img-placeholder {\n    width: 100%;\n    aspect-ratio: 4\/3;\n    background: var(--bg-card);\n    border: 2px dashed #9CA3AF;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 18px;\n    color: var(--text-sub);\n    border-radius: var(--radius-lg);\n  }\n\n  \/* Badges (Non-interactive) *\/\n  .pd-badge-container {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem;\n    margin-bottom: 2rem;\n  }\n\n  .pd-badge {\n    background-color: var(--primary-light);\n    color: #047857;\n    padding: 0.5rem 1rem;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    gap: 0.5rem;\n  }\n\n  \/* Trust Banner *\/\n  .pd-trust-banner {\n    display: inline-block;\n    background: #FFFBEB;\n    color: #B45309;\n    padding: 0.75rem 1.5rem;\n    border-radius: var(--radius-md);\n    font-size: 16px;\n    font-weight: 600;\n    margin-bottom: 2rem;\n    border: 1px solid #FEF3C7;\n  }\n\n  \/* Features Layout (Mobile lock: Column \/ Desktop: Z-Pattern) *\/\n  .pd-features {\n    display: flex;\n    flex-direction: column;\n    gap: clamp(3rem, 6vw, 5rem);\n  }\n\n  .pd-feature-item {\n    display: flex;\n    flex-direction: column; \/* Mobile first: Image top, Text bottom naturally via DOM order *\/\n    gap: 2rem;\n  }\n\n  .pd-feature-media,\n  .pd-feature-copy {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n  }\n\n  \/* Specs Table *\/\n  .pd-specs-table-wrapper {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    padding: clamp(1.5rem, 4vw, 3rem);\n  }\n\n  .pd-table {\n    width: 100%;\n    border-collapse: collapse;\n  }\n\n  .pd-table th, \n  .pd-table td {\n    padding: 1.25rem;\n    text-align: left;\n    border-bottom: 1px solid var(--border-color);\n  }\n\n  .pd-table th {\n    font-weight: 600;\n    color: var(--text-main);\n    font-size: 18px;\n  }\n\n  .pd-table td {\n    color: var(--text-sub);\n    font-size: 18px;\n  }\n\n  \/* FAQ Section *\/\n  .pd-faq-list {\n    display: flex;\n    flex-direction: column;\n    gap: 1.5rem;\n  }\n\n  .pd-faq-item {\n    background: var(--bg-card);\n    border-radius: var(--radius-md);\n    padding: clamp(1.25rem, 3vw, 2rem);\n    border: 1px solid var(--border-color);\n  }\n\n  .pd-faq-q {\n    color: var(--text-main);\n    margin-bottom: 0.75rem;\n  }\n\n  .pd-faq-a {\n    margin: 0;\n    font-size: 18px;\n    color: var(--text-sub);\n  }\n\n  \/* Desktop Enhancements *\/\n  @media (min-width: 768px) {\n    .pd-hero {\n      text-align: center;\n      max-width: 800px;\n      margin: 0 auto clamp(4rem, 8vw, 6rem);\n    }\n    \n    .pd-badge-container {\n      justify-content: center;\n    }\n\n    \/* Z-Pattern for Features *\/\n    .pd-feature-item {\n      flex-direction: row;\n      align-items: center;\n    }\n\n    .pd-feature-item:nth-child(even) {\n      flex-direction: row-reverse;\n    }\n\n    .pd-feature-media,\n    .pd-feature-copy {\n      width: 50%;\n    }\n  }\n\n  \/* Mobile Specs Table Card Protocol (CRITICAL) *\/\n  @media (max-width: 767px) {\n    .pd-table, \n    .pd-table tbody, \n    .pd-table tr, \n    .pd-table th, \n    .pd-table td {\n      display: block;\n      width: 100%;\n    }\n\n    .pd-table thead {\n      display: none; \/* Hide native headers *\/\n    }\n\n    .pd-table tr {\n      margin-bottom: 1.5rem;\n      border: 1px solid var(--border-color);\n      border-radius: var(--radius-md);\n      background: var(--bg-body);\n      padding: 1rem;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .pd-table td {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 0.75rem 0;\n      border-bottom: 1px solid var(--border-color);\n      font-size: 16px;\n    }\n\n    .pd-table td:last-child {\n      border-bottom: none;\n    }\n\n    .pd-table td::before {\n      content: attr(data-label);\n      font-weight: 700;\n      color: var(--text-main);\n      width: 45%;\n      flex-shrink: 0;\n    }\n\n    .pd-table td span {\n      text-align: right;\n      width: 55%;\n      word-break: break-word;\n    }\n  }\n\u003c\/style\u003e\n\u003c!-- Hero Section --\u003e\n\u003csection class=\"pd-section pd-hero\"\u003e\n\u003cdiv class=\"pd-trust-banner\"\u003e⭐ Trusted by 25,000+ Happy Pet Parents\u003c\/div\u003e\n\n\u003ch1 class=\"pd-h1\"\u003eSay Goodbye to Indoor Accidents\u003c\/h1\u003e\n\n\u003cp class=\"pd-body\"\u003eThe gentle, effective potty training spray that teaches your puppy exactly where to go. Making housebreaking a breeze for busy pet parents.\u003c\/p\u003e\n\n\u003cdiv class=\"pd-badge-container\"\u003e\n\u003cdiv class=\"pd-badge\"\u003e🐾 Pet-Friendly\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e🌿 Gentle Formula\u003c\/div\u003e\n\n\u003cdiv class=\"pd-badge\"\u003e✨ Fast Results\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324150126\/b0bb5bf68cc529c7e51905fd2292d82d.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=\"pd-section pd-features\"\u003e\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324150126\/b535b67d8b36e7d20ae2a6054bb7094e.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-subtitle\"\u003eEffective Method\u003c\/span\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eTriggers Natural Instincts\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eOur proprietary formula mimics the exact scent of dog urine. By spraying it in your desired area, you naturally encourage your furry friend to relieve themselves exactly where you want them to.\u003c\/p\u003e\n\n\u003cp class=\"pd-body\"\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Drastically cuts down training time and eliminates the frustration of guessing games.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 2 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324150126\/d2421cbe55bb71d6c2592fe92494eaf4.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-subtitle\"\u003eGentle Formula\u003c\/span\u003e\n\n\u003ch2 class=\"pd-h2\"\u003e100% Safe for Sensitive Snouts\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eCrafted with high-quality, non-toxic ingredients that will never harm your dog's delicate senses. It creates a stress-free learning environment that puppies respond positively to.\u003c\/p\u003e\n\n\u003cp class=\"pd-body\"\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Peace of mind knowing you are using a product that prioritizes your pet's health and happiness.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Feature 3 --\u003e\n\n\u003cdiv class=\"pd-feature-item\"\u003e\n\u003cdiv class=\"pd-feature-media\"\u003e\n\u003cdiv class=\"pd-img-wrapper\"\u003e\n\u003cdiv class=\"pd-img-placeholder\"\u003e\n\u003cdiv\u003e\n\u003cdiv\u003e\u003cdiv\u003e\u003cimg referrerpolicy=\"no-referrer\" src=\"https:\/\/wxalbum-10001658-file.dianxiaomi.com\/wxalbum\/1332898\/20260324150126\/5f4c13a5319c4c6106494fd15a5e33b6.jpg\"\u003e\u003c\/div\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-feature-copy\"\u003e\n\u003cspan class=\"pd-subtitle\"\u003eConvenient Use\u003c\/span\u003e\n\n\u003ch2 class=\"pd-h2\"\u003eEffortless Application Anywhere\u003c\/h2\u003e\n\n\u003cp class=\"pd-body\"\u003eDesigned specifically for busy pet parents. Simply shake, spray on a pee pad or designated outdoor spot, and let your puppy follow their nose. It's the most practical way to maintain a clean home.\u003c\/p\u003e\n\n\u003cp class=\"pd-body\"\u003e\u003cstrong\u003eBenefit:\u003c\/strong\u003e Keeps your living spaces hygienic and fresh with practically zero effort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- Specifications Table Section --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003cdiv class=\"pd-specs-table-wrapper\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eProduct Specifications\u003c\/h2\u003e\n\n\u003ctable class=\"pd-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\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\"\u003eNet Volume\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e30 ml (1.0 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003ePackage Weight\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e150 g (5.3 oz)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBottle Dimensions\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003e2.7 cm x 10.8 cm (1.1 in x 4.3 in)\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eKey Ingredients\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003ePurified water, Proprietary scent attractant\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eBest Used On\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003eIndoor puppy pads, artificial grass, outdoor lawns\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\t\u003ctr\u003e\n\t\t\t\u003ctd data-label=\"Feature\"\u003eAge Suitability\u003c\/td\u003e\n\t\t\t\u003ctd data-label=\"Specification\"\u003e\u003cspan\u003ePuppies 8 weeks and older\u003c\/span\u003e\u003c\/td\u003e\n\t\t\u003c\/tr\u003e\n\t\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FAQ Section --\u003e\n\n\u003csection class=\"pd-section\"\u003e\n\u003ch2 class=\"pd-h2\" style=\"text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdiv class=\"pd-faq-list\"\u003e\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eHow long does it take for my puppy to learn?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eEvery dog learns at their own pace, but most pet parents see a significant reduction in indoor accidents within 1 to 2 weeks of consistent application and positive reinforcement.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eIs it safe to use indoors on standard pee pads?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eAbsolutely! Our formula is designed specifically for indoor housebreaking. It will not stain standard disposable or washable pee pads, making it perfectly safe for your home environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pd-faq-item\"\u003e\n\u003ch3 class=\"pd-h3 pd-faq-q\"\u003eWill the scent bother my family's noses?\u003c\/h3\u003e\n\n\u003cp class=\"pd-faq-a\"\u003eNot at all. While the attractant mimics natural scents that dogs are highly sensitive to, the formula is extremely subtle and practically unnoticeable to human noses.\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 (1.01 fl oz)","offer_id":51206047334624,"sku":"0325-18114533","price":12.95,"currency_code":"USD","in_stock":true},{"title":"📦 2-Pack (Save 30%)","offer_id":51206047367392,"sku":"0325-18111625","price":17.95,"currency_code":"USD","in_stock":true},{"title":"🚀 3-Pack Training Kit (Save 35%)","offer_id":51206047400160,"sku":"0325-18116148","price":24.95,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0765\/5296\/2272\/files\/b0bb5bf68cc529c7e51905fd2292d82d.jpg?v=1774433615","url":"https:\/\/dogplaybox.com\/products\/stress-free-potty-training-spray","provider":"DogPlayBox","version":"1.0","type":"link"}