/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-categories__item {
    background: #ffffff;
}

.cart-items {
    background: #fe3cb6;
}

.bs-header-top {
    background: #fe3cb6;
}

.bs-footer__link__icon {
    color: #be7a8b;
}

.titulo-destacado {
    color: var(--home-title-color);
    text-transform: var(--title-transform);
    font-weight: var(--title-weight);
    padding: 2rem 0 1rem;
    text-align: center;
}


.bs-footer {
    box-shadow: 0px 2px 10px -4px rgb(0 0 0 / 75%);
    background: #fe3cb6;
}

.bs-footer__title {
    color: #3f0876;
}

.bs-footer__link {
    font-size: 13px;
}

.bs-copyright {
    background: #3f0876;
}

.bs-footer__top-section__info {
    filter: drop-shadow(2px 4px 6px black);
}

.bs-footer__top-section__title {
    filter: drop-shadow(2px 4px 6px black);
}

.bs-collection-filter .btn-secondary {
    background-color: #c07a8b;
    border-color: #c07a8b;
}

.bs-footer__top-section {
    position: relative;
    background: var(--footer-bg-top-color);
    background-position: center;
    background-size: cover;
    padding: 7rem 1rem;
    border-radius: var(--default-border-radius);
    margin-bottom: 1rem;

}

.bs-footer__link__icon::before {
    line-height: 1.5;
    COLOR: #3f0876;
}

.bs-banners__picture {
    border-radius: var(--default-border-radius);
    overflow: hidden;
    display: block;
}

.bs-footer__chat .chat-whatsapp {
background: #25D366;
color: white;
position: fixed;
z-index: 5000;
right: 1em;
border: 0;
border-radius: 50rem;
width: 40px;
height: 40px;
margin: .125rem .125rem;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
    .chat-facebook {
        display: none;
    }
}