/** Shopify CDN: Minification failed

Line 28:1 Expected "}" to go with "{"

**/
.snow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

.snowflake {
  position: absolute;
  top: -10px;
  color: #ffffff !important;   /* force white */
  opacity: 1;                  /* grey hatane ke liye */
  filter: brightness(2);       /* extra white look */
  animation: fall 10s linear infinite;
}

@keyframes fall {
  to {
    transform: translateY(100vh);
 