/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-header {
    background: #235606;
    color: var(--header-color);
}

.bs-footer {
    padding-top: 1rem;
    background: #235606;
    color: var(--footer-txt-color);
    font-weight: var(--font-bold);
}

.bs-grid-header__menu-desktop, .navbar-collapse {
    background: #f6f6f6;
}

.bs-footer__link__icon {
    color: #f6f6f6;
    margin-right: .5rem;
    display: inline-block;
    font-size: var(--footer-font-size, .8rem);
}

.noUi-connect {
    background: #235606;
}

.btn-share {
    background: var(--primary-contrast);
    border-radius: 2em;
    color: #235606;
}

.btn-share:hover {
    border: 1px solid #235606;
    background: #235606;
    color: var(--primary-contrast);
}


.bs-grid-header__search .btn {
    --btn-padding: .375rem .75rem;
    --btn-bg: #cccccc;
    --btn-color: #000000;
    --btn-hover-color: var(--primary-hover-contrast);
    --btn-hover-bg: #909090;
}

.btn-primary {
    background: #285608;
    border-color: #285608;
    color: var(--primary-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 {
    background: #cccccc;
    border-color: #cccccc;
    color: #000000;
}

.bs-title-decoration::before, .bs-title-decoration::after {
     background: #285608;
}

.bs-categories__title {
      font-size: 1rem;
    background: #909090;
    color: var(--banner-title-color, var(--primary-contrast));
}

.bs-categories__item:hover .bs-categories__title{
    background: #cccccc;
    color: #000;
}

.bs-collection__decoration {
    padding: 2rem;
    background: #EFEFEF;
    margin: 6rem 3rem 1rem 1rem;
    color: #000000;
    position: relative;
}

.bs-special-collection .bs-collection__title {
    color: #163604;
    text-transform: capitalize;
}

.bs-collection__product-notice {
    opacity: .7;
    font-size: 1rem;
    font-weight: var(--font-regular);
    text-transform: capitalize;
}

.bs-collection__product-title {
    font-size: var(--collection-product-title-fSize, 1rem);
    color: var(--collection-product-title-color);
    font-weight: var(--font-regular);
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: var(--collection-product-title-lines);
    -webkit-box-orient: vertical;
    height: calc(var(--collection-product-title-lines) * 1.rem);
    font-family: var(--font-body-family);
}


.bs-copyright {
    width: 100%;
    bottom: 0;
    font-size: .85rem;
    text-align: center;
    margin-top: 1rem;
    background: #224906;
    color: var(--primary-contrast);
    padding: 0.5rem 1rem;
    z-index: 10;
    position: relative;
}

@media screen and (min-width: 768px) {
    .bs-footer__social .btn-social {
        color: #285608;
        background-color: var(--element-bg);
    }
}

.bs-footer__social .btn-social:hover {
    background: #285608;
    color: var(--primary-contrast);
}

.chat-widget__btn {
    background: #f6f6f6;
    box-shadow
Attaches one or more drop-shadows to the box. The property is a comma-separated list of shadows, each specified by 2-4 length values, an optional color, and an optional 'inset' keyword. Omitted lengths are 0; omitted colors are a user agent chosen color.
Más información

No mostrar
: var(--box-shadow-widget);
    color: #285608;
    width: 1.5em;
    height: 1.5em;
    font-size: 36px;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.chat-widget__btn:hover {
    background: #d5d2d2;
    transition: 0.3s;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.2), 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.bs-menu__lv1:hover, .show > .bs-menu__lv1, .navbar-toggler:hover {
    color: #285608;
    background: var(--lv1-hover-bg);
}

.bs-footer__section-form__container {
    max-width: 768px;
    width: 100%;
    background: #EFEFEF;
    border-radius: 13px;
    color: var(--footer-bg);
    padding: 1rem 2rem;

}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #285608;
    border-color: #285608;
}

.article-title {
    font-size: clamp(1.875rem, 4vw, 2.75rem);
    font-weight: var(--font-regular);
    color: #1d3f05;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.bs-product__title {
    font-size: 1.7rem;
    font-weight: var(--title-weight);
    text-transform: var(--title-transform);
}

.btn-danger {
    background: #41721e;
    border-color: #41721e;
    color: var(--danger-contrast);
}

.cart-items {
    font-size: .8em;
    background: #cccccc;
    color: #285608;
    border: #285608;
}

.bs-footer__section-form .btn {
    background: #434343;
    color: white;
}