.woocommerce .shop-entry-card { position: relative; .ct-image-container { &:after { position: absolute; content: ''; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background: var(--imageOverlay); } } .star-rating { float: none; } .price { color: var(--fontColor); } .woo-card-actions { a.button { min-width: 40px; &.added { display: none; } &.loading { opacity: 1; font-size: 0; &:after { font-size: 15px; text-indent: 0px; top: initial; right: initial; } &:hover { transform: none; box-shadow: none; } } } } } .product-categories { display: flex; flex-wrap: wrap; align-items: center; font-size: 13px; @include list-normalize; li { display: flex; align-items: center; &:not(:last-child) { &:after { content: '/'; font-size: 12px; opacity: 0.7; margin-left: 5px; margin-right: 5px; } } } }