.black-friday-2025,
.bf-hurry {
  display: none !important;
}
.black-friday-2025 {
  position: relative;
  text-transform: uppercase;
}

.black-friday-2025 .bf-top-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
}

.black-friday-2025 h2 {
  color: white;
  font-weight: 600;
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.black-friday-2025 .bf-top-container .bf {
  background-color: #d90000;
  color: white;
  text-align: center;
  padding: 5px 10px;
  font-size: 22px;
  margin-bottom: 20px;
}

.black-friday-2025 .bf-top-container span {
  color: white;
  display: block;
  text-align: center;
  position: absolute;
  left: 60px;
  font-size: 18px;
}

.black-friday-2025 .bf-bottom-container {
  position: absolute;
  bottom: 30%;
  right: 30px;
  text-align: right;
}

.black-friday-2025 .bf-bottom-container span {
  display: block;
  border: 1px solid white;
  padding: 5px;
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

.black-friday-2025 .bf-bottom-container a.bf-cta {
  background-color: #d90000;
  color: white;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 20px;
  display: inline-block;
}

.bf-hurry {
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}
.bf-hurry h2 {
  font-size: 22px;
  margin-bottom: 5px;
}
.bf-hurry p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: black;
}
.bf-hurry img {
  width: 25px;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) {
  .black-friday-2025 {
    padding-top: 30px;
    background-size: cover;
    background-position: bottom;
    background-image: url(/cdn/onycostop/inc/assets-general/sales/black-friday-25/index/Index_Onyco_Black\ Friday_2025-05.webp);
  }

  .black-friday-2025 .bf-top-container {
    top: 0;
  }

  .black-friday-2025 .hidden_on_desktop {
    display: none !important;
  }

  .black-friday-2025 .bf-bottom-container {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bf-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-top: 30px;
  }

  .bf-bottom-container div.hidden_on_mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bf-bottom-container div.hidden_on_mobile p:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
    color: white;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }

  .bf-bottom-container div.hidden_on_mobile p:nth-of-type(1) b {
    height: 12px;
    width: 50px;
    background-color: white;
    display: block;
    margin-top: 8px;
  }

  .bf-bottom-container div.hidden_on_mobile p:nth-of-type(2) {
    font-size: 80px;
    color: white;
    font-weight: 800;
  }
}

@media only screen and (min-width: 992px) {
  .black-friday-2025 .bf-top-container {
    top: 20px;
  }

  .black-friday-2025 .bf-top-container .bf {
    font-size: 18px;
  }

  .bf-grid {
    grid-template-columns: repeat(3, 280px);
    justify-content: center;
    column-gap: 15px;
  }

  .bf-bottom-container div.hidden_on_mobile p:nth-of-type(2) {
    font-size: 100px;
  }

  .black-friday-2025 h2 {
    font-size: 20px;
  }

  .black-friday-2025 .bf-bottom-container span,
  .black-friday-2025 .bf-bottom-container a.bf-cta {
    font-size: 18px;
  }

  .bf-hurry p {
    font-size: 14px;
  }

  .bf-product.hidden_on_mobile img {
    margin-bottom: -3px;
  }
}

@media only screen and (min-width: 1200px) {
  .black-friday-2025 {
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .bf-grid {
    grid-template-columns: 350px 280px 280px;
  }
}

@media only screen and (min-width: 1400px) {
  .black-friday-2025 {
    height: 55vh;
  }
}

@media only screen and (min-width: 1600px) {
  .black-friday-2025 {
    height: 45vh;
  }
  .bf-grid {
    grid-template-columns: 450px 300px 300px;
  }

  .black-friday-2025 h2 {
    font-size: 30px;
  }

  .bf-bottom-container div.hidden_on_mobile p:nth-of-type(2) {
    font-size: 125px;
  }
}
