/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-footer__containt::before {
   background: linear-gradient(180deg, rgba(var(--footer-bg-color), 0) 0px, rgba(var(--footer-bg-color), 1) 12rem, rgba(var(--footer-bg-color), 1) 100%);
}

.announcement-bar {
    color: #000000;
    background: #ead012;
    border-color: #ead012;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-header-search .input-group {
    width: 100%;
    background: rgb(173 7 2 / 10%);
    border: 1px solid #ad0702;
    border-radius: 50rem;
    padding: .25rem 1rem;
}

.bs-header-search .btn-search {
    box-shadow: 2px 0px #ad0702 inset;
    color: #ad0702;
}

.btn-cart, .btn-login {
    color: #ad0702;
    background: #ead01266;
}

.btn-cart:hover, .btn-login:hover {
    background: #e8d018;
    color: #ffffff;
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1 {
    color: #ad0702;
}

.bs-menu__lv2:hover, .dropdown__lv2.show .bs-menu__lv2 {
    background: var(--lv2-hover-bg-color);
    color: #ad0702;
}

.chat-widget__btn {
    background: #ead012;
    box-shadow: var(--box-shadow-widget);
    color: white;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.ir-arriba {
    display: none;
    padding: 12px;
    background: #e8d018;
    font-size: 16px;
    color: #fff;
    bottom: 73px;
    right: 16px;
    cursor: pointer;
    position: fixed;
    border-radius: 12px;
    z-index: 98;
    border: solid 0.5px #bcbcbc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bs-categories__category:hover .bs-categories__title {
    color: #ad0702;
}

.bs-categories__svg {
    fill: #e8d018;
}

.btn-primary, .badge-primary {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--primary-hover-contrast);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled {
       background: #e8d018;
    border-color: #e8d018;
    color: #000000
}

@media screen and (min-width: 576px) {
    .bs-parallax__title {
        color: #030303;
    }
}

.btn-secondary, .badge-secondary {
    background: #b81421;
    border-color: #b81421;
    color: #ffffff;
}

@media screen and (min-width: 576px) {
    .bs-parallax {
        height: 80vh;
        color: #000000;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }
}

.bs-footer__title, .bs-footer__title__little {
    font-weight: var(--title-weight);
    text-transform: var(--title-transform);
    color: #000000;
}

.bs-footer__title::after {
    content: "";
    display: block;
    width: 100%;
    max-width: 10rem;
    height: 2px;
    background: #e8d018;
}

.bs-footer__link.bs-footer__link:hover {
    color: #b81421;
    text-decoration: underline;
}

.bs-footer__social .btn-social {
    border: 1px solid var(--primary-contrast);
    background: var(--primary-contrast);
    color: #b81421;
}

.bs-footer__social .btn-social:hover {
    background: #b81421;
    color: var(--primary-contrast);
}

.bs-copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: .85rem;
    text-align: center;
    margin-top: 1rem;
    background: #b81421;
    color: var(--primary-contrast);
    padding: .5rem 1rem;
    z-index: 10;
}

.btn-link {
    color: #000000;
}

.btn-outline-primary, .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #ead012;
    color: #000000;
    border-color: #ead012;
    border-radius: 100px;
    padding: var(--btn-padding, 0.375rem 0.75rem);
}

.noUi-connect {
    background: #ead012;
}

.bs-collection-filter .btn-secondary {
    background-color: #ead012;
    border-color: #ead012;
    color: var(--secondary-contrast);
}

.bs-collection-filter .btn-secondary:hover {
    background-color: #ad0702;
    border-color: #ad0702;
    color: #fff;
}

.btn-share {
    color: #e8cd05;
}

.btn-share:hover {
    border: 1px solid #ead012;
    background: #ead012;
    color: var(--primary-contrast);
}

.page-item.active .page-link {
    background-color: #b81421;
    border-color: var(--primary-contrast);
}

.page-link:hover {
    color: #b81421;
}


@media screen and (min-width: 369px) {
    .bs-footer {
    position: relative;
    padding-top: 20rem;
    color: var(--footer-txt-color);
    margin-top: 2rem;
    background-position: left top;
    background-repeat: no-repeat;
}
}