[data-layout="grid"] { .shop-entry-card { display: flex; flex-direction: column; text-align: center; overflow: hidden; background: #fff; border-radius: 2px; box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.01); > .onsale { top: 18px; right: 18px; } &:hover { .star-rating { opacity: 1; } } } .star-rating { --starRatingPosition: absolute; top: 25px; left: 25px; opacity: 0; transition: opacity 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955); } .woocommerce-loop-product__title { flex: 1 0 auto; margin-top: 25px; } .product-categories { margin-top: 5px; } .woo-card-actions { display: flex; margin-top: 25px; border-top: 1px solid #eff1f5; > * { width: 50%; min-height: 55px; } .price { display: flex; align-items: center; justify-content: center; position: relative; font-size: 14px; font-weight: 500; padding: 5px; color: var(--fontColor); &:after { position: absolute; content: ''; right: 0; width: 1px; height: 30px; top: calc(50% - 15px); background: #eff1f5; } } a { --padding: 5px; --buttonFontSize: 14px; --buttonTextInitialColor: var(--linkInitialColor); --buttonTextHoverColor: var(--linkHoverColor); --buttonInitialColor: transparent; --buttonHoverColor: transparent; --buttonShadow: none; --buttonTransform: none; } } }