
.slider-individual-v1-wrapper {
width: 100%;
max-width: 600px;
aspect-ratio: 1 / 1;
margin: 0 auto;
position: relative;
}
.slider-individual-v1 {
width: 100%;
height: 100%;
border-radius: 10px;
overflow: hidden;
}
.slider-individual-v1 img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 10px;
}
.swiper-pagination {
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
z-index: 10;
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
background: rgba(0,0,0,0.3);
margin: 0 4px;
border-radius: 50%;
opacity: 1;
transition: background-color 0.3s ease;
}
.swiper-pagination-bullet-active {
background: #000;
}