.breadcrumbs-wrapper {
    color: var(--gray-color);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.breadcrumbs-wrapper .breadcrumbs a {
    color: var(--gray-color);
    text-decoration: none;
}

.breadcrumbs-wrapper .breadcrumbs a:hover {
    color: var(--red-color);
    text-decoration: underline;
}

.single-product .breadcrumbs-wrapper {
    margin-bottom: 2rem;
}