/* Savvata — Hero slider: show full image (no crop) */

.savvata-hero-slider {
    overflow: hidden;
    width: 100%;
}

.savvata-hero-slider__swiper {
    width: 100%;
}

.savvata-hero-slider .swiper-wrapper,
.savvata-hero-slider .swiper-slide {
    height: auto;
}

.savvata-hero-slider .wrap-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto !important;
    min-height: 0;
    max-height: none;
    aspect-ratio: unset;
    overflow: hidden;
    background: #f4f4f4;
}

.savvata-hero-slider__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
}

.savvata-hero-slider__img,
.savvata-hero-slider .wrap-slider img {
    width: 100%;
    height: auto !important;
    max-width: 100%;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.savvata-hero-slider__pagination.wrap-pagination {
    bottom: 20px;
}

.savvata-hero-slider .sw-dots {
    gap: 8px;
}

@media only screen and (max-width: 767px) {
    .savvata-hero-slider__pagination.wrap-pagination {
        bottom: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .savvata-hero-slider__pagination.wrap-pagination {
        bottom: 10px;
    }

    .savvata-hero-slider .sw-dots span {
        width: 8px;
        height: 8px;
    }
}
