.product-card{--product-card-height:344px;width:100%;height:var(--product-card-height);min-height:var(--product-card-height);cursor:pointer;box-sizing:border-box;border:.5px solid #000;flex-direction:column;gap:24px;padding:16px;text-decoration:none;display:flex;position:relative;overflow:hidden}.product-card:before{z-index:0;content:"";background:#000;transition:transform .4s ease-out;position:absolute;inset:0;transform:translateY(100%)}.product-card:hover:before{transform:translateY(0)}.product-card>*{z-index:1;position:relative}.product-card__image-wrapper{box-sizing:border-box;flex:1;justify-content:center;width:100%;min-height:0;padding:24px;display:flex}.product-card__image-inner{width:100%;height:100%;position:relative}.product-card__image{object-fit:contain}.product-card__footer{justify-content:space-between;gap:8px;display:flex}.product-card__meta{flex-direction:column;gap:4px;display:flex}.product-card__brand{color:#79736d;font:var(--app-text-light-10);letter-spacing:var(--app-letter-spacing-none);text-transform:uppercase;transition:color .25s}.product-card__name{color:#000;font:var(--app-text-light-12);letter-spacing:var(--app-letter-spacing-none);text-transform:uppercase;transition:color .25s}.product-card__price{color:#000;font:var(--app-text-light-12);letter-spacing:var(--app-letter-spacing-none);text-align:right;text-transform:capitalize;align-items:flex-end;transition:color .25s;display:flex}.product-card:hover .product-card__brand,.product-card:hover .product-card__name,.product-card:hover .product-card__price{color:#fff}
