{"product_id":"a-a-pets-healing-journey-collar-for-dogs-cats","title":"A+a Pets' Healing Journey' Collar for Dogs \u0026 Cats","description":"\u003cp data-path-to-node=\"6,0,0\"\u003e\u003cb data-path-to-node=\"6,0,0\" data-index-in-node=\"0\"\u003eSUITABLE FOR ANY LIFE STAGE:\u003c\/b\u003e A collar is more than just a walking tool; it’s an accessory that enhances your pet's look while providing a secure place to hang an essential ID tag.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6,1,0\"\u003e\u003cb data-path-to-node=\"6,1,0\" data-index-in-node=\"0\"\u003eSKIN-FRIENDLY MATERIAL:\u003c\/b\u003e Crafted from the softest, skin-friendly nylon. This material is not only gentle on fur but also waterproof and easy to clean, ensuring long-lasting comfort.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6,2,0\"\u003e\u003cb data-path-to-node=\"6,2,0\" data-index-in-node=\"0\"\u003eROUND-EDGED SAFETY BUCKLES:\u003c\/b\u003e Standard sharp buckles can irritate a pet's neck. Our buckles feature rounded edges and smooth adjustment points to ensure a snug, pinch-free fit.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6,3,0\"\u003e\u003cb data-path-to-node=\"6,3,0\" data-index-in-node=\"0\"\u003eVIBRANT DESIGN SELECTION:\u003c\/b\u003e Say goodbye to dull colors. We believe every \"pooch\" is unique, so we’ve created a range of colorful, exclusive patterns to match their personality.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6,4,0\"\u003e\u003cb data-path-to-node=\"6,4,0\" data-index-in-node=\"0\"\u003eADJUSTABLE FIT FOR ALL BREEDS:\u003c\/b\u003e Designed with versatility in mind, the adjustable strap accommodates various sizes and breeds, ensuring your pet stays secure and comfortable as they move.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6,5,0\"\u003e\u003cb data-path-to-node=\"6,5,0\" data-index-in-node=\"0\"\u003eALL-WEATHER WATERPROOF BUILD:\u003c\/b\u003e Rain or shine, our durable construction handles it all. The waterproof finish prevents odors and damage, making it perfect for both indoor lounging and outdoor adventures.\u003c\/p\u003e\n\u003cp data-path-to-node=\"6,6,0\"\u003e\u003cb data-path-to-node=\"6,6,0\" data-index-in-node=\"0\"\u003eA+a TIP:\u003c\/b\u003e To help your pet adjust to a new collar, try placing it near them during feeding or sleep time so they associate it with comfort and rewards.\u003c\/p\u003e\n\n\u003cstyle\u003e\n    .product-video-slider {\n      max-width: 600px;\n      margin: 0 auto;\n      position: relative;\n    }\n    .video-container {\n      position: relative;\n      padding-bottom: 56.25%;\n      height: 0;\n      overflow: hidden;\n      background: #000;\n      border-radius: 8px;\n    }\n    .video-container iframe {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n    }\n    .slider-btn {\n      position: absolute;\n      top: 50%;\n      transform: translateY(-50%);\n      background: rgba(20, 46, 146, 0.8);\n      border: none;\n      width: 40px;\n      height: 40px;\n      border-radius: 50%;\n      cursor: pointer;\n      font-size: 24px;\n      color: white;\n      z-index: 10;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      transition: background 0.3s;\n    }\n    .slider-btn:hover {\n      background: rgba(20, 46, 146, 1);\n    }\n    .prev { left: 10px; }\n    .next { right: 10px; }\n    .dots {\n      text-align: center;\n      margin-top: 15px;\n    }\n    .dot {\n      display: inline-block;\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: #ccc;\n      margin: 0 5px;\n      cursor: pointer;\n      transition: all 0.3s;\n    }\n    .dot.active {\n      background: #142e92;\n      width: 25px;\n      border-radius: 5px;\n    }\n  \u003c\/style\u003e\n\n\n  \u003cdiv class=\"product-video-slider\"\u003e\n    \u003cdiv class=\"video-container\"\u003e\n      \u003ciframe id=\"videoFrame\" src=\"\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen\u003e\u003c\/iframe\u003e\n    \u003c\/div\u003e\n    \n    \u003cbutton class=\"slider-btn prev\"\u003e‹\u003c\/button\u003e\n    \u003cbutton class=\"slider-btn next\"\u003e›\u003c\/button\u003e\n    \n    \u003cdiv class=\"dots\" id=\"videoDots\"\u003e\u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cscript\u003e\n    const videos = ['QSRpe_XDXt8'];\n    let current = 0;\n    const frame = document.getElementById('videoFrame');\n    const dotsDiv = document.getElementById('videoDots');\n\n    \/\/ Create dots\n    videos.forEach((_, i) =\u003e {\n      const dot = document.createElement('span');\n      dot.className = `dot${i === 0 ? ' active' : ''}`;\n      dot.onclick = () =\u003e goToVideo(i);\n      dotsDiv.appendChild(dot);\n    });\n\n    \/\/ Initialize first video\n    updateVideo();\n\n    \/\/ Navigation\n    document.querySelector('.prev').onclick = () =\u003e slideVideo(-1);\n    document.querySelector('.next').onclick = () =\u003e slideVideo(1);\n\n    function slideVideo(dir) {\n      current = (current + dir + videos.length) % videos.length;\n      updateVideo();\n    }\n\n    function goToVideo(i) {\n      current = i;\n      updateVideo();\n    }\n\n    function updateVideo() {\n      frame.src = `https:\/\/www.youtube.com\/embed\/${videos[current]}?autoplay=1`;\n      document.querySelectorAll('.dot').forEach((dot, i) =\u003e {\n        dot.classList.toggle('active', i === current);\n      });\n    }\n  \u003c\/script\u003e","brand":"www.aplusapets.com","offers":[{"title":"Default Title","offer_id":45061625413814,"sku":"AA-CO-20","price":521.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0597\/0159\/2246\/files\/Healing-Journey.jpg?v=1776272543","url":"https:\/\/www.aplusapets.com\/hi\/products\/a-a-pets-healing-journey-collar-for-dogs-cats","provider":"www.aplusapets.com","version":"1.0","type":"link"}