.announcement-bar {
    color: white;
}

.bs-header-top .btn {
    font-size: 0.8rem;
}
.bs-header-top .btn:hover {
    color: white;
}
.navbar-toggler {
    color: white;
    border: 2px solid #ffff;
}
.btn-cart, .btn-login {
    color: white;

}
.navbar-toggler:hover, .btn-cart:hover, .btn-login:hover, .btn-search:hover {
    color: white;
}
.cart-items {
    background: #b3b6d1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}
.bs-collection__product__special .bs-collection__product-title {
    color: black;
    font-weight: normal;

}

.bs-collection__product-info .bs-discount {
    font-size: 1.1em;
}
.bs-collection__product__special .has-discount .bs-collection__product-final-price::before {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.bs-footer__top-section {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(suscribete.jpeg) !important;
}
.bs-footer {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 50%)), url(footer2.jpg);
    background-position: bottom;
    background-size: cover;
}
.bs-copyright {
    background: transparent;
}
.bs-footer__link__icon {
    color: white;

}
.bs-footer__link {
    font-size: 1rem;
}
.bs-categories__item {
    background: white;
}
.bs-categories__title {
    font-size: 0.9rem;
}
.bs-product__title {
    font-size: 1.5rem;
}

.bs-footer__social .btn-social:hover {
    background: #b3b6d1;
}
.page-item.active .page-link.page-link {
    color: black;
    background: #b3b6d1;
}
.has-discount .bs-collection__product-final-price {
    color: red;
}
.bs-product__original-price {

    color: var(--primary-hover-color);
}