.black-friday-sale {
  display: none !important;
  background-size: cover;
  background-position: center;
  text-transform: uppercase;
  /* padding: 15px 15px 0px; */
  background-image: url(/cdn/onycostop/inc/assets-general/sales/black-friday-25/order/Step-2_Onyco_Black\ Friday_2025-04-mobile.webp);
  background-size: cover;
  height: 20vh;
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}

.black-friday-sale h2 {
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background-color: #d90000;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  margin: 0px;
}

.black-friday-sale .black-friday-sale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  height: 100%;
  width: 100%;
  margin-bottom: 30px;
}

.black-friday-sale .black-friday-sale-grid img {
  z-index: 10;
  position: relative;
}

.black-friday-sale .black-friday-sale-grid div p:nth-of-type(1) {
  color: white;
  font-size: 10px;
  position: absolute;
  top: 35%;
  left: 49%;
}

.black-friday-sale .black-friday-sale-grid div p:nth-of-type(2) {
  color: white;
  border: 1px solid white;
  text-align: center;
  padding: 5px;
}

.black-friday-sale .black-friday-sale-grid div p:nth-of-type(2) {
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .black-friday-sale {
    background-image: url(/cdn/onycostop/inc/assets-general/sales/black-friday-25/order/Step-2_Onyco_Black-Friday_2025-03-desktop.webp);
    height: 25vh;
  }

  .black-friday-sale .black-friday-sale-grid div p:nth-of-type(2) {
    width: max-content;
    margin: 0 auto;
  }

  .black-friday-sale .black-friday-sale-grid div p:nth-of-type(1) {
    left: 54%;
  }
}

@media only screen and (min-width: 1500px) and (max-height: 700px) {
  .black-friday-sale {
    height: 35vh;
  }
}
@media only screen and (min-width: 1600px) {
  .black-friday-sale {
    height: 20vh;
  }
}
