.xb-wishlist__header .xb-header__icon {
  position: relative !important;
}

/* Hide dot when empty or zero */
.xb-wishlist__header .xb-product-quantity:empty,
.xb-wishlist__header .xb-product-quantity:has(:not(:empty)):not(:has(*)) {
  display: none !important;
}

/* Dot style when item(s) are added */
.xb-wishlist__header .xb-product-quantity {
  position: absolute !important;
  top: 7px !important;
  right: 3px !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #5F331A !important;
  border-radius: 50% !important;
  display: block !important;
  z-index: 10 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden !important;
  box-shadow: none !important;
}




button.xb-list-style__add-to-cart {
  background-color: #5F331A !important;
  color: #fff !important;
}
