.bs-footer {
    background: #163c7e;
    color: #BDBDBD;
    padding: 0.5rem 0;
    font-weight: 500;
    box-shadow: 0px 3px 10px -2px rgb(76 76 76 / 75%);
    font-size: 10pt;
    font-family: var(--font-title-family);
}

.bs-home-title {
    font-family: var(--font-title-family);
    color: #1d3c7e;
}

.bs-home-title:hover {
    color: #3772f0;
}

bs-cart a {
    color: #BDBDBD;
}

.bs-home-hr {
    background-color: #3772f0;
    width: 11%;
    height: 0.2rem;
    margin-bottom: 2rem;
    margin-top: 3px;
}

.title-link {
    font-size: 19px;
    color: #1d3c7e;
}

.bs-banners__title {
    color: #0D0D0D;
    text-transform: none;
    text-align: center;
    font-weight: 600;
    font-size: 14pt;
    margin-top: 10px;
    padding-bottom: 20px;
}

.badge-secondary {
    color: var(--highlight-color);
    background-color: #3772f0;
    font-size: 10px;
    padding: 4px;
}

.btn-link:hover {
    color: #1d3c7e;
    text-decoration: none;
}

.bs-collection__product-brand {
    font-size: .55rem;
    color: #1d3c7e;
    background: #3772f030;
    padding: .25rem;
    border-radius: .25rem;
    font-weight: var(--font-regular);
}

.btn-share:hover {
    color: #3772f0;
}

.bs-collection__product-final-price.has-discount {
    color: #0D0D0D;
}

.btn-secondary {
    background-color: #365db1;
    color: var(--secondary-contrast);
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:disabled, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):focus {
    background-color: #163c7e;
    color: var(--secondary-hover-contrast);
}

.bs-header-navbar {
    background: var(--header-navbar-bg-color);
     border-bottom: 4px solid #EBEBEB;
}
 