/* Wishlist bubble (t1002): white bg, dark text, dark border & close */
.t1002__bubble-container .t1002__bubble{
  background-color: #ffffff !important;
  color: #2B2B2B !important;
  border: 1px solid #2B2B2B !important;
}

/* Text inside bubble */
.t1002__bubble-container .t1002__bubble .t1002__bubble-text{
  color: #2B2B2B !important;
}

/* Close button */
.t1002__bubble-container .t1002__bubble .t1002__bubble-close{
  color: #2B2B2B !important;          /* the "×" */
}

/* In case close is rendered via pseudo-elements somewhere in theme */
.t1002__bubble-container .t1002__bubble .t1002__bubble-close::before,
.t1002__bubble-container .t1002__bubble .t1002__bubble-close::after{
  background-color: #2B2B2B !important;
  border-color: #2B2B2B !important;
}