/**
 * Iconic Gallery Slider - Frontend
 * ซ่อน Preview และแสดง Swiper ด้วย styles เหมือน #gallery
 */

/* ซ่อน preview */
.iconic-gallery-preview {
    display: none !important;
}

/* แสดง gallery */
.iconic-gallery-wrapper > .gallery {
    display: block !important;
}

/* Reset wrapper */
.iconic-gallery-wrapper {
    display: block;
    margin: 0;
}

/* ===== Gallery Styles (เหมือน #gallery เดิม) ===== */
.iconic-gallery-wrapper > .gallery {
    width: 100%;
    margin: 0;
    position: relative;
    display: block;
}

.iconic-gallery-wrapper > .gallery .gallery-next {
    right: 15px;
    top: calc(50% + 20px);
    background-image: none !important;
}

.iconic-gallery-wrapper > .gallery .gallery-prev {
    left: 15px;
    top: calc(50% + 20px);
    background-image: none !important;
}

.iconic-gallery-wrapper > .gallery .gallery-next i,
.iconic-gallery-wrapper > .gallery .gallery-prev i {
    width: 24px;
    height: 40px;
    font-size: 2.5em;
    color: #000;
    z-index: 99;
    display: block;
    position: absolute;
}