
body {
    position: relative;
    background: #d2d2d2;
}


body::after {
    content: '';
    display: block;
    position: fixed; 
    z-index: 9999; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; 
    background-image: 
        url('https://cdn.shopify.com/s/files/1/0924/5691/1147/files/snow1.webp?v=1739387965'), 
        url('https://cdn.shopify.com/s/files/1/0924/5691/1147/files/snow2.webp?v=1739387941'), 
        url('https://cdn.shopify.com/s/files/1/0924/5691/1147/files/snow3.webp?v=1739387941');
    animation: snow 10s linear infinite;
}


@keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
    50% { background-position: 500px 500px, 100px 200px, -100px 150px; }
    100% { background-position: 500px 1000px, 200px 400px, -100px 300px; }
}
/*
body {
    position: relative;
    background: #d2d2d2;
}


body::after {
    content: '';
    display: block;
    position: fixed; 
    z-index: 9999; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; 
    background-image: 
        url(''), 
        url('https://d3m889aznlr23d.cloudfront.net/img/events/id/458/458632469/assets/02e14abfb6fe80fd0203d65c66e96629.33c.Faisal-Mawani-transparent.png'), 
        url('https://d3m889aznlr23d.cloudfront.net/img/events/id/458/458632469/assets/02e14abfb6fe80fd0203d65c66e96629.33c.Faisal-Mawani-transparent.png');
    background-size: 30px, 40px, 50px; 
    background-repeat: repeat;
    animation: snow 10s linear infinite;
}


@keyframes snow {
    0% { background-position: 0px 0px, 0px 0px, 0px 0px; }
    50% { background-position: 500px 500px, 200px 300px, -200px 250px; }
    100% { background-position: 500px 1000px, 400px 600px, -200px 500px; }
}
*/
