/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-grid-header__login, .bs-grid-header__cart {
    color: var(--primary-color);
}
.bs-grid-header__login:hover, .bs-grid-header__cart:hover {
    color: var(--primary-hover-color);
}
.bs-title-decoration {
    font-weight: normal;
    color: #000;
}
.bs-collection__product-final-price {
    font-weight: normal;
}
.page-item.active .page-link.page-link {
    background: #d91a21;
}
.bs-product__label {
    color: black;
}
.bs-product__title {
    font-size: 1.5rem;
    font-weight: normal;
}
.bs-product__final-price {
    font-size: 1.5rem;
    font-weight: normal;
}
.bs-footer__section-form {
    background: url(compras.png);
    border-radius: 1rem;
    background-position: center;
}
.btn-primary:disabled {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}