/*** agrega aqui los estilos necesarios para modificar el template ***/


.logo-header {
    max-width: 200px;
}

.bs-header {
    background: white;
}

.bs-header-navbar {
    background: white;
}

.bs-menu__lv1 {
    font-weight: 500;
}

.bs-header-search .input-group {
    background: rgb(255 255 255);
}

.btn-cart, .btn-login {
    color: white;
    background: var(--primary-color);
}

.btn-cart:hover, .btn-login:hover {
    background: var(--primary-hover-color);
    color: var(--primary-contrast);
}

.cart-items {
    background: #F2C53D;
    color: #000000;
    font-weight: 500;
}

.bs-footer__social .btn-social {
    border: 1px solid #a6261a;
    background: var(--primary-color);
    color: white;
}

.bs-footer__social .btn-social:hover {
    background: white;
    border: white;
    color: var(--primary-color);
}

.bs-parallax__title {
    filter: drop-shadow(2px 4px 6px black);
}

.bs-parallax__content p{
    filter: drop-shadow(2px 4px 6px black);
}


@media screen and (max-width: 576px) {
.bs-parallax__title {
    filter: none;
}
}


@media screen and (max-width: 576px) {
.bs-parallax__content p{
    filter: none;
}
}
