/**
 * BresciaPC · WooCommerce gallery: one deterministic zoom icon.
 * Suppresses WooCommerce pseudo-icons and any legacy glyph remnants.
 */
.single-product .woocommerce-product-gallery__trigger::before,
.single-product .woocommerce-product-gallery__trigger::after {
    content: none !important;
    display: none !important;
}

.single-product .woocommerce-product-gallery__trigger {
    font-size: 0 !important;
    line-height: 1 !important;
    text-indent: 0 !important;
    overflow: hidden;
}

.single-product .woocommerce-product-gallery__trigger > *:not(.bpc-gallery-zoom-icon) {
    display: none !important;
}

.single-product .woocommerce-product-gallery__trigger .bpc-gallery-zoom-icon {
    display: block;
    width: 22px;
    height: 22px;
    margin: 0;
    color: currentColor;
    fill: none;
    stroke: currentColor;
    pointer-events: none;
}

.single-product .woocommerce-product-gallery__trigger:focus-visible {
    outline: 3px solid var(--bspc-blue-primary, #0066cc);
    outline-offset: 3px;
}
