
.futaba-limited-section {
    padding: 0 20px 60px;
}

.limited-container {
    max-width: 1100px;
    margin: 0 auto;
}

.futaba-limited-heading {
    margin-bottom: 35px;
    text-align: center;
}

.futaba-limited-heading .section-title {
    margin: 0 0 5px;
    color: #333;
    font-size: 32px;
}

.futaba-limited-heading p {
    margin: 0;
    color: #888;
    font-size: 14px;
    letter-spacing: 2px;
}

.limited-slider-block {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.futabaPastLimitedSwiper {
    overflow: visible;
    padding: 10px 10px 44px;
}

.futabaPastLimitedSwiper .swiper-wrapper {
    align-items: center;
}

.futabaPastLimitedSwiper .swiper-slide {
    height: auto;
}

.futaba-limited-card {
    min-height: 400px;
    height: 60vh;
    max-height: 720px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.futaba-limited-image {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

.futabaPastLimitedSwiper .swiper-button-prev,
.futabaPastLimitedSwiper .swiper-button-next {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    color: #002d5a;
}

.futabaPastLimitedSwiper .swiper-button-prev {
    left: -45px;
}

.futabaPastLimitedSwiper .swiper-button-next {
    right: -45px;
}

.futabaPastLimitedSwiper .swiper-button-prev::after,
.futabaPastLimitedSwiper .swiper-button-next::after {
    font-size: 18px;
    font-weight: 900;
}

.futabaPastLimitedSwiper .swiper-pagination {
    bottom: 10px;
}

.futabaPastLimitedSwiper .swiper-pagination-bullet-active {
    background: #002d5a;
}

@media (max-width: 600px) {
    .futaba-limited-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .futaba-limited-heading .section-title {
        font-size: 28px;
    }

    .limited-slider-block {
        width: calc(100% - 20px);
    }

    .futaba-limited-card {
        height: auto;
        min-height: 350px;
        max-height: none;
    }

    .futaba-limited-image {
        width: 100%;
        height: auto;
    }

    .futabaPastLimitedSwiper .swiper-button-prev {
        left: -10px;
    }

    .futabaPastLimitedSwiper .swiper-button-next {
        right: -10px;
    }
}
