.other-product-card_gray {
    background-color: var(--gray)
}
.other-product-card_gray:hover {
    background-color: var(--tertiary-blue)
}
.other-product-card_purple {
    background-color: var(--purple)
}

.other-product-card_green {
    background-color: var(--green)
}

.other-product-card_blue {
    background-color: var(--tertiary-blue)
}
.other-product-card_primary-blue {
    background-color:var(--primary-blue);
    color: var(--primary-white);
}
.other-product-card_primary-blue:hover {
    background-color: var(--gray);
    color: var(--link-color, initial);
}