.ac-attr-carousel {
    width: 100%;
    position: relative;
}

.ac-attr-carousel .swiper-wrapper {
    height: 100%;
}

.ac-attr-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

/* Elementor-friendly image scaling */
.ac-attr-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* default, može se promijeniti iz Style taba */
    display: block;
}

/* Grayscale hover (opcionalno) */
.ac-attr-carousel.has-grayscale-hover .ac-attr-image {
    filter: grayscale(100%);
    transition: filter .3s ease;
}

.ac-attr-carousel.has-grayscale-hover .ac-attr-slide:hover .ac-attr-image {
    filter: grayscale(0%);
}
