.cf-wrapper-e334889f {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.swiper-container-e334889f {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.swiper-container-e334889f .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}

.swiper-container-e334889f .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Navigation Buttons */
.cf-nav-btn-e334889f {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.cf-nav-btn-e334889f.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.cf-nav-icon-e334889f {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.cf-nav-icon-e334889f svg {
    width: 1em;
    height: 1em;
    fill: #fff;
}

/* Nav Positions */
.cf-wrapper-e334889f.cf-nav-inside .cf-nav-prev-e334889f {
    left: 20px;
}

.cf-wrapper-e334889f.cf-nav-inside .cf-nav-next-e334889f {
    right: 20px;
}

.cf-wrapper-e334889f.cf-nav-outside {
    padding: 0 60px; /* space for outside buttons */
}

.cf-wrapper-e334889f.cf-nav-outside .cf-nav-prev-e334889f {
    left: 0;
}

.cf-wrapper-e334889f.cf-nav-outside .cf-nav-next-e334889f {
    right: 0;
}
