/* WhatsApp floating button — kích thước/màu/vị trí theo đúng mẫu app WhatsApp Chat Button trên site
   tham chiếu shama-perfumes.com (.gty-wacb-*): tròn 64px, nền #59ce72, fixed góc phải-dưới
   (bottom:110px để chừa chỗ cho thanh sticky add-to-cart ở trang sản phẩm). z-index thấp hơn mẫu
   (9999) để không đè lên drawer giỏ hàng/search/quick view và overlay .click-capture. */
.wa-floating-wrapper {
  position: fixed;
  right: 16px;
  bottom: 110px;
  z-index: 45;
  display: inline-flex;
}

.wa-floating-button {
  background-color: #59ce72;
  text-decoration: none;
  border-radius: 100%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
