/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__top-section .bs-footer__title {
    color: white;
}
.bs-footer__social .btn-social {
    border: 1px solid #e9036e;
    color: #ffffff;
    background-color: #e9036e;
}
.bs-footer__social .btn-social:hover {
    border: 1px solid #e9036e;
    color: #ffffff;
    background-color: #e9036e;
    opacity:.7;
}
.bs-parallax__content {
    filter: drop-shadow(2px 4px 6px black);
}
.bs-collection__product-brand{
    display: none;
}