/*!
Theme Name: WILSON & MYERS
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: WILSON & MYERS

*/

.hidden-strong {
    display: none !important;
}

/* GLightbox navigation buttons control */
.glightbox-button-hidden {
    display: none !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

/* Ensure navigation buttons are properly hidden for single images */
.gcontainer .gprev.glightbox-button-hidden,
.gcontainer .gnext.glightbox-button-hidden {
    display: none !important;
}

/* Hide disabled navigation buttons */
.gcontainer .gprev.disabled,
.gcontainer .gnext.disabled {
    display: none !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.gcontainer .disabled {
    display: none !important;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}