/* =========================================================
   SHOP HERO
========================================================= */

.bf-shop-hero {
    width: 100%;
    min-height: 210px;

    background-color: #f6f6f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bf-shop-hero__inner {
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: .5rem;
}

.bf-shop-title {
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-word;
}

.bf-shop-breadcrumbs {
    font-size: .85rem;
    opacity: .7;
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-word;
}

.bf-shop-breadcrumbs a {
    text-decoration: none;
    color: inherit;
}
