.bs-product__title {
    font-size: 2rem;
    text-transform: uppercase;
    }
.bs-copyright {
    background: rgb(227 11 19 / 0%);
    color: #5d5d5d;
    }
.bs-footer__title {
    filter: drop-shadow(2px 2px 4px black);
}

.bs-collection__product-final-price {
    font-size: 0.8rem;
    }

.btn-primary {
    background: #353535;
    border-color: #353535;
    }

.btn-secondary {
    background: #b32523;
    border-color: #b32523;
    }

.modal-backdrop {
    position: relative;
    }

@media (min-width: 576px) {
    .modal-dialog {
        margin: 6.75rem auto;
        }}

.btn-vendedores .btn-secondary
{
    width:49%;
}

.btn-vendedores2 .btn-primary
{
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .modal-dialog {
        top: 12rem;
        filter: drop-shadow(2px 4px 6px red);
    }
}


    .modal-dialog {
        filter: drop-shadow(2px 4px 6px #bb2525);
    }

.bs-collection-bg__title {
    text-transform: capitalize;
    filter: drop-shadow(2px 4px 6px black);
}

.bs-title-background::before {
    background: transparent;
    }

.bs-title-background {
    backdrop-filter: none;
}

@media (max-width: 992px) {
    img[data-bs="header.logo"] {
        width: 200px !important;
        }}