.xb-wishlist-button-collection[xb-placement=top-right] {
    left: 10px !important;
    top: 6px  !important;
  right: unset !important;
}
.header-actions__action.action__cart, a[href*="/cart"]:has(~.xb-wishlist-header-auto-container), cart-drawer-component {
 order: unset !important;
}
.xb-list-style__add-to-cart{
      background-color: #fe4a29 !important;
}
span.xb-wishlist-button-collection__add-icon {
    --icon-color: #000 !important;
}
.xb-wishlist-button-collection__add, .xb-wishlist-button-collection__remove {
    align-items: center !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    justify-content: center !important;
}
.xb-wishlist-button-collection__add, .xb-wishlist-button-collection__remove {
    background: white!important;
    border-radius: 20px !important;
    width: 40px !important;
    height: 40px !important;
}
.xb-wishlist-button-collection__add-icon svg, .xb-wishlist-button-collection__remove-icon svg {
    height: 25px !important;
    width: 25px !important;
}
@media(max-width:750px){
  
.xb-wishlist-button-collection__add-icon svg, .xb-wishlist-button-collection__remove-icon svg {
    height: 24px !important;
    width: 24px !important;
}
.xb-wishlist-button-collection__add, .xb-wishlist-button-collection__remove {
    width: 30px !important;
    height: 30px !important;
}
    .xb-wishlist-button-collection[xb-placement=top-right] {
        left: 3px !important;
    }
}