/* .homeslider-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.homeslider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.homeslider-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.homeslider-slide.active {
    opacity: 1;
    position: relative;
}

.homeslider-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
} */

/* Responsywność */
/* @media (max-width: 767.98px) {
    .homeslider-slide {
        transition: opacity 0.6s ease-in-out;
    }
} */

.homeslider-wrapper .embla {
    position: relative;
    overflow: hidden;
}

.homeslider-wrapper .embla__viewport {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
}

.homeslider-wrapper .embla__container {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.homeslider-wrapper .embla__slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
}

.homeslider-wrapper .embla__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeslider-wrapper .embla__button--prev {
    left: 15px;
    display: none;
    background: #2A1D1D;
    border-radius: 5px;
    width: 26px;
    height: 26px;
}

.homeslider-wrapper .embla__button--next {
    right: 15px;
    display: none;
    background: #2A1D1D;
    border-radius: 5px;
    width: 26px;
    height: 26px;
}

.homeslider-wrapper .embla__button__svg {
    width: 16px;
    height: 16px;
    fill: white;
    margin-top: 2px;
}


/* css custom  */
.homeslider-wrapper button.embla__button img {
    margin-top: 2px;
}

.homeslider-wrapper button.embla__button.embla__button--prev img {
    transform: rotate(180deg);
}


.homeslider-wrapper,
.homeslider-wrapper img {
    border-radius: 20px;
}

.homeslider-wrapper {
    margin-bottom: 40px;
}

#embla-slider-mobile {
    margin-top: 20px;
}



.homeslider-wrapper .embla__dots {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.homeslider-wrapper .embla__dot {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    border: none;
    background-color: #ccc;
    cursor: pointer;
    padding: 0;
    transition: background-color 0.3s ease;
}

.homeslider-wrapper .embla__dot.is-selected {
    background-color: #eb1458;
}


/* dots */
.homeslider-wrapper .embla__dots {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0px;
    margin-top: 0px;
    padding: 0px;
}