.product-card__title{display:inline-block;position:relative}.product-card__title:after{content:"";position:absolute;left:0;bottom:2.5px;width:100%;height:1px;background-image:linear-gradient(currentColor,currentColor);background-repeat:no-repeat;background-size:0% 1px;background-position:right bottom;transition:background-size .25s ease-in-out}.product-card__title--hovered:after{background-size:100% 1px;background-position:left bottom}
