
.xb-wishlist-button__add-icon-style-3,
.xb-wishlist-button__remove-icon-style-3,
.xb-wishlist-button-collection__add-icon,
.xb-wishlist-button-collection__remove-icon{
  --icon-color: #FB88C1 !important;
}

.xb-wishlist__float-style-1-content{
  background: #FB88C1 !important;
}

.xb-list-style__hasCompareAtPrice{
  --compare-color: #FB88C1 !important;
}

.xb-list-style__product-del {
  color: #FB88C1 !important;
}

.xb-list-style__price, .xb-list-style__stock, .xb-list-style__action-row{
  vertical-align:middle !important;
}

@media (max-width: 767.98px) {
.xb-wishlist-header-auto-container{
  width:20px;
}
}

.xb-list-style__product-img img{
 height:100%; 
}

.xb-wishlist-modal__title{
  font-family: Inter sans-serif;
}


.xb-list-style__product-title{
  font-family: "Instrument Serif", serif;
  font-size:1.5em;
  font-weight: bold;
}

.xb-list-style__add-to-cart{
    border-bottom-color: rgb(251, 147, 200);
    border-left-color: rgb(251, 147, 200);
    border-right-color: rgb(251, 147, 200);
    border-top-color: rgb(251, 147, 200);
    background-color: rgb(251, 147, 200);
    display: inline-block;
    height: auto;
    margin: 0;
    padding: var(--input-btn-padding-top) 25px var(--input-btn-padding-bottom);
    transition: background-color .1s, color .1s, border-color .1s, opacity .1s;
    border: 1.5px solid rgb(var(--btn-border-color));
    border-radius: var(--btn-border-radius);
    background: rgb(var(--btn-bg-color));
    color: rgb(var(--btn-text-color));
    font-family: var(--base-font-family);
    font-size: var(--button-text-size);
    font-style: var(--base-font-style);
    font-weight: var(--base-font-weight);
    letter-spacing: var(--btn-letter-spacing);
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: var(--btn-text-transform);
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;

}