/* default css product card
.product-card > a[href^='/products'],.card__heading.h5 > a[href^='/products'],.card__heading > a[href^='/products'],.product-card  a[href^='/products'],.card__heading  a[href^='/products'],.product-grid-item a[href^='/products'], .grid__item.grid-product a[href^='/products'] {
  
}*/
.xb-wishlist-button [aria-label="Add to wishlist"] {
    border-radius: 99px;
}
.product-card xb-wishlist-button-collection .xb-wishlist-button-collection {
    background-color: white;
    border-radius: 99px;
    width: 2rem;
    height: 2rem;
    min-width: unset;
    right: 5px;
    top: 5px;
}
.header:not(:hover)[transparent][data-sticky-state="inactive"] .xb_wishlist_xxx {
    filter: invert(1);
}