.announcement-bar {
    color: white;
}
.bs-header-top .btn {
    font-size: 0.9rem;
}
.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    color: white;
}
.cart-items {
    background: #6A200A;
}
.navbar__menu-desktop__menu-title__link:hover {
    color: white;
    background: var(--primary-color);
}
.bs-categories__title {
    color: white;
    font-size: 1rem;
}
.bs-collection__product__special .bs-collection__product-title {
    font-weight: normal;
}
.bs-collection__product-final-price {
    font-weight: normal;
    color: black;
}
.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(--primary-color);
    border-color: var(--primary-color);
    color: white;
}
.bs-collection__product-title {
    font-weight: normal;
}
.page-item.active .page-link.page-link {
    background: var(--primary-color);
}
.bs-product__final-price {
    font-weight: normal;
}
.bs-product__title {
    font-weight: normal;
}
.bs-footer__link {
    font-size: 1rem;
}
.bs-footer__link__icon {
    color: white;
}
.bs-footer__top-section__title {
    color: black;
}
.bs-footer__top-section {
    color: black;
}
.bs-header-top {
    background: var(--primary-color);

}