@charset "UTF-8";
.product-table{
}
.product-table a{
    display: block;
    color: var(--blue);
}
.product-table img{
    height: 3rem;
}
.product-table tr td:last-child{
    text-align: center;
}