/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-footer__section-form__container {
    background: #242873;
    }
.bs-img-square picture img {
    object-fit:contain;
}
.bs-collection__product-title {
    color: #242873;
}
.bs-collection__product-final-price {
    color: #242873;
}
.bs-title-decoration {
    color: #242873;
}

.bs-footer__logo img {
    max-height: 65%;
    }

@media screen and (min-width: 768px) {
    .bs-footer__link, .bs-footer__title {
        font-size: 11px;
    }
}
.bs-product__title {
    color: #242873;
}
.bs-product__final-price {
    color: #242873;
}
.bs-title-decoration::before, .bs-title-decoration::after {
    background: #8fa8d9;
}
.bs-discount.template {
    border: .25em solid #f5d957;
}