﻿.all_products_overlay_show {
    top: 84px;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.10);
    transition: all .25s ease;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
