/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__section-form .btn:hover {
    background: black;
}
.bs-collection__title {
    color: black;
}
.bs-collection-filter .btn-secondary {
    background-color: #d62f2e;
    border-color: white;
    color: white;
}
.bs-collection-filter .btn-secondary:hover {
    background-color: black;
    border-color: black;
    color: white;
}
.bs-product__label {
    color: black;
}
.btn-secondary {
    background: black;
    border-color: black;
    color: white;
}
.floating-menu__cart .cart-items {
    background: #dd3130;
}
.floating-menu__item {
    color: black;
}
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #dd3130;
    border-color: #dd3130;
}
.page-item .page-link.page-link {
    color: white;
    background: #dd31308c;
}
.bs-product__title {
    font-size: 22PX;
}
.bs-product__final-price {
    font-size: 22PX;
}
@media only screen and (max-width : 900px) {
        .bs-title-decoration {
        font-size: 20px;
    }
}
.bs-footer__section-form {
    background: url(imagen-textura.webp);
    background-size: cover;
}
.bs-footer__section-form__container {
    background: transparent;
    color: BLACK;
}
.bs-footer__section-form .btn {
    background: var(--secondary-hover-color);
    color: white;
}