.blbr-brands .blbr-brand {
    display: inline-block;
}

.blbr-brands .blbr-brand a {
    display: block;
    margin: 0;
}

.blbr-brands .blbr-brand img {
    display: block;
    margin: 0;
    max-width: 200px;
    height: auto;
}

/* full */
.blbr-wrap-full .blbr-brands .blbr-brand, .blbr-list-full .blbr-brands .blbr-brand {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.blbr-wrap-full .blbr-brands .blbr-brand .blbr-brand-image, .blbr-list-full .blbr-brands .blbr-brand .blbr-brand-image {
    margin-right: 10px;
}

.blbr-wrap-full .blbr-brands .blbr-brand .blbr-brand-info, .blbr-list-full .blbr-brands .blbr-brand .blbr-brand-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blbr-wrap-full .blbr-brands .blbr-brand .blbr-brand-info .blbr-brand-name, .blbr-list-full .blbr-brands .blbr-brand .blbr-brand-info .blbr-brand-name {
    font-weight: 700;
    margin-bottom: 10px;
}

/* archive */
.products .product .blbr-brands .blbr-brand img {
    max-width: 80px;
    height: auto;
    margin: 0;
}

/* banner */
.blbr-banner img {
    max-width: 100%;
    height: auto;
}

/*# sourceMappingURL=frontend.css.map */
