/**
 * Gallery Revolution — Hide Native Gallery
 *
 * Covers all supported themes: Classic (1.7/8.x), Hummingbird (9.x), Warehouse.
 * Only loaded on product pages when hide_native_gallery is enabled.
 */

/* PS 1.7.x / 8.x Classic theme */
.images-container .product-cover,
.images-container .js-qv-mask,
.images-container .scroll-box-arrows,
#product-modal {
    display: none !important;
}

/* PS 9.x Hummingbird theme */
.product__carousel,
.product__thumbnails,
.product__zoom-button,
.product-images-modal {
    display: none !important;
}

/* Warehouse theme (iqit) */
.iqithtmlandbanners ~ .images-container,
body[class*='warehouse'] .images-container {
    display: none !important;
}
.after-cover-tumbnails {
    text-align: left;
}
