/**
 * Click Army customizations for frontend
 */

.woocommerce ul.products li.product a img {
    object-fit: contain;
    background-color: rgba(255, 255, 255, 0.5);
}