Anti-stress spray Help your anxious pet with the best calming spray for dogs. Our specially crafted formula, infused with gentle lavender and chamomile scents, helps your dog relax in any stressful situation, whether triggered by thunder, fireworks or other anxieties. It can be sprayed on dog beds, collar, transport box, car seats to keep them stress-free. This anxiety spray for pets eases your dog's worries naturally. function myFunction() { var dots = document.getElementById("dots"); var moreText = document.getElementById("more"); var btnText = document.getElementById("myBtn"); if (dots.style.display === "none") { dots.style.display = "inline"; btnText.innerHTML = "Ingredients"; moreText.style.display = "none"; } else { dots.style.display = "none"; btnText.innerHTML = "Read less"; moreText.style.display = "inline"; } }