<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
}</pre></body></html>