header::after {
  content: "";
  background-image: url(/assets/images/christmas-snow-repeat.svg);
  width: 100%;
  position: absolute;
  bottom: -15px;
  height: 100%;
  max-height: 20px;
  left: 0;
}

footer.site-footer::after {
  content: "";
  background-image: url(/assets/images/christmas-snow-repeat.svg);
  background-repeat-y: no-repeat;
  width: 100%;
  position: absolute;
  top: -10px;
  height: 100%;
  max-height: 50px;
  left: 0;
}

footer.site-footer::before {
  content: "";
  background-image: url(/assets/images/christmas-giftboxes.svg);
  background-repeat-y: no-repeat;
  width: 100%;
  position: absolute;
  top: -30px;
  height: 100%;
  max-height: 50px;
  left: 0;
  z-index: 1;
}
