/* productItem__price のスタイル */
.productItem__price {
    width: 100px; /* 適切な幅を設定してください */
    text-align: right;
}

/* productItem__title のスタイル */
.productItem__title {
    width: auto; /* 横幅は自動調整 */
}