.card-produto-highlight {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
}

.card-produto-highlight:hover {
    transform: translateY(-4px);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.1);
}

.card-produto-highlight .featured-thumb {
    background-color: var(--bs-secondary-bg, #f8f9fa);
}

.card-produto-highlight .featured-thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.card-produto-highlight .desc {
    font-size: 0.95rem;
    line-height: 1.4;
}

@media (max-width: 576px) {
    .card-produto-highlight {
        padding: 1.25rem;
    }
}

.product-lang-badges {
    gap: 0.3rem;
    pointer-events: auto;
    z-index: 2;
    flex-direction: column;
    align-items: flex-end;
    padding: 0.25rem;
    top: 0.25rem;
    right: 0.35rem;
}

.translation-flag {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    padding: 0;
}

.translation-flag .flag-icon {
    font-size: 1.1rem;
}

