.catalog-home {
    position: relative;
    overflow: hidden;
}

.snow-layer {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 5;
}

.catalog-home>*:not(.snow-layer) {
    position: relative;
    z-index: 1;
}

.snow-layer canvas {
    width: 100%;
    height: 100%;
    display: block;
}

.snow-layer::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background-image: url("/images/christmas/snow-ground.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 50px;
    pointer-events: none;
    z-index: 6;
}