.pfc-category-products {
    margin: 2em 0;
    clear: both;
}

.pfc-category-products__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.pfc-category-products__item {
    flex: 0 0 auto;
}

.pfc-category-products__link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 0.4em;
}

.pfc-category-products__link:hover .pfc-category-products__title {
    text-decoration: underline;
}

.pfc-category-products__link img {
    width: 64px !important;
    height: 64px !important;
    display: block !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}

.pfc-category-products__title {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.3;
}

.pfc-category-products__price {
    font-size: 0.85em;
    color: #555;
}
