.product-card-meta {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-card-brand {
    flex: 1;
    min-width: 0;
}

.product-card-rating {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: auto;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}

.br-item:hover,
.cb-item:hover .cb-img-wrap,
.product-card.hover-lift:hover {
    transform: none !important;
    border:1px solid var(--color-primary);
/*    box-shadow: none !important;*/
}
.br-item img, 
.cb-item img,
.product-card.hover-lift img{
    transition: all .2s !important;
}
.br-item:hover img,
.cb-item:hover img,
.product-card.hover-lift:hover img {
    transform: scale(1.1) !important;
}

.product-card a.card-add-btn:hover {
    color: var(--btn-primary-color);
}

ul {
    list-style: disc;
    margin-left: 10px;
}
ul.nav-list{
    list-style: none;
    margin-left: 0px;
}
.eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}
.eyebrow::before, .eyebrow::after {
    content: '';
    display: block;
    height: 2px;
    width: 28px;
    background: var(--color-primary);
    border-radius: 2px;
    flex-shrink: 0;
}

.br-logo img{
    height: auto;
    width: 100% !important;
    max-width:100% !important;
}
.fd-card-img{
    border:none !important;
    background:none !important;
}
.cb-img-wrap{
    background: none!important;
}
strong {
    font-weight: 700;
}