/* Taxonomy index base styles for predictable rendering across themes. */
.lumaprfi-tax-index .lumaprfi-tax-index__featured .products {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lumaprfi-tax-index .lumaprfi-tax-index__featured .woocommerce-loop-category__link {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.lumaprfi-tax-index .lumaprfi-tax-index__featured-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #fff;
    overflow: hidden;
}

.lumaprfi-tax-index .lumaprfi-tax-index__featured-thumb > img,
.lumaprfi-tax-index .lumaprfi-tax-index__featured-thumb > .woocommerce-placeholder {
    display: block;
    width: auto !important;
    height: auto !important;
    max-width: 86%;
    max-height: 86%;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    object-fit: contain !important;
    object-position: center;
}

.lumaprfi-tax-index .lumaprfi-tax-index__featured .woocommerce-loop-category__title {
    margin-top: 0.6rem;
}
