/**
 * EverPack Option Images - Native Gallery Integration
 * Fallbacks in case theme slider doesn't immediately re-init
 */

/* If FlexSlider is not active, ensure images stack nicely */
.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

/* Ensure injected thumbs inherit standard flex nav styles */
.flex-control-nav.flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
}