{"product_id":"pawbloom-calmlink","title":"PawBloom CalmLink™","description":"\u003cdiv class=\"customer-testimonial\"\u003e\n\u003c!-- CUSTOMER HEADER --\u003e\n\u003cdiv class=\"testimonial-header\"\u003e\n\u003c!-- CUSTOMER PHOTO --\u003e\n\u003cdiv class=\"customer-photo\" style=\"text-align: start;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1065\/7546\/2731\/files\/Capture_d_ecran_2026-06-20_a_19.35.10.webp?v=1787398825\" alt=\"Customer photo\" style=\"margin-bottom: 16px; float: none;\"\u003e\u003c\/div\u003e\n\u003c!-- CUSTOMER INFORMATION --\u003e\n\u003cdiv class=\"customer-info\"\u003e\n\u003cdiv class=\"customer-top-line\"\u003e\n\u003cspan class=\"customer-name\"\u003e \u003cspan\u003eMegan R.\u003c\/span\u003e\u003c\/span\u003e \u003cspan class=\"verified-buyer\"\u003e ✓ Verified Buyer \u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"customer-bottom-line\"\u003e\n\u003cspan class=\"testimonial-stars\"\u003e ★★★★★ \u003c\/span\u003e \u003cspan class=\"customer-type\"\u003e Dog Mom \u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- TESTIMONIAL --\u003e\n\u003cdiv class=\"testimonial-text\"\u003e\n\u003cp\u003e\u003cem\u003e \u003cspan\u003eHonestly thought it'd be a waste of money like the last two. Our rescue would shake and hide in the closet at every storm. First week, still some pacing, but no more hiding. By week two she just stayed with us in the living room. Wish it had been instant, but for $30 vs the vet sedatives? Not complaining.\u003c\/span\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n\/* ==========================================\n   TESTIMONIAL CARD\n========================================== *\/\n\n.customer-testimonial {\n  width: 100%;\n  max-width: 900px;\n  margin: 35px auto;\n  padding: 30px 30px 27px;\n\n  box-sizing: border-box;\n\n  background: #f5f6f8;\n\n  border: 2px solid #b8b9bd;\n\n  border-radius: 20px;\n\n  color: #101b38;\n\n  font-family: inherit;\n\n  box-shadow: 0 2px 5px rgba(0,0,0,0.04);\n}\n\n\n\/* ==========================================\n   HEADER\n========================================== *\/\n\n.testimonial-header {\n  display: flex;\n  align-items: center;\n\n  gap: 20px;\n\n  margin-bottom: 22px;\n}\n\n\n\/* ==========================================\n   CUSTOMER PHOTO\n========================================== *\/\n\n.customer-photo {\n  width: 92px;\n  height: 92px;\n\n  flex: 0 0 92px;\n\n  border-radius: 50%;\n\n  overflow: hidden;\n\n  background: #e8e9ec;\n\n  border: 3px solid #ffffff;\n\n  box-shadow:\n    0 0 0 2px #aeb1b7,\n    0 2px 5px rgba(0,0,0,0.12);\n}\n\n.customer-photo img {\n  width: 100%;\n  height: 100%;\n\n  display: block;\n\n  object-fit: cover;\n}\n\n\n\/* ==========================================\n   CUSTOMER INFORMATION\n========================================== *\/\n\n.customer-info {\n  min-width: 0;\n}\n\n\n\/* TOP LINE *\/\n\n.customer-top-line {\n  display: flex;\n  align-items: center;\n\n  flex-wrap: wrap;\n\n  gap: 14px;\n\n  margin-bottom: 8px;\n}\n\n\n\/* CUSTOMER NAME *\/\n\n.customer-name {\n  color: #101b38;\n\n  font-size: 28px;\n\n  line-height: 1.1;\n\n  font-weight: 800;\n\n  letter-spacing: 1px;\n}\n\n\n\/* ==========================================\n   VERIFIED BUYER\n========================================== *\/\n\n.verified-buyer {\n  display: inline-flex;\n\n  align-items: center;\n\n  padding: 7px 12px;\n\n  border-radius: 8px;\n\n  background: #ebedf1;\n\n  color: #315b8d;\n\n  font-size: 16px;\n\n  line-height: 1;\n\n  font-weight: 500;\n\n  letter-spacing: 0.7px;\n}\n\n\n\/* ==========================================\n   STARS + CUSTOMER TYPE\n========================================== *\/\n\n.customer-bottom-line {\n  display: flex;\n\n  align-items: center;\n\n  flex-wrap: wrap;\n\n  gap: 14px;\n}\n\n\n\/* STARS *\/\n\n.testimonial-stars {\n  color: #d5965d;\n\n  font-size: 25px;\n\n  letter-spacing: 2px;\n\n  line-height: 1;\n}\n\n\n\/* CUSTOMER TYPE *\/\n\n.customer-type {\n  color: #0c4a83;\n\n  font-size: 24px;\n\n  line-height: 1.1;\n\n  font-weight: 800;\n\n  letter-spacing: 1px;\n}\n\n\n\/* ==========================================\n   TESTIMONIAL TEXT\n========================================== *\/\n\n.testimonial-text {\n  width: 100%;\n}\n\n.testimonial-text p {\n  margin: 0;\n\n  color: #101b38;\n\n  font-size: 27px;\n\n  line-height: 1.48;\n\n  font-weight: 650;\n\n  letter-spacing: 1px;\n}\n\n\n\/* ==========================================\n   TABLET\n========================================== *\/\n\n@media screen and (max-width: 749px) {\n\n  .customer-testimonial {\n    margin: 30px auto;\n\n    padding: 24px 22px 23px;\n\n    border-radius: 18px;\n  }\n\n\n  .testimonial-header {\n    gap: 15px;\n\n    margin-bottom: 19px;\n  }\n\n\n  .customer-photo {\n    width: 76px;\n    height: 76px;\n\n    flex-basis: 76px;\n  }\n\n\n  .customer-name {\n    font-size: 22px;\n  }\n\n\n  .verified-buyer {\n    padding: 6px 9px;\n\n    font-size: 13px;\n  }\n\n\n  .customer-top-line {\n    gap: 9px;\n\n    margin-bottom: 7px;\n  }\n\n\n  .customer-bottom-line {\n    gap: 9px;\n  }\n\n\n  .testimonial-stars {\n    font-size: 21px;\n\n    letter-spacing: 1px;\n  }\n\n\n  .customer-type {\n    font-size: 19px;\n  }\n\n\n  .testimonial-text p {\n    font-size: 20px;\n\n    line-height: 1.5;\n\n    letter-spacing: 0.7px;\n  }\n\n}\n\n\n\/* ==========================================\n   MOBILE\n========================================== *\/\n\n@media screen and (max-width: 480px) {\n\n  .customer-testimonial {\n    margin: 25px auto;\n\n    padding: 20px 17px 20px;\n\n    border-radius: 16px;\n  }\n\n\n  .testimonial-header {\n    gap: 12px;\n\n    margin-bottom: 17px;\n\n    align-items: center;\n  }\n\n\n  .customer-photo {\n    width: 64px;\n    height: 64px;\n\n    flex-basis: 64px;\n\n    border-width: 2px;\n  }\n\n\n  .customer-name {\n    font-size: 18px;\n\n    letter-spacing: 0.5px;\n  }\n\n\n  .customer-top-line {\n    gap: 7px;\n\n    margin-bottom: 6px;\n  }\n\n\n  .verified-buyer {\n    padding: 5px 7px;\n\n    font-size: 11px;\n\n    letter-spacing: 0.3px;\n\n    border-radius: 6px;\n  }\n\n\n  .customer-bottom-line {\n    gap: 7px;\n  }\n\n\n  .testimonial-stars {\n    font-size: 18px;\n\n    letter-spacing: 0;\n  }\n\n\n  .customer-type {\n    font-size: 16px;\n\n    letter-spacing: 0.5px;\n  }\n\n\n  .testimonial-text p {\n    font-size: 17px;\n\n    line-height: 1.52;\n\n    letter-spacing: 0.4px;\n  }\n\n}\n\n\n\/* ==========================================\n   VERY SMALL PHONES\n========================================== *\/\n\n@media screen and (max-width: 360px) {\n\n  .customer-testimonial {\n    padding: 18px 14px;\n  }\n\n\n  .customer-photo {\n    width: 57px;\n    height: 57px;\n\n    flex-basis: 57px;\n  }\n\n\n  .customer-name {\n    font-size: 16px;\n  }\n\n\n  .verified-buyer {\n    font-size: 10px;\n\n    padding: 4px 6px;\n  }\n\n\n  .testimonial-stars {\n    font-size: 16px;\n  }\n\n\n  .customer-type {\n    font-size: 14px;\n  }\n\n\n  .testimonial-text p {\n    font-size: 15px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-info\"\u003e\n\u003c!-- GUARANTEE --\u003e\n\u003cdiv class=\"guarantee-line\"\u003e\n\u003cspan class=\"guarantee-icon\"\u003e🤝\u003c\/span\u003e\u003cspan\u003eTry it Risk-Free 30-Day Money-Back Guarantee\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"review-line\"\u003e\n\u003cp\u003e\u003cstrong\u003eYour dog\/cat isn't trying to be difficult. They may simply be overwhelmed.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eThe barking when you leave.\u003c\/p\u003e\n\u003cp\u003eThe pacing around the house.\u003c\/p\u003e\n\u003cp\u003eThe shaking when thunder starts.\u003c\/p\u003e\n\u003cp\u003eThe whining in the car.\u003c\/p\u003e\n\u003cp\u003eThe hiding when fireworks go off.\u003c\/p\u003e\n\u003cp\u003eThe destructive chewing when they're left alone.\u003c\/p\u003e\n\u003cp\u003eThe accidents that seem to happen for no obvious reason.\u003c\/p\u003e\n\u003cp\u003eSometimes, what looks like “bad behavior” can actually be your dog's response to stress.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=1500\" alt=\"\" srcset=\"\/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=165 165w, \/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=360 360w, \/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=535 535w, \/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=750 750w, \/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=1070 1070w, \/\/www.trypetband.com\/cdn\/shop\/files\/PetBand_Way_10.jpg?v=1783715610\u0026amp;width=1500 1500w\" width=\"533\" height=\"533\" loading=\"lazy\" sizes=\"(min-width: 1400px) 650px,\n                  (min-width: 750px) calc((100vw - 130px) \/ 2), calc((100vw - 30px) \/ 2)\"\u003e\u003c\/p\u003e\n\u003cp\u003eAnd when your dog is constantly on edge, simply telling them to calm down doesn't solve the problem.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eThat's why PawBloom created CalmLink™.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eA simple, wearable calming solution designed to provide ongoing calming support throughout your dog's\/cat day, at home, outside, in the car, during walks, and anywhere stressful situations may happen.\u003c\/p\u003e\n\u003cdiv class=\"g_4TdDJ0Oe gp-relative gp-flex gp-flex-col\"\u003e\n\u003cdiv role=\"presentation\" class=\"gp-group\/image gp-relative force-publish-1776519826114 gp-flex-none gp-h-auto mobile:gp-flex-none mobile:gp-h-auto tablet:gp-flex-none tablet:gp-h-auto gSah7JVWdW\"\u003e\n\u003cdiv class=\"gp-h-full gp-w-full gp-flex pointer-events-auto\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_1_256edbb6-af4c-4710-a37b-209cf24ad633.png\" alt=\"\" width=\"139\" class=\"gp-inline-block gp-w-full gp-max-w-full gp_lazyloaded\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_1_256edbb6-af4c-4710-a37b-209cf24ad633.png?width=171 1440w\" height=\"139\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_7.png\" alt=\"\" width=\"135\" class=\"gp-inline-block gp-w-full gp-max-w-full gp_lazyloaded\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_7.png?width=171 1440w\" height=\"135\" style=\"font-size: 0.875rem;\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"geE3q6ihmd\"\u003e\n\u003cdiv class=\"gp-flex\"\u003e\n\u003cdiv class=\"gp-text-instant gp-text\"\u003e\n\u003cp\u003eStops the anxious barking       Eases Separation Anxiety\u003cbr\u003e\u0026amp; whining\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"giVtt-OMch gp-relative gp-flex gp-flex-col\"\u003e\n\u003cdiv role=\"presentation\" class=\"gp-group\/image gp-relative force-publish-1776519826117 gp-flex-none gp-h-auto mobile:gp-flex-none mobile:gp-h-auto tablet:gp-flex-none tablet:gp-h-auto gshasQCoBu\"\u003e\n\u003cdiv class=\"gp-h-full gp-w-full gp-flex pointer-events-auto\"\u003e\u003cpicture class=\"gp-contents\"\u003e\u003csource media=\"(max-width: 767px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_6.png?width=171 767w\"\u003e\u003csource media=\"(max-width: 1024px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_6.png?width=171 1023w\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_6.png\" alt=\"\" width=\"170\" class=\"gp-inline-block gp-w-full gp-max-w-full gp_lazyloaded\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_6.png?width=171 1440w\" height=\"170\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_4.png\" alt=\"\" width=\"157\" class=\"gp-inline-block gp-w-full gp-max-w-full gp_lazyloaded\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_4.png?width=171 1440w\" height=\"157\" style=\"font-size: 0.875rem;\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"gigTsb-ALw\"\u003e\n\u003cdiv class=\"gp-flex\"\u003e\n\u003cdiv class=\"gp-text-instant gp-text\"\u003e\n\u003cp\u003eReduces Anxious Indoor Peeing  Calms Destructive Chewing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ggjtF-V4Ra gp-relative gp-flex gp-flex-col\"\u003e\n\u003cdiv class=\"gjUPXrgXZc\"\u003e\n\u003cdiv class=\"gp-flex\"\u003e\n\u003cdiv class=\"gp-text-instant gp-text\"\u003e\n\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g7uuH2kNXO gp-relative gp-flex gp-flex-col\"\u003e\n\u003cdiv role=\"presentation\" class=\"gp-group\/image gp-relative force-publish-1776519826122 gp-flex-none gp-h-auto mobile:gp-flex-none mobile:gp-h-auto tablet:gp-flex-none tablet:gp-h-auto g5sFV0SojL\"\u003e\n\u003cdiv class=\"gp-h-full gp-w-full gp-flex pointer-events-auto\"\u003e\u003cpicture class=\"gp-contents\"\u003e\u003csource media=\"(max-width: 767px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_4_1d99bf33-cb34-467f-9686-227d47bf1fd4.png?width=171 767w\"\u003e\u003csource media=\"(max-width: 1024px)\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_4_1d99bf33-cb34-467f-9686-227d47bf1fd4.png?width=171 1023w\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_4_1d99bf33-cb34-467f-9686-227d47bf1fd4.png\" alt=\"\" width=\"131\" class=\"gp-inline-block gp-w-full gp-max-w-full gp_lazyloaded\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_4_1d99bf33-cb34-467f-9686-227d47bf1fd4.png?width=171 1440w\" height=\"131\"\u003e  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_2_38e57890-9676-4994-8090-fae19ac3fe7d.png\" alt=\"\" width=\"141\" class=\"gp-inline-block gp-w-full gp-max-w-full gp_lazyloaded\" srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0685\/8234\/2765\/files\/Design_sans_titre_2_38e57890-9676-4994-8090-fae19ac3fe7d.png?width=171 1440w\" height=\"141\" style=\"font-size: 0.875rem;\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"g2PMCLE1MU\"\u003e\n\u003cdiv class=\"gp-flex\"\u003e\n\u003cdiv class=\"gp-text-instant gp-text\"\u003e\n\u003cp\u003eStops Aggressive Behaviour   Eases Stress-Driven Reactions\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1065\/7546\/2731\/files\/hello1.png?v=1787409184\" alt=\"\"\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n.pawbloom-tabs {\n  max-width: 760px;\n  margin: 25px auto;\n  font-family: Arial, Helvetica, sans-serif;\n  color: #18233d;\n}\n\n.pawbloom-tabs input {\n  display: none;\n}\n\n.pawbloom-tab-labels {\n  display: flex;\n  width: 100%;\n  gap: 10px;\n}\n\n.pawbloom-tab-label {\n  flex: 1;\n  padding: 17px 10px;\n  text-align: center;\n  background: #eeeef2;\n  border: 1px solid #d8d8dc;\n  border-bottom: none;\n  border-radius: 18px 18px 0 0;\n  font-size: 18px;\n  font-weight: 700;\n  color: #9295a0;\n  letter-spacing: .3px;\n  cursor: pointer;\n  box-sizing: border-box;\n}\n\n.pawbloom-content {\n  display: none;\n  background: #ffffff;\n  border: 1px solid #d8d8dc;\n  border-top: none;\n  border-radius: 0 0 28px 28px;\n  padding: 30px 40px 35px;\n  box-sizing: border-box;\n}\n\n#pawbloom-benefits:checked ~ .pawbloom-tab-labels label[for=\"pawbloom-benefits\"],\n#pawbloom-ingredients:checked ~ .pawbloom-tab-labels label[for=\"pawbloom-ingredients\"],\n#pawbloom-how:checked ~ .pawbloom-tab-labels label[for=\"pawbloom-how\"] {\n  background: #ffffff;\n  color: #18233d;\n  border-color: #d8d8dc;\n}\n\n#pawbloom-benefits:checked ~ .pawbloom-benefits-content,\n#pawbloom-ingredients:checked ~ .pawbloom-ingredients-content,\n#pawbloom-how:checked ~ .pawbloom-how-content {\n  display: block;\n}\n\n.pawbloom-benefit {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  margin: 0 0 22px;\n}\n\n.pawbloom-check {\n  flex: 0 0 28px;\n  width: 28px;\n  height: 28px;\n  border-radius: 50%;\n  background: #078b62;\n  color: #ffffff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 17px;\n  font-weight: bold;\n  margin-top: 2px;\n}\n\n.pawbloom-benefit-text {\n  font-size: 18px;\n  line-height: 1.55;\n  color: #30313a;\n}\n\n.pawbloom-benefit-text strong {\n  color: #18233d;\n  font-weight: 700;\n}\n\n.pawbloom-ingredient {\n  display: flex;\n  gap: 25px;\n  padding: 0 0 25px;\n  margin-bottom: 25px;\n  border-bottom: 1px solid #e5e5e5;\n}\n\n.pawbloom-ingredient:last-child {\n  border-bottom: none;\n  margin-bottom: 0;\n  padding-bottom: 0;\n}\n\n.pawbloom-emoji {\n  flex: 0 0 62px;\n  width: 62px;\n  height: 62px;\n  border-radius: 18px;\n  background: #f4f4ef;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 30px;\n}\n\n.pawbloom-ingredient h3 {\n  margin: 0 0 7px;\n  font-size: 22px;\n  line-height: 1.3;\n  color: #18233d;\n}\n\n.pawbloom-ingredient p {\n  margin: 0;\n  font-size: 17px;\n  line-height: 1.55;\n  color: #6d6f78;\n}\n\n.pawbloom-step {\n  display: flex;\n  gap: 18px;\n  margin-bottom: 25px;\n}\n\n.pawbloom-step-number {\n  flex: 0 0 38px;\n  width: 38px;\n  height: 38px;\n  border-radius: 50%;\n  background: #078b62;\n  color: white;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 17px;\n}\n\n.pawbloom-step h3 {\n  margin: 0 0 6px;\n  color: #18233d;\n  font-size: 19px;\n}\n\n.pawbloom-step p {\n  margin: 0;\n  color: #6d6f78;\n  font-size: 17px;\n  line-height: 1.5;\n}\n\n@media screen and (max-width: 600px) {\n  .pawbloom-tabs {\n    margin: 15px 0;\n  }\n\n  .pawbloom-tab-labels {\n    gap: 4px;\n  }\n\n  .pawbloom-tab-label {\n    padding: 14px 5px;\n    font-size: 14px;\n    border-radius: 14px 14px 0 0;\n  }\n\n  .pawbloom-content {\n    padding: 25px 20px 28px;\n    border-radius: 0 0 22px 22px;\n  }\n\n  .pawbloom-benefit {\n    gap: 12px;\n    margin-bottom: 19px;\n  }\n\n  .pawbloom-check {\n    flex-basis: 25px;\n    width: 25px;\n    height: 25px;\n    font-size: 15px;\n  }\n\n  .pawbloom-benefit-text {\n    font-size: 16px;\n    line-height: 1.5;\n  }\n\n  .pawbloom-ingredient {\n    gap: 16px;\n    padding-bottom: 20px;\n    margin-bottom: 20px;\n  }\n\n  .pawbloom-emoji {\n    flex-basis: 52px;\n    width: 52px;\n    height: 52px;\n    border-radius: 15px;\n    font-size: 25px;\n  }\n\n  .pawbloom-ingredient h3 {\n    font-size: 18px;\n  }\n\n  .pawbloom-ingredient p {\n    font-size: 15px;\n    line-height: 1.5;\n  }\n\n  .pawbloom-step {\n    gap: 13px;\n  }\n\n  .pawbloom-step-number {\n    flex-basis: 32px;\n    width: 32px;\n    height: 32px;\n    font-size: 14px;\n  }\n\n  .pawbloom-step h3 {\n    font-size: 17px;\n  }\n\n  .pawbloom-step p {\n    font-size: 15px;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-info\"\u003e\n\u003cdiv class=\"pawbloom-tabs\"\u003e\n\u003c!-- TAB BUTTONS --\u003e \u003cinput type=\"radio\" name=\"pawbloom-tabs\" id=\"pawbloom-benefits\" checked\u003e \u003cinput type=\"radio\" name=\"pawbloom-tabs\" id=\"pawbloom-ingredients\"\u003e \u003cinput type=\"radio\" name=\"pawbloom-tabs\" id=\"pawbloom-how\"\u003e\n\u003cdiv class=\"pawbloom-tab-labels\"\u003e\n\u003clabel class=\"pawbloom-tab-label\" for=\"pawbloom-benefits\"\u003e Benefits \u003c\/label\u003e \u003clabel class=\"pawbloom-tab-label\" for=\"pawbloom-ingredients\"\u003e Ingredients \u003c\/label\u003e \u003clabel class=\"pawbloom-tab-label\" for=\"pawbloom-how\"\u003e How it works \u003c\/label\u003e\n\u003c\/div\u003e\n\u003c!-- ================= BENEFITS ================= --\u003e\n\u003cdiv class=\"pawbloom-content pawbloom-benefits-content\"\u003e\n\u003cdiv class=\"pawbloom-benefit\"\u003e\n\u003cdiv class=\"pawbloom-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit-text\"\u003eHelps support dogs \u0026amp; cats during \u003cstrong\u003efireworks, thunderstorms \u0026amp; loud noises\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit\"\u003e\n\u003cdiv class=\"pawbloom-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit-text\"\u003eDesigned to promote a \u003cstrong\u003ecalmer, more comfortable environment\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit\"\u003e\n\u003cdiv class=\"pawbloom-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit-text\"\u003e\n\u003cstrong\u003eNon-sedating\u003c\/strong\u003e — helps support calm behavior without making your dog\/cat sleepy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit\"\u003e\n\u003cdiv class=\"pawbloom-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit-text\"\u003eEasy to wear and convenient for \u003cstrong\u003eeveryday use\u003c\/strong\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit\"\u003e\n\u003cdiv class=\"pawbloom-check\"\u003e✓\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-benefit-text\"\u003eA simple alternative to constantly managing stressful situations\u003c\/div\u003e\n\u003ch3 style=\"color: rgb(48, 48, 48); font-family: -apple-system, BlinkMacSystemFont, 'San Francisco', 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; background-color: rgb(253, 253, 253);\"\u003e\u003cbr\u003e\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= INGREDIENTS ================= --\u003e\n\u003cdiv class=\"pawbloom-content pawbloom-ingredients-content\"\u003e\n\u003cdiv class=\"pawbloom-ingredient\"\u003e\n\u003cdiv class=\"pawbloom-emoji\"\u003e🧬\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDog-Appeasing Pheromone (DAP)\u003c\/h3\u003e\n\u003cp\u003eA calming pheromone signal designed to mimic the reassuring communication associated with a mother dog and help create a more familiar, comforting environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-ingredient\"\u003e\n\u003cdiv class=\"pawbloom-emoji\"\u003e🌿\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eLavender\u003c\/h3\u003e\n\u003cp\u003eA naturally soothing botanical traditionally associated with relaxation and a calmer environment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-ingredient\"\u003e\n\u003cdiv class=\"pawbloom-emoji\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eDrug-Free, Non-Toxic Base\u003c\/h3\u003e\n\u003cp\u003eDesigned as a non-sedating solution without traditional calming medication or sedatives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ================= HOW IT WORKS ================= --\u003e\n\u003cdiv class=\"pawbloom-content pawbloom-how-content\"\u003e\n\u003cdiv class=\"pawbloom-step\"\u003e\n\u003cdiv class=\"pawbloom-step-number\"\u003e1\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003ePut CalmLink™ on Your Dog\u003c\/h3\u003e\n\u003cp\u003eAttach the tag securely to your dog's collar so it can remain close to them throughout the day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-step\"\u003e\n\u003cdiv class=\"pawbloom-step-number\"\u003e2\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eCalming Signals Are Released\u003c\/h3\u003e\n\u003cp\u003eCalmLink™ is designed to provide a subtle calming signal around your dog without requiring medication or sedation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pawbloom-step\"\u003e\n\u003cdiv class=\"pawbloom-step-number\"\u003e3\u003c\/div\u003e\n\u003cdiv\u003e\n\u003ch3\u003eHelp Create a Calmer Environment\u003c\/h3\u003e\n\u003cp\u003eUse it during situations that may make your dog uncomfortable, such as fireworks, thunderstorms, travel or unfamiliar surroundings.\u003c\/p\u003e\n\u003cp\u003eUnlike products that you have to remember to give at a specific time, CalmLink™ is designed to fit easily into your dog’s everyday routine. Simply use it as directed and let it provide continuous support while your dog goes about their normal day. It’s discreet, convenient, and made for everyday use.Unlike products that you have to remember to give at a specific time, CalmLink™ is designed to fit easily into your dog’s everyday routine. Simply use it as directed and let it provide continuous support while your dog goes about their normal day. It’s discreet, convenient, and made for everyday use.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"petband-comparison\"\u003e\n\u003ch4 style=\"text-align: center;\"\u003eWhy CalmLink™ Work Where the Others Fail\u003c\/h4\u003e\n\u003cdiv class=\"comparison-table\"\u003e\n\u003c!-- TABLE HEADER --\u003e\n\u003cdiv class=\"comparison-row comparison-header\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-brand\"\u003eOur Product\u003c\/div\u003e\n\u003cdiv class=\"comparison-brand\"\u003e\n\u003cspan\u003eChemical\u003c\/span\u003e \u003cspan\u003ecollar\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-brand\"\u003eBehaviorist\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 1 --\u003e\n\u003cdiv class=\"comparison-row\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003eTargets the panic\u003cbr class=\"desktop-break\"\u003eat the source\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 2 --\u003e\n\u003cdiv class=\"comparison-row\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003eWorks 24\/7,\u003cbr class=\"desktop-break\"\u003eindoors \u0026amp; out\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 3 --\u003e\n\u003cdiv class=\"comparison-row\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003eChemical-free \u0026amp;\u003cbr class=\"desktop-break\"\u003enon-toxic\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 4 --\u003e\n\u003cdiv class=\"comparison-row\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003eOne size fits all\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 5 --\u003e\n\u003cdiv class=\"comparison-row\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003eNo effort or\u003cbr class=\"desktop-break\"\u003etraining needed\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ROW 6 --\u003e\n\u003cdiv class=\"comparison-row comparison-last-row\"\u003e\n\u003cdiv class=\"comparison-feature\"\u003eUnder $0.70 a\u003cbr class=\"desktop-break\"\u003eday\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"comparison-result\"\u003e\u003cspan class=\"cross\"\u003e✕\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n\/* =========================================\n   MAIN SECTION\n========================================= *\/\n\n.petband-comparison {\n  width: 100%;\n  max-width: 900px;\n  margin: 45px auto;\n  padding: 0 15px;\n  box-sizing: border-box;\n  font-family: inherit;\n}\n\n\n\/* =========================================\n   HEADING\n========================================= *\/\n\n.petband-comparison h2 {\n  margin: 0 auto 35px;\n  max-width: 850px;\n  text-align: center;\n  font-size: 38px;\n  line-height: 1.15;\n  font-weight: 800;\n  letter-spacing: 0.5px;\n  color: #111b38;\n}\n\n\n\/* =========================================\n   TABLE\n========================================= *\/\n\n.comparison-table {\n  width: 100%;\n  overflow: hidden;\n  border-radius: 28px;\n  background: #f5f6f8;\n  box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n}\n\n\n\/* =========================================\n   ROW\n========================================= *\/\n\n.comparison-row {\n  display: grid;\n  grid-template-columns: 42% 19.33% 19.33% 19.33%;\n  min-height: 92px;\n}\n\n\n\/* =========================================\n   HEADER\n========================================= *\/\n\n.comparison-header {\n  min-height: 62px;\n  background: #f0f1f6;\n}\n\n.comparison-header \u003e div {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n}\n\n.comparison-brand {\n  color: #777985;\n  font-size: 16px;\n  line-height: 1.15;\n  font-weight: 700;\n  letter-spacing: 1px;\n  text-align: center;\n\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n}\n\n.chemical-collar span {\n  display: block;\n}\n\n.comparison-header .comparison-brand:first-of-type {\n  color: #111b38;\n}\n\n\n\/* =========================================\n   FEATURE COLUMN\n========================================= *\/\n\n.comparison-feature {\n  display: flex;\n  align-items: center;\n  padding: 18px 20px;\n  box-sizing: border-box;\n\n  background: #111b38;\n  color: #ffffff;\n\n  font-size: 18px;\n  line-height: 1.55;\n  font-weight: 650;\n  letter-spacing: 0.3px;\n\n  border-bottom: 1px solid rgba(255,255,255,0.8);\n}\n\n\n\/* =========================================\n   RESULT CELLS\n========================================= *\/\n\n.comparison-result {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  background: #f6f7f8;\n\n  border-bottom: 1px solid #ffffff;\n}\n\n\n\/* =========================================\n   CHECK \/ X\n========================================= *\/\n\n.check {\n  color: #21845e;\n  font-size: 27px;\n  font-weight: 800;\n  line-height: 1;\n}\n\n.cross {\n  color: #c9483e;\n  font-size: 27px;\n  font-weight: 800;\n  line-height: 1;\n}\n\n\n\/* =========================================\n   LAST ROW\n========================================= *\/\n\n.comparison-last-row .comparison-feature {\n  border-bottom: none;\n}\n\n.comparison-last-row .comparison-result {\n  border-bottom: none;\n}\n\n\n\/* =========================================\n   ROUNDED BOTTOM CORNERS\n========================================= *\/\n\n.comparison-last-row .comparison-feature {\n  border-radius: 0 0 0 28px;\n}\n\n.comparison-last-row .comparison-result:last-child {\n  border-radius: 0 0 28px 0;\n}\n\n\n\/* =========================================\n   DESKTOP \/ MOBILE LINE BREAKS\n========================================= *\/\n\n.mobile-break {\n  display: none;\n}\n\n.desktop-break {\n  display: block;\n}\n\n\n\/* =========================================\n   TABLET\n========================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .petband-comparison {\n    margin: 35px auto;\n    padding: 0 8px;\n  }\n\n  .petband-comparison h2 {\n    font-size: 27px;\n    line-height: 1.25;\n    margin-bottom: 28px;\n    padding: 0 5px;\n  }\n\n  .comparison-table {\n    border-radius: 25px;\n  }\n\n  .comparison-row {\n    grid-template-columns: 42% 19.33% 19.33% 19.33%;\n    min-height: 78px;\n  }\n\n  .comparison-header {\n    min-height: 60px;\n  }\n\n  .comparison-brand {\n    font-size: 13px;\n    letter-spacing: 0.6px;\n    padding: 5px;\n  }\n\n  .comparison-feature {\n    padding: 14px 15px;\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .check,\n  .cross {\n    font-size: 24px;\n  }\n\n}\n\n\n\/* =========================================\n   SMALL MOBILE\n========================================= *\/\n\n@media screen and (max-width: 480px) {\n\n  .petband-comparison {\n    padding: 0 4px;\n    margin: 30px auto;\n  }\n\n  .petband-comparison h2 {\n    font-size: 24px;\n    line-height: 1.25;\n    margin-bottom: 25px;\n  }\n\n  .comparison-table {\n    border-radius: 22px;\n  }\n\n  .comparison-row {\n    grid-template-columns: 41% 19.66% 19.66% 19.66%;\n    min-height: 80px;\n  }\n\n  .comparison-header {\n    min-height: 60px;\n  }\n\n  .comparison-brand {\n    font-size: 11px;\n    line-height: 1.15;\n    letter-spacing: 0.4px;\n  }\n\n  .comparison-feature {\n    padding: 12px 10px;\n    font-size: 14px;\n    line-height: 1.5;\n  }\n\n  .check,\n  .cross {\n    font-size: 23px;\n  }\n\n  .comparison-last-row .comparison-feature {\n    border-radius: 0 0 0 22px;\n  }\n\n  .comparison-last-row .comparison-result:last-child {\n    border-radius: 0 0 22px 0;\n  }\n\n}\n\n\n\/* =========================================\n   EXTRA SMALL PHONES\n========================================= *\/\n\n@media screen and (max-width: 360px) {\n\n  .petband-comparison h2 {\n    font-size: 22px;\n  }\n\n  .comparison-row {\n    min-height: 75px;\n  }\n\n  .comparison-feature {\n    font-size: 13px;\n    padding: 10px 8px;\n  }\n\n  .comparison-brand {\n    font-size: 10px;\n  }\n\n  .check,\n  .cross {\n    font-size: 21px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- Elegant Shopify Infinite Ticker Marquee Slider --\u003e\n\u003cstyle\u003e\n  .ticker-wrap {\n    width: 100%;\n    overflow: hidden;\n    background: linear-gradient(90deg, #f4fafb 0%, #e9f5f8 100%);\n    padding: 14px 0;\n    box-sizing: border-box;\n    display: flex;\n    align-items: center;\n    border-top: 1px solid rgba(0,0,0,0.03);\n    border-bottom: 1px solid rgba(0,0,0,0.03);\n    margin: 20px 0;\n  }\n\n  .ticker {\n    display: flex;\n    width: max-content;\n    animation: marquee 25s linear infinite;\n  }\n\n  \/* Duplicate track to make it infinite and seamless *\/\n  .ticker-track {\n    display: flex;\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    white-space: nowrap;\n  }\n\n  .ticker-item {\n    display: inline-flex;\n    align-items: center;\n    color: #001a57;\n    font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 0.05em;\n    text-transform: uppercase;\n    padding: 0 35px;\n  }\n\n  \/* Elegant checkmark indicator icon mimicking your design *\/\n  .ticker-item::before {\n    content: \"\";\n    display: inline-block;\n    width: 18px;\n    height: 18px;\n    margin-right: 12px;\n    background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/w3.org' viewBox='0 0 24 24' fill='none' stroke='%23001a57' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C\/polyline%3E%3C\/svg%3E\");\n    background-size: contain;\n    background-repeat: no-repeat;\n    vertical-align: middle;\n  }\n\n  @keyframes marquee {\n    0% { transform: translateX(0); }\n    100% { transform: translateX(-50%); }\n  }\n\n  \/* Fluid scaling optimized automatically for mobile screens *\/\n  @media (max-width: 767px) {\n    .ticker-item {\n      font-size: 12px;\n      padding: 0 20px;\n    }\n    .ticker-item::before {\n      width: 14px;\n      height: 14px;\n      margin-right: 8px;\n    }\n    .ticker-wrap {\n      padding: 10px 0;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003eMany calming approaches require you to remember something every day. Some only provide temporary distraction. Others are limited to a specific room. And some solutions require your dog to actually consume something. CalmLink™ takes a simpler approach. It stays with your dog. That means you don't have to wait until your dog is already panicking before trying to help them. Instead, CalmLink™ can become part of their everyday routine; providing calming support in the background as they move through their day.\u003c\/p\u003e\n\u003cdiv class=\"ticker-wrap\"\u003e\n\u003cdiv class=\"ticker\"\u003e\n\u003c!-- First list track sequence --\u003e\n\u003cul class=\"ticker-track\"\u003e\n\u003cli class=\"ticker-item\"\u003eNo Effect On Humans \u0026amp; Other Pets\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eVet Approved\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eDrug Free\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eClinically Proven\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eFor all ages\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eNo Side Effects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c!-- Duplicate track sequence to achieve fluid seamless looping --\u003e\n\u003cul class=\"ticker-track\"\u003e\n\u003cli class=\"ticker-item\"\u003eNo Effect On Humans \u0026amp; Other Pets\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eVet Approved\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eDrug Free\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eClinically Proven\u003c\/li\u003e\n\u003cli class=\"ticker-item\"\u003eNo Side Effects\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1065\/7546\/2731\/files\/pa.png?v=1787415258\" alt=\"\"\u003e\u003c\/p\u003e\n\u003ch4 style=\"text-align: center;\"\u003eIt's Not Bad Behavior\u003c\/h4\u003e\n\u003cp\u003e It's a \u003cstrong\u003ePanic Attack\u003c\/strong\u003e When \u003cstrong\u003eloud noises\u003c\/strong\u003e hit, \u003cstrong\u003ethunder\u003c\/strong\u003e, \u003cstrong\u003efireworks\u003c\/strong\u003e, \u003cstrong\u003esirens\u003c\/strong\u003e, the \u003cstrong\u003evacuum\u003c\/strong\u003e, your dog's brain doesn't think \"it's just noise\". It thinks \u003cstrong\u003e\"danger is here, I need to hide\"\u003c\/strong\u003e. It's a nervous system in\u003cstrong\u003e full alarm\u003c\/strong\u003e. And that's exactly \u003cstrong\u003ewhere the pheromones go to work\u003c\/strong\u003e. They send calming, reassuring biochemical signals straight to that alarm system, \u003cstrong\u003eeasing the stress and panic\u003c\/strong\u003e so your dog\/cat can finally \u003cstrong\u003esettle himself\u003c\/strong\u003e.\u003c\/p\u003e\n\u003cdiv class=\"custom-product-info\"\u003e\n\u003csection class=\"first-week-section\"\u003e\n\u003cdiv class=\"first-week-inner\"\u003e\n\u003c!-- MAIN HEADING --\u003e\n\u003ch2 class=\"first-week-title\"\u003eWhat Changes the\u003cbr class=\"desktop-only\"\u003eFirst Week\u003c\/h2\u003e\n\u003c!-- SUBHEADING --\u003e\n\u003cp class=\"first-week-subtitle\"\u003eReal changes you'll notice within the first\u003cbr class=\"desktop-only\"\u003e7 days.\u003c\/p\u003e\n\u003c!-- BENEFITS GRID --\u003e\n\u003cdiv class=\"first-week-grid\"\u003e\n\u003c!-- ITEM 1 --\u003e\n\u003cdiv class=\"first-week-item\"\u003e\n\u003cdiv class=\"first-week-icon\"\u003e\u003cspan\u003e😴\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3\u003eHe Settles On His\u003cbr class=\"desktop-only\"\u003eOwn\u003c\/h3\u003e\n\u003cp\u003eThe noise hits, and\u003cbr class=\"desktop-only\"\u003ehe calms himself in\u003cbr class=\"desktop-only\"\u003eminutes.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM 2 --\u003e\n\u003cdiv class=\"first-week-item\"\u003e\n\u003cdiv class=\"first-week-icon\"\u003e\u003cspan\u003e🐕\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3\u003eNo More Panic\u003cbr class=\"desktop-only\"\u003eMode\u003c\/h3\u003e\n\u003cp\u003eThunder, fireworks,\u003cbr class=\"desktop-only\"\u003esirens. He stays\u003cbr class=\"desktop-only\"\u003ecalm.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM 3 --\u003e\n\u003cdiv class=\"first-week-item\"\u003e\n\u003cdiv class=\"first-week-icon\"\u003e\u003cspan\u003e🚪\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3\u003eNo More Bathtub\u003cbr class=\"desktop-only\"\u003eHideouts\u003c\/h3\u003e\n\u003cp\u003eHe stays on his bed\u003cbr class=\"desktop-only\"\u003einstead of shaking\u003cbr class=\"desktop-only\"\u003eunder yours.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM 4 --\u003e\n\u003cdiv class=\"first-week-item\"\u003e\n\u003cdiv class=\"first-week-icon\"\u003e\u003cspan\u003e👍\u003c\/span\u003e\u003c\/div\u003e\n\u003ch3\u003eSleep Through the\u003cbr class=\"desktop-only\"\u003eNight\u003c\/h3\u003e\n\u003cp\u003eNo more 2 a.m.\u003cbr class=\"desktop-only\"\u003epacing, panting, and\u003cbr class=\"desktop-only\"\u003escratching.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\n\/* =========================================\n   FIRST WEEK SECTION\n========================================= *\/\n\n.first-week-section {\n  width: 100%;\n  box-sizing: border-box;\n\n  background: #07183d;\n\n  padding: 65px 25px 75px;\n\n  margin: 40px 0;\n\n  overflow: hidden;\n}\n\n\n\/* =========================================\n   INNER CONTAINER\n========================================= *\/\n\n.first-week-inner {\n  width: 100%;\n  max-width: 900px;\n  margin: 0 auto;\n  box-sizing: border-box;\n}\n\n\n\/* =========================================\n   MAIN TITLE\n========================================= *\/\n\n.first-week-title {\n  margin: 0;\n\n  text-align: center;\n\n  color: #ffffff;\n\n  font-size: 42px;\n  line-height: 1.18;\n\n  font-weight: 800;\n\n  letter-spacing: 0.3px;\n}\n\n\n\/* =========================================\n   SUBTITLE\n========================================= *\/\n\n.first-week-subtitle {\n  margin: 18px auto 50px;\n\n  max-width: 700px;\n\n  text-align: center;\n\n  color: #b9c1d3;\n\n  font-size: 20px;\n  line-height: 1.55;\n\n  font-weight: 600;\n\n  letter-spacing: 0.6px;\n}\n\n\n\/* =========================================\n   2 × 2 GRID\n========================================= *\/\n\n.first-week-grid {\n  display: grid;\n\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n\n  column-gap: 85px;\n  row-gap: 65px;\n\n  width: 100%;\n}\n\n\n\/* =========================================\n   INDIVIDUAL ITEM\n========================================= *\/\n\n.first-week-item {\n  text-align: center;\n\n  min-width: 0;\n}\n\n\n\/* =========================================\n   CIRCULAR IMAGE \/ ICON\n========================================= *\/\n\n.first-week-icon {\n  width: 112px;\n  height: 112px;\n\n  margin: 0 auto 17px;\n\n  border-radius: 50%;\n\n  background: #e3f0d9;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  overflow: hidden;\n}\n\n\n\/*\n   Replace the emoji with your own image if desired.\n*\/\n\n.first-week-icon span {\n  font-size: 47px;\n  line-height: 1;\n}\n\n\n\/* =========================================\n   ITEM TITLE\n========================================= *\/\n\n.first-week-item h3 {\n  margin: 0 0 12px;\n\n  color: #f2a12d;\n\n  font-size: 18px;\n  line-height: 1.45;\n\n  font-weight: 800;\n\n  letter-spacing: 1px;\n}\n\n\n\/* =========================================\n   ITEM DESCRIPTION\n========================================= *\/\n\n.first-week-item p {\n  margin: 0;\n\n  color: #b9c1d3;\n\n  font-size: 16px;\n  line-height: 1.65;\n\n  font-weight: 600;\n\n  letter-spacing: 0.7px;\n}\n\n\n\/* =========================================\n   DESKTOP LINE BREAKS\n========================================= *\/\n\n.desktop-only {\n  display: block;\n}\n\n\n\/* =========================================\n   TABLET\n========================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .first-week-section {\n    padding: 48px 18px 55px;\n    margin: 30px 0;\n  }\n\n  .first-week-title {\n    font-size: 31px;\n    line-height: 1.2;\n  }\n\n  .first-week-subtitle {\n    font-size: 17px;\n    line-height: 1.55;\n\n    margin-top: 15px;\n    margin-bottom: 38px;\n  }\n\n  .first-week-grid {\n    column-gap: 30px;\n    row-gap: 48px;\n  }\n\n  .first-week-icon {\n    width: 100px;\n    height: 100px;\n\n    margin-bottom: 14px;\n  }\n\n  .first-week-icon span {\n    font-size: 42px;\n  }\n\n  .first-week-item h3 {\n    font-size: 16px;\n    line-height: 1.45;\n\n    margin-bottom: 9px;\n  }\n\n  .first-week-item p {\n    font-size: 14px;\n    line-height: 1.6;\n  }\n\n}\n\n\n\/* =========================================\n   MOBILE\n========================================= *\/\n\n@media screen and (max-width: 480px) {\n\n  .first-week-section {\n    padding: 42px 16px 50px;\n  }\n\n  .first-week-title {\n    font-size: 27px;\n    line-height: 1.22;\n  }\n\n  .first-week-subtitle {\n    font-size: 15px;\n\n    margin-top: 13px;\n    margin-bottom: 35px;\n  }\n\n  .first-week-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n\n    column-gap: 20px;\n    row-gap: 43px;\n  }\n\n  .first-week-icon {\n    width: 88px;\n    height: 88px;\n  }\n\n  .first-week-icon span {\n    font-size: 36px;\n  }\n\n  .first-week-item h3 {\n    font-size: 14px;\n\n    line-height: 1.45;\n\n    letter-spacing: 0.7px;\n  }\n\n  .first-week-item p {\n    font-size: 12.5px;\n\n    line-height: 1.55;\n\n    letter-spacing: 0.3px;\n  }\n\n}\n\n\n\/* =========================================\n   VERY SMALL PHONES\n========================================= *\/\n\n@media screen and (max-width: 360px) {\n\n  .first-week-section {\n    padding-left: 12px;\n    padding-right: 12px;\n  }\n\n  .first-week-title {\n    font-size: 24px;\n  }\n\n  .first-week-subtitle {\n    font-size: 14px;\n  }\n\n  .first-week-grid {\n    column-gap: 14px;\n    row-gap: 38px;\n  }\n\n  .first-week-icon {\n    width: 78px;\n    height: 78px;\n  }\n\n  .first-week-icon span {\n    font-size: 31px;\n  }\n\n  .first-week-item h3 {\n    font-size: 13px;\n  }\n\n  .first-week-item p {\n    font-size: 11.5px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cdiv class=\"custom-product-info\"\u003e\n\u003cp\u003eA calmer dog\/cat can mean a happier home for everyone. Instead of constantly worrying about how your pup will react to stressful situations, CalmLink™ gives you a simple way to support their comfort and help them settle when they need it most. It’s not about changing your dog’s\/cat's personality it’s about helping them feel more at ease so they can continue being their happy, playful self.\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1065\/7546\/2731\/files\/aa15.png?v=1787406916\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003eGive your best friend the extra comfort they deserve with PawBloom CalmLink™. Whether it’s an ordinary day at home or a stressful situation away from home, CalmLink™ is an easy addition to your dog’s\/cat's daily care routine. Because when they feel more comfortable, you can both enjoy more peaceful moments together.\u003cstrong\u003e\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/1065\/7546\/2731\/files\/hello11.png?v=1787414004\" alt=\"\"\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003c\/div\u003e\n\u003csection class=\"calmlink-faq\"\u003e\n\u003cdiv class=\"calmlink-faq-inner\"\u003e\n\u003ch2 class=\"calmlink-faq-title\"\u003eTop Questions, Answered\u003c\/h2\u003e\n\u003c!-- FAQ 1 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eMy dog\/cat is really anxious. Will it actually work on him?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eThis is the question we get most, and here's the honest answer: CalmLink™ works with the calming system dogs\/cats are naturally born with, rather than relying on training or temperament.\u003c\/p\u003e\n\u003cp\u003eDogs\/cats that seem especially difficult to calm may still respond well because the approach works through a natural calming signal. And if yours is the rare exception, you have 30 days to send it back for a full refund, no questions asked.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 2 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eHow long before I see a difference?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eMany owners notice their dog\/cat beginning to settle within the first few days. The fuller change can develop over the first 1–2 weeks as the calming signal becomes part of your dog's\/cat's daily environment.\u003c\/p\u003e\n\u003cp\u003eFor the best results, give CalmLink™ consistent use and allow time for your dog\/cat to adjust. That's exactly why we back it with a 30-day money-back guarantee.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 3 --\u003e\n\u003cdetails class=\"calmlink-faq-item\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eIs it safe and chemical-free?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eCalmLink™ is drug-free, non-toxic, and odorless to humans. It uses a calming pheromone signal rather than sedatives, making it a convenient option for owners looking for a non-drug approach to everyday anxiety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 4 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eDoes it work for all breeds and ages?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eCalmLink™ is designed for dogs of different breeds, sizes, and life stages, from puppies from 8 weeks old through senior dogs.\u003c\/p\u003e\n\u003cp\u003eSimply attach it to the collar your dog already wears or ours. No special training or complicated setup is required.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 5 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eI've already wasted money on chews, sprays, and toys that did nothing. How is this different?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eMany calming products focus on distraction or temporary relief. Chews and sprays may help some dogs\/cats, while toys can distract them for a short time—but the underlying trigger can still be there.\u003c\/p\u003e\n\u003cp\u003eCalmLink™ takes a different approach by delivering a calming pheromone signal designed to support your dog's\/cat's natural calming system during stressful situations.\u003c\/p\u003e\n\u003cp\u003eYou're not simply distracting your dog\/cat from the problem. You're giving them a consistent calming signal when they need it most.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 6 --\u003e\n\u003cdetails class=\"calmlink-faq-item\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eHow long does each capsule last?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eEach capsule lasts up to 30 days. Every pack comes with 2 capsules, giving you up to 60 days of continuous coverage when used as directed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 7 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eCan my dog\/cat wear CalmLink™ alongside a flea and tick collar or pendant?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eCalmLink™ is designed to be used alongside many common flea and tick products because they serve different purposes. Flea and tick products target parasites, while CalmLink™ provides a calming pheromone signal.\u003c\/p\u003e\n\u003cp\u003eIf using multiple collar-mounted products, follow the instructions for each product and make sure your dog\/cat is comfortable.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 8 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eWill it affect my other pets or my family?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eThe calming pheromone used by CalmLink™ is intended specifically for dogs\/cats and is not designed to have the same effect on humans.\u003c\/p\u003e\n\u003cp\u003eThis makes it a convenient option for households where you want to support your dog's\/cat's calm without sedating your family.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 9 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eWhat makes this better than a plug-in diffuser?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eA plug-in diffuser is designed to work within a specific area, while CalmLink™ travels with your dog\/cat.\u003c\/p\u003e\n\u003cp\u003eThat means your dog\/cat can continue receiving the calming signal wherever they spend time, rather than being limited to one room.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c!-- FAQ 10 --\u003e\n\u003cdetails class=\"calmlink-faq-item\" open=\"\"\u003e\n\u003csummary class=\"calmlink-faq-question\"\u003e\u003cspan\u003eWhat if it doesn't work for my dog\/cat?\u003c\/span\u003e \u003cspan class=\"calmlink-faq-icon\"\u003e+\u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"calmlink-faq-answer\"\u003e\n\u003cp\u003eWe offer a 30-day money-back guarantee. If CalmLink™ doesn't provide a meaningful improvement for your dog\/cat, you can request a full refund within the guarantee period.\u003c\/p\u003e\n\u003cp\u003eThat means you can give it a fair try without taking on the risk of being stuck with something that isn't right for your dog\/cat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cstyle\u003e\n\n\/* =========================================\n   CALMLINK FAQ\n========================================= *\/\n\n.calmlink-faq {\n  width: 100%;\n  max-width: 920px;\n  margin: 42px auto;\n  padding: 0 14px;\n  box-sizing: border-box;\n  font-family: inherit;\n  color: #101b38;\n}\n\n.calmlink-faq-inner {\n  width: 100%;\n}\n\n\n\/* =========================================\n   TITLE\n========================================= *\/\n\n.calmlink-faq-title {\n  margin: 0 0 22px;\n  text-align: center;\n  color: #101b38;\n  font-size: 36px;\n  line-height: 1.2;\n  font-weight: 800;\n}\n\n\n\/* =========================================\n   FAQ BOX\n========================================= *\/\n\n.calmlink-faq-item {\n  width: 100%;\n  margin: 0 0 5px;\n  background: #f5f6f8;\n  border: 1px solid #dfe1e6;\n  border-radius: 10px;\n  overflow: hidden;\n  box-sizing: border-box;\n  transition:\n    background 0.2s ease,\n    border-color 0.2s ease,\n    box-shadow 0.2s ease;\n}\n\n\n\/* =========================================\n   QUESTION\n========================================= *\/\n\n.calmlink-faq-question {\n  width: 100%;\n\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n\n  gap: 12px;\n\n  padding: 12px 16px;\n\n  box-sizing: border-box;\n\n  cursor: pointer;\n\n  color: #101b38;\n\n  font-family: inherit;\n\n  font-size: 16px;\n  line-height: 1.35;\n  font-weight: 700;\n\n  list-style: none;\n\n  -webkit-tap-highlight-color: transparent;\n}\n\n.calmlink-faq-question::-webkit-details-marker {\n  display: none;\n}\n\n.calmlink-faq-question::marker {\n  display: none;\n}\n\n\n\/* =========================================\n   ICON\n========================================= *\/\n\n.calmlink-faq-icon {\n  flex: 0 0 25px;\n\n  width: 25px;\n  height: 25px;\n\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  border-radius: 50%;\n\n  background: #101b38;\n\n  color: #ffffff;\n\n  font-size: 17px;\n  line-height: 1;\n  font-weight: 400;\n\n  transition: transform 0.25s ease;\n}\n\n\n\/* =========================================\n   OPEN STATE\n========================================= *\/\n\n.calmlink-faq-item[open] {\n  border-color: #cfd3da;\n\n  box-shadow:\n    0 3px 12px rgba(16, 27, 56, 0.05);\n}\n\n.calmlink-faq-item[open] .calmlink-faq-icon {\n  transform: rotate(45deg);\n}\n\n\n\/* =========================================\n   ANSWER\n========================================= *\/\n\n.calmlink-faq-answer {\n  padding: 0 16px 16px;\n\n  color: #525d70;\n\n  font-size: 15px;\n\n  line-height: 1.6;\n\n  font-weight: 500;\n\n  animation: calmlinkFade 0.2s ease;\n}\n\n.calmlink-faq-answer p {\n  margin: 0 0 12px;\n}\n\n.calmlink-faq-answer p:last-child {\n  margin-bottom: 0;\n}\n\n\n@keyframes calmlinkFade {\n\n  from {\n    opacity: 0;\n    transform: translateY(-3px);\n  }\n\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n\n}\n\n\n\/* =========================================\n   HOVER\n========================================= *\/\n\n.calmlink-faq-question:hover {\n  background: rgba(255,255,255,0.35);\n}\n\n\n\/* =========================================\n   TABLET\n========================================= *\/\n\n@media screen and (max-width: 749px) {\n\n  .calmlink-faq {\n    margin: 35px auto;\n    padding: 0 9px;\n  }\n\n  .calmlink-faq-title {\n    font-size: 29px;\n    margin-bottom: 18px;\n  }\n\n  .calmlink-faq-item {\n    margin-bottom: 4px;\n    border-radius: 9px;\n  }\n\n  .calmlink-faq-question {\n    padding: 11px 13px;\n    font-size: 14px;\n    line-height: 1.35;\n  }\n\n  .calmlink-faq-icon {\n    flex-basis: 23px;\n    width: 23px;\n    height: 23px;\n    font-size: 16px;\n  }\n\n  .calmlink-faq-answer {\n    padding: 0 13px 14px;\n    font-size: 13px;\n    line-height: 1.58;\n  }\n\n}\n\n\n\/* =========================================\n   MOBILE\n========================================= *\/\n\n@media screen and (max-width: 480px) {\n\n  .calmlink-faq {\n    margin: 30px auto;\n    padding: 0 5px;\n  }\n\n  .calmlink-faq-title {\n    font-size: 25px;\n    margin-bottom: 16px;\n  }\n\n  .calmlink-faq-item {\n    margin-bottom: 3px;\n    border-radius: 8px;\n  }\n\n  .calmlink-faq-question {\n    padding: 10px 11px;\n    font-size: 13px;\n    line-height: 1.35;\n    gap: 8px;\n  }\n\n  .calmlink-faq-icon {\n    flex-basis: 22px;\n    width: 22px;\n    height: 22px;\n    font-size: 15px;\n  }\n\n  .calmlink-faq-answer {\n    padding: 0 11px 13px;\n    font-size: 12.5px;\n    line-height: 1.58;\n  }\n\n}\n\n\n\/* =========================================\n   SMALL PHONES\n========================================= *\/\n\n@media screen and (max-width: 360px) {\n\n  .calmlink-faq-title {\n    font-size: 23px;\n  }\n\n  .calmlink-faq-question {\n    padding: 9px 10px;\n    font-size: 12.5px;\n  }\n\n  .calmlink-faq-icon {\n    flex-basis: 21px;\n    width: 21px;\n    height: 21px;\n    font-size: 14px;\n  }\n\n  .calmlink-faq-answer {\n    padding-left: 10px;\n    padding-right: 10px;\n    font-size: 12px;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Pawbloompets","offers":[{"title":"Purple \/ 2 capsule","offer_id":58225841242443,"sku":null,"price":21.96,"currency_code":"GBP","in_stock":true},{"title":"Green \/ 2 capsule","offer_id":58225841209675,"sku":null,"price":21.96,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1065\/7546\/2731\/files\/ChatGPT_Image_Aug_25_2026_03_02_25_AM.png?v=1787623363","url":"https:\/\/pawbloompets.com\/products\/pawbloom-calmlink","provider":"Pawbloompets","version":"1.0","type":"link"}