.collections .product-thumbnail:hover img {
    opacity: inherit;
}

.collections .product-miniature:hover .product-price-and-shipping .miniature-product-centered {
    display: block;
    width: 100%;
    color: #ffffff;
}

.collections .product-miniature {
    margin: 0 .8125rem;
}

.collections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}