html {
  scroll-behavior: smooth;
}

body {
  margin-top:2.5rem;
}

.comparison thead {
  top:5rem;
}

.top-hero::before {
  top: 2.2rem !important;
  height: 120px !important;
}

header.header-navigation_fill_bg, .hero-container:before {
  top: 2.2rem;
}

@media screen and (max-width: 768px) {
  body {
    margin-top:6rem;
  }
  body:has(.main-nav.open-menu) {
    margin-top:0rem;
  }
  header.header-navigation_fill_bg {
    top:6.2rem;
  }
  .hero-container:before {
    top:4rem;
    height:120px;
  }
  body:has(.main-nav.open-menu) header.header-navigation_fill_bg {
    top:0;
  }
  .comparison thead {
    top:10rem;
  }
}


.old-price {
  color:#999999;
  position: relative;
}

.old-price::before {
  content: "";
  display:block;
  position: absolute;
  top:0px;
  left:50%;
  transform: translateX(-50%) rotate(45deg);
  border: 1px solid #CC5B60;
  width:0;
  height:26px;
}

.bf-badge {
  background-color: #0A0A0A;
  color: #94FA91;
  padding: .5rem 1rem;
  border-radius: 8px;
  font-size: .8rem;
  display: flex;
  margin-bottom: .5rem;
  max-width: fit-content;
}

@keyframes neon {
  from {
    text-shadow:
    0 0 6px #94fa9112,
    0 0 30px #94fa9158,
    0 0 12px #94fa9142,
    0 0 21px #94fa91c4,
    0 0 34px #94FA91b0,
    0 0 54px #94fa91e4;
  }
  to {
    text-shadow:
    0 0 6px #94fa9142,
    0 0 30px #94fa917a,
    0 0 12px #94fa9142,
    0 0 22px #94FA91,
    0 0 38px #94FA91b0,
    0 0 60px #94FA91;
  }
}

.bf-badge > * {
  animation: neon .1s ease-in-out infinite alternate;
  &:focus,
	&:hover {
    color: #94fa91;
		text-shadow:
    0 0 2px #94fa9142,
    0 0 10px #94fa917a,
    0 0 4px #94fa9142,
    0 0 7px #94FA91,
    0 0 11px #94fa91b0,
    0 0 16px #94FA91;
	}
}

.neon.link {
  color: #94FA91;
  text-decoration-color: #94FA91;
}
.neon.link:hover {
  color: #c2fdbf;
  text-decoration-color: #c2fdbf;
}

#countdown-wrapper {
  color: white;
  transform: translateY(-100%);
  width: 100%;
  height: 0;
  padding: 0;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
#countdown-wrapper.black-friday-banner {
  background-image: linear-gradient(77deg, #5FA186 -17%, #1F1F1F 21.69%, #1F1F1F 46.81%, #1F1F1F 81.28%, #5FA186 103.39%);
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#countdown-wrapper.black-friday-banner.visible {
  transform: translateY(0);
  height: auto;
  padding: 0.1rem 1rem 0.6rem;
}
@media (min-width: 991px) {
  #countdown-wrapper.black-friday-banner.visible {
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 640px) {
  #countdown-wrapper.black-friday-banner.visible {
    padding: 0.3rem 1rem;
  }
}
@media (max-width: 340px) {
  #countdown-wrapper.black-friday-banner.visible {
    padding: 0.25rem 0.5rem 0.5rem;
  }
}
#countdown-wrapper.black-friday-banner > div {
  max-width: 1400px;
  margin: auto;
}
#countdown-wrapper.black-friday-banner img.bf-lettering {
  width: 100%;
  max-width: 300px;
  margin-top: -18px;
  margin-left: -30px;
}
@media (max-width: 780px) {
  #countdown-wrapper.black-friday-banner img.bf-lettering {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #countdown-wrapper.black-friday-banner img.bf-lettering {
    max-width: 230px;
  }
}
#countdown-wrapper.black-friday-banner .neon-text {
  font-family: inherit;
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  text-shadow: 0px -2px 18px #94fa9142, 0px 0px 4px #94FA91;
}
@media (min-width: 1100px) {
  #countdown-wrapper.black-friday-banner .neon-text {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #countdown-wrapper.black-friday-banner .neon-text {
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
}
@media (min-width: 415px) and (max-width: 640px) {
  #countdown-wrapper.black-friday-banner .neon-text {
    font-size: 1rem;
    line-height: 1.3;
  }
}
@media (max-width: 414px) {
  #countdown-wrapper.black-friday-banner .neon-text {
    font-size: 1rem;
  }
}
#countdown-wrapper.black-friday-banner span.countdown {
  color: white;
}
#countdown-wrapper #js_clockdiv {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
@media (min-width: 1100px) {
  #countdown-wrapper #js_clockdiv {
    transform: scale(1.15);
    margin-right: 1rem;
  }
}

@media (max-width: 414px) {
  #countdown-wrapper #js_clockdiv {
    transform: scale(0.9);
  }
}
#countdown-wrapper #js_clockdiv > div {
  text-align: center;
}
#countdown-wrapper #js_clockdiv > div:not(:last-child)::after {
  content: " : ";
  position: absolute;
  margin-left:8px;
}
#countdown-wrapper .countdown--digit {
  font-size: 0.8rem;
  display: inline-block;
  font-family: inherit;
  font-weight: 500;
  line-height: 0.5;
}
#countdown-wrapper .countdown--date {
  font-size: 0.8rem;
}
#countdown-wrapper .extra-info {
  display: block;
  font-family: inherit;
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
  color: white;
  text-shadow: 0px -2px 18px #94fa9142, 0px 0px 4px #94FA91;
}
@media (max-width: 499px) {
  #countdown-wrapper .extra-info {
    display: none;
  }
}
#countdown-wrapper .asterisk {
  display: inline-block;
  font-weight: 300;
}
@media (min-width: 500px) {
  #countdown-wrapper .asterisk {
    display: none;
  }
}

.bf-space-top {
  margin-top: 5rem;
}
@media (max-width: 990px) {
  .bf-space-top {
    margin-top: 3.5rem;
  }
}

.button.login {
  background-color: white;
}