.psproduct {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    padding: 10px;
    height: 100%;
}

.psproduct a {
    flex: 0 0 100%;
}

.psproduct__name {
    display: block;

    text-align: center;

    font-size: 16px;
    font-weight: 600;
}

.psproduct__price {
    display: block;

    font-size: 14px;
}

.psproduct__image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
