.product_card{display:flex;flex-direction:column}.product_card figure{position:relative;aspect-ratio:1/1;width:10rem;flex-shrink:0;overflow:hidden}@media (min-width:768px){.product_card figure{width:13rem}}@media (min-width:960px){.product_card figure{width:15rem}}@media (min-width:1200px){.product_card figure{width:15rem}}.product_card figure img{object-fit:cover;transition-property:transform;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1);animation-duration:.5s;animation-timing-function:cubic-bezier(.4,0,.2,1)}.product_card figure img:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.product_card .product_props{display:flex;flex-direction:column;align-items:center}.product_card .product_props>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.product_card .product_props{padding-top:.5rem;font-size:.75rem;line-height:1rem;text-transform:uppercase}