/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-collection__product-notice {
    color: #979797;
    font-size: 12px;
}

section.bs-banner-grid.bs-banner-grid-items-4 img.bs-banner-grid__img {
    border: solid 2px #f6f8f9;
    }
.bs-copyright {

    background: transparent;
    color: #919191;
    }

.bs-footer {

    background-size: cover;
}

.bs-footer__containt::before {

    background: linear-gradient(180deg, rgba(var(--footer-bg-color), 0) 0px, rgb(243 241 241 / 74%) 10rem, rgb(243 241 241) 100%);
}

.bs-home__blog {

    background: #F2F2F2;

}

.bs-footer {
    padding-top: 10rem;
    }

.bs-header-search .input-group {
    background: rgb(157 195 230 / 15%);
    }

.bs-product .btn-danger{
    opacity: unset !important;
    }

.bs-home__brands__item {
    background: transparent;
}

.bs-parallax__content {
        filter: drop-shadow(2px 4px 6px black);
    }

@media screen and (max-width: 992px){
.bs-parallax__content {
        filter: none;
    }}

@media screen and (max-width: 992px){
.bs-footer__social .chat-facebook{
    border: 1px solid #fff;
    background: #fff;
    color: #4178bf;
}

.bs-footer__social .chat-whatsapp
{
    border: 1px solid #fff;
    background: #fff;
    color: #4178bf;
}



.bs-footer__social .chat-facebook:hover{
    background: #4178bf;
    color: #fff;
    border: 1px solid #fff;
}

.bs-footer__social .chat-whatsapp:hover
{
    background: #4178bf;
    color: #fff;
    border: 1px solid #fff;
}
}

.bs-collection__product-notice {
    display: none;
}

.bs-collection__product-brand {
    color: #747474;
    background: #eaeaea;
    }

.bs-collection__product-title {
    font-weight: var(--font-regular);
}

.btn-cart {
    display: none;
}

.bs-header .img-fluid
{
width: 450px !important;
    margin-top: 20px;
}