.xb-wishlist-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.2rem;
  height: 42px;
}

.xb-wishlist-button button {
  text-transform: uppercase;
  font-size:12px;
}
.xb-wishlist-button__add-style-3 svg, 
.xb-wishlist-button__loading-icon-style-3 svg, 
.xb-wishlist-button__remove-style-3 svg {
    color: #746355 !important;
}

.xb-wishlist-product__info .xb-wishlist-product__title,
.xb-wishlist-product__info .xb-wishlist-product__price {
  font-size: 1.4rem;
  text-align: left;
}

.xb-wishlist-product__info .xb-wishlist-product__title a {
  color: #2b2b2b;
}

.xb-wishlist-product__variant button {
  background-color: rgb(var(--color-button));
  border-radius: 0;
  text-transform: uppercase;
  width: 100%;
  font-size: 1rem;
  transition: background-color 0.5s ease;
}

.xb-wishlist-product__variant button:hover {
  background-color: rgb(var(--color-button-hover));
}
.xb-wishlist__float-style-3-content {
  background-color: rgb(116 99 85) !important;
}