.pswp {
    --pswp-icon-color: var(--text-color-modal);
    --pswp-bg: var(--bg-color-modal);
}
.pswp__bg {
    opacity: 1 !important;
}
.pswp__counter {
    text-shadow: none !important;
}
.pswp__button--zoom {
    display: none !important;
}


/* ------------ Set Toggler to FA */
.pswp__button--close svg {
    display:none;
}

.pswp__button--close::before {
    font-family: FontAwesome;
    content: "\e59b"; /* fa-xmark-large */
    font-size: 35px;
}