body {
    margin: 0;
    font-family: Arial, "Microsoft JhengHei", sans-serif;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-card {
    width: 154px;
    text-decoration: none;
    color: #333;
}

.product-img img {
    width: 154px;
    height: 220px;
    object-fit: cover;
    display: block;
}

.product-title {
    font-size: 14px;
    line-height: 1.4;
}

.product-meta {
    font-size: 12px;
    color: #999;
}
