/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-footer__logo, .bs-footer__title {
    font-family: "Source Sans 3", sans-serif;
    font-weight: var(--font-bold);
}
.bs-footer__link{
    font-family: "Source Sans 3", sans-serif;
    font-weight: var(--font-regular);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: #4b8b34;
    border-color: #4b8b34;
}
.bs-footer {
    border-top: solid 2px #262626;
}
.bs-footer__section-form__container {
    background: #4b8b34;
}

.bs-img-square picture img {
    object-fit: contain;
}

.bs-collection__product-notice {
    opacity: .7;
    font-size: 0.75rem;
    font-weight: 400;
    color: #636363;
}

.bs-footer__section-form {
    border-radius: 5px;
    background-image: url(bannernat.png);
}

.bs-copyright {
    background: transparent;
    color: grey;
}

.bs-special-collection__product-group .bs-collection__product-info, .bs-special-collection__product-group .bs-collection__product-price {
    background: #f6f6f6;
    }