/*** agrega aqui los estilos necesarios para modificar el template ***/

.announcement-bar {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
.bs-grid-header__cart, .bs-grid-header__login {
    color: var(--primary-color);
    font-size: 1.2rem;
}
.bs-grid-header__cart:hover, .bs-grid-header__login:hover {
    color: var(--primary-hover-color);
}
.bs-title-decoration {
    color: #0D0D0D;
}
.bs-title-decoration::before, .bs-title-decoration::after {
    background: var(--primary-color);
}
.bs-collection__product-final-price {
    font-weight: normal;
}
.bs-special-collection__product-group .bs-collection__product-info, .bs-special-collection__product-group .bs-collection__product-price {
    background: transparent;
}
.bs-product__title {
    font-size: 2rem;
    font-weight: normal;
}
.bs-product__label {
    color: black;
}
.bs-footer__section-form {
    background: url(texturamascota.jpg);
    background-size: cover;
    background-position: center;
    margin: 1rem 1rem -1rem;
}
.bs-footer__title {
    font-weight: normal;
    text-transform: capitalize;
    font-size: 1.4rem;
}
.bs-footer__link {
    font-size: 1rem;
}
.bs-footer__link__icon {
    color: var(--primary-hover-color);
}
.btn-primary.disabled, .btn-primary:disabled {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.bs-footer__logo img {
    max-height: 180%;
    margin-top: auto;
}
.bs-footer__social .btn-social:hover {
    background: var(--primary-hover-color);
}
.bs-product__final-price {
    font-size: 1.5rem;
    font-weight: normal;
}
.bs-grid-header__logo img {
    max-width: 150px;
    max-height: 150px;
}
.navbar-toggler, .bs-menu__lv1 {
    text-transform: uppercase;
    font-weight: normal;
}
.bs-grid-header__search .btn {
    font-size: 1.2rem;
}
.page-item.active .page-link.page-link {
    background: var(--primary-color);
}
.bs-collection__title {
    text-transform: uppercase;
}
a.cond {
    color: var(--primary-color);
}
a.cond:hover {
    color: var(--primary-hover-color);
}
.bs-grid-header__menu-desktop, .navbar-collapse {
    border-bottom: 2px #ababab1a solid;
}
.page-link.page-link:hover {
    background: #fed23d;
}