/* wishlist page */
.wd-wishlist-content .wd-wishlist-head {
    display: none;
}
.wd-wishlist-content .wd-wishlist-product-actions {
    align-items: end;
    justify-content: end;
    margin: 0;
    height: 0;
}
.wd-wishlist-content .wd-wishlist-remove {
    position: absolute !important;
    top: -18px;
    right: -18px;
    z-index: 10;
    font-size: 0;
}
.wd-wishlist-content .wd-wishlist-remove::before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url('/wp-content/uploads/2025/12/wishlist-remove.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.wd-wishlist-content .product-element-top {
    min-height: 180px;
}