/*** agrega aqui los estilos necesarios para modificar el template ***/
.bs-categories__item {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: var(--default-border-radius, 0);
    height: 90%;
    background: #fbe5b6b0;
    padding: 1rem;
    box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 20%);
    margin-top: 6px;
    margin-bottom: 9px;
}

.bs-categories__title {
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 0.95rem;
    padding-top: 1rem;
    margin: 0;
    display: flex;
    height: 100%;
}

.announcement-bar {
    color: var(--primary-contrast);
    background: #9e0304;
    border-color: #9e0304;
    padding: 4px 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.bs-header-top {
    background: #060405;
    color: var(--header-top-txt-color, var(--primary-contrast));
    text-align: right;
    display: none;
}

.btn-secondary {
    background: #000000;
    border-color: #000000;
    color: #f7f1d5;
}

.btn-secondary:hover {
    background: #f7f1d5;
    border-color: #f7f1d5;
    color: #000000;
}

.cart-items {
    position: absolute;
    right: -.3rem;
    top: -.3rem;
    background: #f7f1d4;
    color: #000000;
    border-radius: 5rem;
    font-size: .8rem;
    min-width: 1.5rem;
    padding: .125rem .375rem;
    border: 2px solid var(--header-bg-color);
}

@media screen and (min-width: 1200px) {
    .bs-footer__section-description {
        padding-right: 30px;
    }
}

.bs-footer__section-description {
    text-align: center;
    padding-top: 30px;
}

.bs-footer__logo img {
    max-height: 150%;
    width: auto;
}

.bs-footer__title {

    color: #000;
}

.bs-footer__description, .bs-footer__link {
    color: #1c1c1c;
    padding: .25rem 0;
    font-weight: var(--font-regular);
}

.bs-footer__top-section__title {
    color: #fff;
    text-transform: var(--footer__top-section__title__transform, uppercase);
    font-weight: var(--font-bold);
    font-size: 32px;
    filter: drop-shadow(2px 2px 2px black);
}

a.tyc {
    color: #9e0304;
    }

a.tyc:hover {
    color: #000;
    }

    .btn.disabled, .btn:disabled, .btn:disabled:hover {
    cursor: not-allowed;
    opacity: 0.8;
    color: #fff7f7;
    background: #000000;
    border-color: #000000;
}

p.bs-footer__top-section__info {
    margin-top: 0;
    margin-bottom: 1rem;
    filter: drop-shadow(1px 1px 1px white);
    font-weight: 600;
}