.santa-hat-holder {
  position: absolute;
  padding: 0.2rem;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.santa-hat-holder .fa-hat-santa::before {
  content: "\f7a7";
}
.santa-hat-holder .fa-hat-santa::after {
  opacity: 1;
}

header .secondary .discount {
  color: #f9be4b;
}

header.invert.transparent .primary a.logo svg {
  fill: #f8b229;
  /*.letter-i1, .letter-r, .letter-s2, .letter-n {
    fill: $logo-christmas-gold;
    transition: all 0.3s ease-in-out;
  }
  .letter-m, .letter-e,.letter-i2 {
    fill: $logo-christmas-gold;
    transition: all 0.3s ease-in-out;
  }*/
}

/*header.invert a.logo svg { 
  .letter-i1, .letter-r, .letter-s2, .letter-n {
    fill: rgb(var(--rgb-primary));
    transition: all 0.3s ease-in-out;
  }
  .letter-m, .letter-e,.letter-i2 {
    fill: rgb(var(--rgb-primary));
    transition: all 0.3s ease-in-out;
  }
}*/
header .primary .logo {
  position: relative;
}
header .primary .logo .santa-hat-holder {
  right: 24px;
  top: -10px;
  width: 12px;
  height: 15px;
  transform: rotateZ(15deg);
}
header .primary .logo .santa-hat-holder .fa-hat-santa {
  font-size: 1.3rem;
  color: #fff;
}
header .primary .logo .santa-hat-holder .fa-hat-santa::before {
  color: #ca262b;
}
header .primary .logo .santa-hat-holder .fa-hat-santa::after {
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.55));
}

header .primary .icons button, header .primary .icons a.christmas {
  position: relative;
}
header .primary .icons button .santa-hat-holder, header .primary .icons a.christmas .santa-hat-holder {
  right: 12px;
  top: -10px;
  width: 12px;
  height: 15px;
  transform: rotateZ(-15deg);
}
header .primary .icons button .santa-hat-holder .fa-hat-santa, header .primary .icons a.christmas .santa-hat-holder .fa-hat-santa {
  font-size: 0.95rem;
  transform: scaleX(-1);
  color: #c13a3d;
}
header .primary .icons button .santa-hat-holder .fa-hat-santa::before, header .primary .icons a.christmas .santa-hat-holder .fa-hat-santa::before {
  color: #2b794d;
}

.home .christmas-discount {
  min-height: calc(100vh - var(--header-height-tertiary) * 3);
  isolation: isolate;
}
@media only screen and (max-width: 600px) {
  .home .christmas-discount {
    min-height: 100vh;
  }
}
.home .christmas-discount p.heading {
  color: rgb(var(--rgb-primary)/100%);
  text-transform: uppercase;
  word-spacing: 0.65rem;
  font-weight: 800;
}
.home .christmas-discount .bg {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/images/banner/mega-laser-cheese-cropped.jpg");
  background-size: cover;
  background-position: right bottom;
  z-index: -1;
  filter: saturate(1.2);
}

/*::selection {
  background-color: $logo-christmas-green;
}*/

/*# sourceMappingURL=styles-christmas.css.map */
