.term-card,.term-price {
    color:#E1009E
}
.term-card {
    width:40px;
    height:40px;
    flex-shrink:0
}
.term-card:hover {
    background:#E1009E;
    color:#ffffff;
}
.term-card.active-term {
    background:#E1009E;
    color:#ffffff;
}
.product-image {
    width:100%;
    max-width:500px;
    max-height:450px;
}