/*
.swiper-wrapper {
    justify-content: space-evenly;
}

@media (min-width: 1024px) {
    .s-products-slider-card {
        max-width: fit-content;
        width: auto;
    }
}
.s-product-card-horizontal .s-product-card-image {
    width: 40%;
}
*/


.navbar-brand img {
    border-radius: 50%;
    max-height: 3.5rem;
}

h2 {}

.full-banner-entry {
    height: auto;
    padding: 15%;
}

.full-banner-entry::after,
.full-banner-entry::before {
    background: transparent;
}
/*
.s-button-primary-outline {
    color: white;
    background-color: #efd2b7;
}

.s-button-primary-outline:hover {
    color: #efd2b7;
    background-color: white;
    border-color: #efd2b7;
}

.s-button-primary {
    color: white;
    background-color: #efd2b7;
    border-color: #efd2b7;
}

.s-button-primary:hover {
    color: #efd2b7;
    background-color: white;
    border-color: #efd2b7;
}
*/
.s-slider-swiper-wrapper{
    justify-content: space-between;
}

.banner-entry{
    height: 250px;
}

@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
        width: 20%;
    }
}