.product-preview-info h2 {
    margin-left: 0;
    font-weight: 200;
}

.product-preview-image img {
    height: 160px;
    width: 100%;
}
.product-preview-image {
    height: 160px;
    width: 100%;
    min-width: 150px;
}

.product-preview-card {
    display: flex;
    flex-direction: column;
    overflow: unset;
    min-width: unset;
    height: unset;
    gap: 5px;
}

.product-preview-info {
    margin-left: 0;
    justify-content: flex-start;
    padding: 0;
}

.price-preview {
    font-size: 13px;
}