
.swiper-container {
    width: 100%;
    height: 300px;
}

.thumbnail-container {
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}
.thumbnail-container img {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: 2px solid transparent;
}
.thumbnail-container img.active {
    border-color: #eeee;
}