.breadcrumb-nav-favorite {
    background-color: #cde6fe;
    padding: calc(10 / 16 * 1rem) 0;
}

.breadcrumb-link {
    color: var(--third);
}

.breadcrumb-divider {
    color: var(--main);
}

.breadcrumb-active-link {
    color: var(--main);
}

.favorite-header {
    margin: calc(40 / 16 * 1rem) 0;
}

.favorite-products {
    margin-bottom: calc(110 / 16 * 1rem);
}

.empty-favorite {
    margin: calc(64 / 16 * 1rem) 0;
}

.empty-favorite img {
    max-width: calc(400 / 16 * 1rem);
}

.empty-favorite h3 {
    font-size: calc(48 / 16 * 1rem);
    color: var(--main);
    margin-bottom: 8px;
}

.empty-favorite p {
    font-size: 1rem;
    color: var(--gray);
}

.empty-subtitle {
    margin-bottom: calc(24 / 16 * 1rem);
    font-size: calc(36 / 16 * 1rem);
    color: black;
    font-weight: bold;
}
