/* Hide all product card icons */
.absolute-top-right.aiz-p-hov-icon {
    display: none !important;
}

.cart-btn {
    display: none !important;
}

.absolute-top-left {
    display: none !important;
}

/* Hide discount percentage tags */
.absolute-top-left.bg-primary {
    display: none !important;
}

/* Hide wholesale tags */
.absolute-top-left[style*="background-color: #455a64"] {
    display: none !important;
}