.square-swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    background: #CCCCCC;
    margin: 4px;

    cursor: pointer;
}

.square-swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 2px;
    background: var(--color-light-pink);
    margin: 4px;

    cursor: pointer;
    
}
/* 
.swiper-slide-active {
    width: 320px !important;
} */

/* .swiper-slide-active {
    width: 320px !important;
} */

.hidden-panel { 
    display: none;
}
