/*** agrega aqui los estilos necesarios para modificar el template ***/
.announcement-bar {
    color: black;
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
.bs-grid-header__login, .bs-grid-header__cart {
    color: white;
}
.bs-grid-header__search .btn {
    --btn-bg: white;
    --btn-color: var(--primary-color);
    --btn-hover-color: var(--primary-color);
    --btn-hover-bg: var(--primary-hover-color);
}
.bs-collection__product-final-price {
    font-weight: normal;
}
.bs-collection-filter .btn-secondary:hover {
    color: white;
}
.badge-warning {
    background-color: transparent;
}
.bs-product__title {
    font-size: 1.5rem;
    font-weight: normal;
}
.bs-product__final-price {
    font-weight: normal;
}
.bs-footer {
    background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 10%)), url(footer1.jpg);
    background-size: 100%;
    background-position: center;
}
.bs-copyright {
    font-size: .9rem;
    background: transparent;
}
.bs-footer__link {
    font-size: 1rem;
    font-weight: 400;
}
.bs-footer__link__icon {
    color: white;
}
.bs-footer__title {
    text-transform: capitalize;
    font-size: 1.2rem;
}
.bs-footer__section-form {
    background: url(nuevatextura-gris.png);
    background-size: cover;
    border-radius: 1rem;
}

@media only screen and (max-width : 900px) {
    .bs-footer {
        background: linear-gradient(rgb(0 0 0 / 50%), rgb(0 0 0 / 10%)), url(footer1.jpg);
        background-position: center;
    }
}
.bs-product__label {
    color: black;
}
.bs-special-collection .bs-collection__title {
    text-align: center;
}
.page-item.active .page-link.page-link {
    color: white;
    background: var(--primary-color);
}
.page-link.page-link:hover {
    background: grey;
}
img.fluid-img.marca {
    max-width: 8rem;
}
.bs-product__title-notice {
    font-size: 50%;
}
.btn-primary:disabled {
    background-color: #0D787B;
    border-color: #0D787B;
}