.notFoundWrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    min-height: 50vh;
    background-color: white;
    position: relative;
    z-index: 1;
}

.notFoundWrapper :is(h1, span, p, a) {
    color: #eee;
    text-align: center;
}

.notFoundWrapper picture {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    top: 0;
    left: 0;
    z-index: -1;
}

.notFoundWrapper picture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.notFoundWrapper h1 {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.notFoundWrapper span {
    font-size: 16px;
    line-height: 1.66em;
    margin-bottom: 30px;
}

.notFoundWrapper a {
    padding: 20px 28px;
    font-size: 14px;
    line-height: 100%;
    background-color: #d3290e;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
}

body.hide-product-grid #mk-archive-products {
	display: none !important;
}