/*** agrega aqui los estilos necesarios para modificar el template ***/
.announcement-bar {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}
.bs-header-top {
    background: var(--secondary-hover-color);
}
.bs-header-top .btn {
    font-size: 0.8rem;
}
.cart-items {
    background: var(--primary-color);
    border: 1.5px solid white;
}
.bs-categories__item {
    background: var(--primary-color);
}
.bs-footer {
    background: linear-gradient(rgb(0 0 0 / 60%), rgb(0 0 0 / 30%)), url(tennis-foote.jpg);
    background-position: top;
    background-size: cover;
}
.bs-copyright {
    background: transparent;
}
.bs-footer__link__icon {
    color: var(--primary-color);
}
.bs-footer__title {
    font-size: 16px;
}
.bs-footer__link {
    font-size: 14px;
}
.bs-collection__product-final-price {
    font-weight: normal;
    color: #666;
}
.bs-collection__product-title {
    font-weight: normal;
}
.bs-product__section-title {
    color: black;
}
p {
    font-size: 1.1rem;
    font-weight: 600;
}
.page-item.active .page-link.page-link {
    background: var(--primary-color);
}