.productList img {
    width: 100%;
    display: block;
}

.productList h3 a {
    color: #040743;
}

.productList h3 a:hover {
    text-decoration: underline;
}

.productList .image a {
    opacity: 1;
    transition: all ease-in-out 150ms;
    display: block;
}

.productList .image a:hover {
    opacity: .8;
}