.product-card a:hover>.product-card-picture,.product-card-picture{transition:filter .25s linear}.product-card,.product-card a{position:relative;max-width:23rem;display:flex;flex-direction:column;align-items:center}.product-card a:hover>.product-card-title:after{transform:scaleX(1)}.product-card-picture{max-width:100%;aspect-ratio:1/1;margin-bottom:.5rem;border-radius:.5rem}.shapes-available{position:absolute;right:.5rem;bottom:1rem}.shapes-available>img{height:5px}@media (min-width:768px){.shapes-available>img{height:auto}}.product-card-price,.product-card-title{padding:.25rem 1rem 0}.product-card-title{display:inline-block;text-align:center;font-weight:600}.product-card-title:after{display:block;margin-top:5px;content:'';border-bottom:solid 2px var(--pink);transform:scaleX(0);transition:transform 250ms ease-in-out}.product-card-price{font-size:.9rem;text-align:center}.label-out-of-stock{font-weight:700;color:var(--flash-warning-bg)}