.mobile-only {
  visibility: visible;
}
@media (max-width: 750px) {
  .mobile-only {
    visibility: hidden;
  }
}

.row.newsletter {
  display: none;
}

main.nabsale-2024 {
  background: #15222b;
  overflow: hidden;
  padding-bottom: 15rem;
}
main.nabsale-2024 section {
  width: 1280px;
  max-width: 88%;
  margin: auto;
}
@media (max-width: 900px) {
  main.nabsale-2024 section {
    max-width: 97%;
  }
}
main.nabsale-2024 h1,
main.nabsale-2024 h2,
main.nabsale-2024 h3,
main.nabsale-2024 h4,
main.nabsale-2024 h5,
main.nabsale-2024 h6 {
  text-wrap: balance;
  text-transform: uppercase;
  font-weight: 800;
  font-family: BankGothic;
  letter-spacing: -0.2rem;
  line-height: 0.85;
}
main.nabsale-2024 h2 {
  text-align: center;
  font-size: 72px;
  line-height: 0.85;
  color: #f1d571;
  margin: 4.5rem 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 900px) {
  main.nabsale-2024 h2 {
    font-size: 48px;
  }
}
main.nabsale-2024 .detail-text {
  color: #9fb5bd;
  margin: auto;
  width: 600px;
  max-width: 85%;
  font-size: 1.35rem;
  text-wrap: pretty;
  text-align: center;
  margin-bottom: 4.25rem;
}
main.nabsale-2024 .outline-text {
  text-shadow: -1px -1px 0 #f1d571, 0 -1px 0 #f1d571, 1px -1px 0 #f1d571, 1px 0 0 #f1d571, 1px 1px 0 #f1d571, 0 1px 0 #f1d571, -1px 1px 0 #f1d571, -1px 0 0 #f1d571;
  color: #000;
}
main.nabsale-2024 .vert-glow {
  position: relative;
  border-radius: 40px;
  background: linear-gradient(#090909, #090909) padding-box, linear-gradient(to bottom, #f1d571, rgba(139, 124, 44, 0.6), #f1d571, #f1d571) border-box;
  border: 3px solid transparent;
}
main.nabsale-2024 .vert-glow::after {
  content: "&nbsp;";
  position: absolute;
  pointer-events: none;
  top: -13vw;
  left: 0;
  margin: auto;
  right: 0;
  width: 100%;
  height: 25vw;
  background: radial-gradient(50% 50% at 50% 50%, rgba(40, 152, 255, 0.4) 0%, rgba(20, 95, 164, 0.08) 48.44%, rgba(217, 217, 217, 0) 100%);
  z-index: 2;
  filter: blur(40px);
}
main.nabsale-2024 .vert-glow::before {
  content: "&nbsp;";
  pointer-events: none;
  position: absolute;
  bottom: -13vw;
  right: 0;
  left: 0;
  width: 100%;
  height: 25vw;
  background: radial-gradient(50% 50% at 50% 50%, rgba(160, 126, 255, 0.4) 0%, rgba(67, 36, 155, 0.07) 48.44%, rgba(217, 217, 217, 0) 100%);
  z-index: 2;
  filter: blur(40px);
}
main.nabsale-2024 .header-intro img {
  width: 100%;
  height: auto;
  mix-blend-mode: lighten;
}
main.nabsale-2024 .header-intro .glow-container {
  margin: 8rem 0;
}
main.nabsale-2024 .header-intro .sale-features {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 2rem;
}
@media (max-width: 1412px) {
  main.nabsale-2024 .header-intro .sale-features {
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  }
}
main.nabsale-2024 .header-intro .sale-features h3,
main.nabsale-2024 .header-intro .sale-features h4 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
@media (max-width: 900px) {
  main.nabsale-2024 .header-intro .sale-features h3,
main.nabsale-2024 .header-intro .sale-features h4 {
    font-size: 24px;
  }
}
main.nabsale-2024 .header-intro .sale-features h3 {
  color: #fff;
  margin-bottom: 0;
}
main.nabsale-2024 .header-intro .sale-features > div {
  border-top: 1px #f1d571 solid;
  padding-top: 16px;
  line-height: 0.8;
  margin-bottom: 4rem;
}
main.nabsale-2024 section.flash-deals .flash-grid {
  margin: 2.5rem 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
}
main.nabsale-2024 section.flash-deals .flash-grid > div {
  margin-bottom: 32px;
  padding-bottom: 18px;
  color: #b7d0da;
  text-transform: uppercase;
}
main.nabsale-2024 section.flash-deals .flash-grid > div.today {
  border: 1px solid #f1d571;
  border-radius: 12px;
}
main.nabsale-2024 section.flash-deals .flash-grid > div.today .outline-text {
  padding-left: 12px;
}
main.nabsale-2024 section.flash-deals .flash-grid > div.today small,
main.nabsale-2024 section.flash-deals .flash-grid > div.today h5,
main.nabsale-2024 section.flash-deals .flash-grid > div.today .flash-price {
  margin-left: 12px;
}
main.nabsale-2024 section.flash-deals .flash-grid > div.today .btn-sm {
  margin-right: 2rem;
}
@media (max-width: 900px) {
  main.nabsale-2024 section.flash-deals .flash-grid > div {
    margin-bottom: 12px;
  }
}
main.nabsale-2024 section.flash-deals .flash-grid h4 {
  font-size: 60px;
  border-bottom: 1px solid #f1d571;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  main.nabsale-2024 section.flash-deals .flash-grid h4 {
    font-size: 32px;
  }
}
main.nabsale-2024 section.flash-deals .flash-grid h5 {
  color: #fff;
  font-size: 23px;
  font-family: unset;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: unset;
}
@media (max-width: 900px) {
  main.nabsale-2024 section.flash-deals .flash-grid h5 {
    font-size: 18px;
  }
}
main.nabsale-2024 section.flash-deals .flash-grid .flash-price {
  font-weight: 700;
  font-size: 18px;
}
main.nabsale-2024 section.flash-deals .flash-grid .flash-price .reg-price {
  font-weight: 500;
  margin-left: 3rem;
  text-decoration: line-through #f1d571;
  text-decoration-thickness: 2.5px;
}
main.nabsale-2024 section.wheel-spin {
  margin-bottom: 8rem;
  padding: 0 24px;
}
main.nabsale-2024 section.wheel-spin iframe {
  border-radius: 24px;
  margin-bottom: 24px;
}
main.nabsale-2024 section.two-deals {
  margin: 3rem auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}
main.nabsale-2024 section.two-deals a:hover {
  color: #fff !important;
}
main.nabsale-2024 section.two-deals > .deal {
  background: linear-gradient(#15222b, #15222b) padding-box, linear-gradient(to bottom right, #f1d571, rgba(149, 137, 49, 0.6), #f1d571, #f1d571) border-box;
  border: 3px solid transparent;
  border-radius: 24px;
  overflow: hidden;
}
main.nabsale-2024 section.two-deals > .deal h3 {
  font-size: 28px;
  color: #f1d571;
}
main.nabsale-2024 section.two-deals > .deal img {
  width: 100%;
  height: auto;
}
main.nabsale-2024 section.two-deals > .deal img:hover {
  opacity: 0.8;
  transition: 0.35s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
}
main.nabsale-2024 section.two-deals > .deal .detail-text {
  text-align: left;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 1.25rem;
  width: 100%;
  max-width: 100%;
  flex: 1;
  pointer-events: none;
}
@media (max-width: 900px) {
  main.nabsale-2024 section.two-deals > .deal .detail-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
main.nabsale-2024 section.two-deals > .deal .detail-text strong:hover {
  color: #fff !important;
}
main.nabsale-2024 section.two-deals > .deal.popular-items {
  background: linear-gradient(#15222b, #15222b) padding-box, linear-gradient(to bottom right, #f1d571, rgba(149, 137, 49, 0.6), #f1d571, #f1d571) border-box;
}
main.nabsale-2024 section.two-deals > .deal.popular-items .woocommerce {
  background: #fff;
  border-radius: 24px;
  margin: 4rem;
  margin-top: 1rem;
  padding: 2.4rem;
}
main.nabsale-2024 section.two-deals > .deal.popular-items .woocommerce img {
  border-radius: 18px;
}
@media (max-width: 900px) {
  main.nabsale-2024 section.two-deals > .deal.popular-items .woocommerce {
    margin: 2rem;
    padding: 1rem;
  }
}
main.nabsale-2024 section.two-deals > .deal.popular-items .woocommerce h2 {
  color: #15222b;
  text-wrap: balance;
  text-transform: unset;
  font-weight: 600;
  font-family: unset;
  letter-spacing: unset;
}
main.nabsale-2024 section.two-deals .glow-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
main.nabsale-2024 section.two-deals.second {
  margin-bottom: 0;
}
