/* Shared carousel foundation
   Page-specific carousel files keep visual direction and behavior. */

.carousel-wide {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.carousel-shell {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

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

.carousel-swiper .swiper-wrapper {
    align-items: stretch;
}

.carousel-swiper .swiper-slide {
    height: auto;
    flex-shrink: 0;
}

.carousel-card {
    position: relative;
    overflow: hidden;
}

.carousel-media {
    width: 100%;
    overflow: hidden;
}

.carousel-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-body {
    position: relative;
}

.carousel-swiper .swiper-button-next,
.carousel-swiper .swiper-button-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    z-index: 20;
}

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

.carousel-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #e0e0e0;
    opacity: 1;
    transition: 0.3s;
}

.carousel-swiper .swiper-pagination-bullet-active {
    width: 24px !important;
    height: 10px !important;
    border-radius: 5px !important;
    background: var(--primary-orange, #E67E22) !important;
}

.carousel-swiper .swiper-button-lock,
.carousel-swiper .swiper-pagination-lock {
    display: none !important;
}
