#hero {
    min-height: 30vh !important;
}

.category-index-listitem {
    text-decoration: none;
    color: #000;
    white-space: unset;
}

.category-index-listitem:hover {
    color: #10448d;
}

#header-slider-thumbs {
    height: 210px;
}

#header-slider-thumbs .swiper-thumbnail {
    width: 33.33%;
    padding: 0;
    border: none;
}

#suppliers-logo-swiper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.supplier-logo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 60%;
    max-height: 60%;
    filter: grayscale(1);
    transition: all 0.4s ease;
}

.supplier-logo:hover {
    filter: grayscale(0);
}

.header-swiper .swiper-pagination {
    justify-content: end;
    padding-right: 1rem;
}

.header-swiper .swiper-pagination .swiper-pagination-bullet, .header-actions-swiper .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: transparent;
}
.header-swiper .swiper-pagination .swiper-pagination-bullet-active, .header-actions-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: transparent;
}

.header-swiper .btn-prev:not(.position-static), .header-swiper .btn-next:not(.position-static) {
    top: 10%;
}

#thumbnails {
    /*height: 100px;*/
    overflow-x: scroll;
    white-space: nowrap;
}

#thumbnails .swiper-thumbnail {
    position: relative;
    height: 125px;
    width: 175px;
    background: #fff;
    border-radius: 2em;
    margin-right: 2em;
    overflow: hidden;
}
#thumbnails .swiper-thumbnail img {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.5;
    transition: all 300ms ease-in-out;
}
#thumbnails .swiper-thumbnail:hover > img, #thumbnails .swiper-thumbnail.active > img {
    opacity: 1.0;
}
