.bs-footer img {
    filter: invert(1);
}

.bs-collection__product-notice {
    color: #8c8c8c;
    font-style: italic;
}

.bs-collection__product-brand {
    color: #404040;
}

.bs-header-navbar {
    border-bottom: 2px solid #cbcbcb9e;
}

.btn-secondary {
    background-color: #000000;
}

.btn-secondary:hover {
    background-color: #474646;
}

.btn-primary:hover {
    background-color: #2a8c48;
}

.bs-footer {
background: linear-gradient(rgb(0 0 0 / 84%), rgb(0 0 0 / 54%)), url(piedepagina.png);
}

.bs-collection__product-stock {
    background: #e3e3e3;
    color: #2f2f2f;
}

a {
    color: #1e9845;
}

.bs-product__title {
    font-size: 2rem;
}

.my-2 {
    display: none;
}

.btn-danger {
    background-color: #2a8c48;
}

.btn-danger:hover {
    background-color: #acacac;
}