.shadow-overlay-section.shopify-section:not(:has(.shadow-overlay)) {
    display: none
}

.shadow-overlay-section.shopify-section:has(.shadow-overlay) {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    padding: 0;
    margin: 0;
    min-height: 0;
    pointer-events: none;
    border: 0
}
.footer:not(.color-scheme-1){
    z-index: 10;
    position: relative;
}
.shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: var(--shadow-overlay-opacity, .3);
    mix-blend-mode: hard-light
}

.shadow-overlay img,
.shadow-overlay__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none
}