/* Keep the shared listing notice; suppress only duplicates inside wishlist cards. */
.sego-fashion-storefront.is-ctl-wishlist .product-wishlist-info .product-price-tax-link {
    display: none !important;
}
/* The SVG has an explicit fill. Follow the button's foreground in every state,
   including the light hover background, instead of retaining a white arrow. */
.sego-fashion-storefront .scroll-up-button .btn-primary .icon {
    color: inherit !important;
}
.sego-fashion-storefront .scroll-up-button .btn-primary .icon svg,
.sego-fashion-storefront .scroll-up-button .btn-primary .icon svg use {
    fill: currentColor !important;
}
