.bs-categories__item {
    background: black;
}
.cart-items {
    background: white;
    color: #ff6b98
}
.bs-categories__title {
    color: white;
    font-size: 1.1rem;
    font-weight: normal;
}
.bs-footer__link__icon {
    color: #fff;
}
.bs-header-top .btn:hover {
    color: white;
}
.announcement-bar {
    color: white;

}
.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    color: white;
}
.navbar-toggler {
    font-weight: normal;
}
.bs-header-top .btn {
    font-size: 0.9rem;
}
.navbar__menu-desktop .bs-menu__lv2:hover {
        color: #FF6B98;
}
.bs-menu__lv1 {
    font-weight: normal;
}
.bs-collection__product__special .bs-collection__product-title {
    color: black;
    font-weight: normal;
}
.bs-title-home {
    text-transform: capitalize;
    font-weight: 500;
}
.bs-collection__product-title {
    font-weight: normal;
}
.bs-collection__product-final-price {

    font-weight: normal;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active {
    background: var(--secondary-hover-color);
    border-color: var(--secondary-hover-color);
    color: white;
}
.bs-footer {
    background: url(footer-claudia.jpg);
    background-position: center;

}
.bs-copyright {
    background: transparent;
}
.bs-footer__title {
    text-transform: capitalize;
    font-size: 1.2rem;
}
.bs-footer__link {
    font-size: 1rem;
}