.breadcrumbs {
    max-width: 1150px;
    margin: 0 auto 20px;
    padding: 0 40px;
}
.breadcrumbs.crumbs_product {
    max-width: unset;
    padding: 0;
}

.breadcrumbs.crumbs_product .breadcrumbs_wrapper {
    margin-left: 2rem;
}

.breadcrumbs_wrapper {
    line-height: 1.1rem;
    align-items: center;
    gap: 8px;
    font-size: 0.9rem;
    color: #6c757d;
}

.breadcrumbs_wrapper a {
    color: #00aff2;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumbs_wrapper a:hover {
    color: #0056b3;
}

.breadcrumbs_wrapper span {
    font-weight: 600;
    color: #212529;
}

@media screen and (max-width: 768px) {
    .breadcrumbs {
        padding: 0;
        margin-bottom:5px;
    }
}