.xb-wishlist-button-collection[xb-placement=top-right] {
    right: var(--x, 10px) !important;
    top: var(--y, 10px);
}

.xb-wishlist-button-collection {
    align-items: center;
    display: flex;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    position: absolute;
    top: var(--y, 10px);
    z-index: 10;
    background-color: white;
    /* opacity: 0.9; */
    border-radius: 100px;
}

.xb-wishlist-button-collection__add-icon svg, .xb-wishlist-button-collection__remove-icon svg {
    margin-top: 8px;
}
.xb-wishlist__header {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  cursor: pointer;
}
.xb-wishlist__header .xb-header__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


