/*** agrega aqui los estilos necesarios para modificar el template ***/

.bs-collection-filter .bs-filter-btn:hover {
    color: #f68100c7;
}
.cart-items {
    background: #000000;
}
.btn-secondary:hover {
    background: #2d2e66c7;
    border-color: #2d2e66c7;
    color: #ffffef;
}
.bs-parallax__title {
    color: #1c2a50 !important;
}
.bs-parallax__content {
    color: black;
}
a.pinguinoterminos {
    font-weight: bold;
}

.bs-product__title {
    text-transform: uppercase;
}
.bs-categories .bs-img-square picture img {
    object-fit: cover;
    border-radius: 50px;
}
.bs-collection__product-notice {

color: #FFAA5C;
}
.bs-collection__title {
    text-transform: uppercase;
}
.bs-copyright {
    background: transparent;
    color: #919191;
}

a.btn-social {
    background: #fc8124 !important;
    color: #ffffff !important; 
}
a.btn-social:hover {
    color: #fc8124 !important;
    background: #ffffff !important; 
}

.bs-footer {

    padding-top: 1rem;
}

.bs-parallax {
        background-attachment: unset;
        background-position: center;
        background-size: contain;
    }

.logo-header {
    width: 75px !important;
}

.bs-banner-grid__img {
    object-fit: initial;
}
.bs-home__title, .bs-home__title:hover, .bs-title-home a {

    text-transform: uppercase;
}

.bs-footer__containt::before {

    top: -1rem;

}