.product-offer-table.countDown>div {
  background: initial;
  font-size: initial;
  font-weight: initial;
  margin-bottom: initial;
  display: inline-flex;
  height: initial;
  padding: initial;
  text-align: initial;
  vertical-align: initial;
  width: 30px;
}

.event1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(../images/body-bg.jpg) #0c101b;
  margin-bottom: 50px;
  height: 100%;
  /* Ajusta altura dinamicamente */
}

.icon-edit-lancamento {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}

.event1-left {
  width: 73%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  /* Ajusta altura dinamicamente */
}

.event1-text {
  text-align: center;
  margin: auto;
  /* Isso centraliza verticalmente */
  padding: 0 5%;
  /* Mantém o espaçamento lateral */
  height: auto;
  /* Permite altura dinâmica */
}

.event1-text .txt1 {
  font-weight: 700;
  font-size: 13px;
  color: #8209c8;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.event1-text .txt2 {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.event1-text .txt3 {
  font-size: 14px;
  color: #5f5f5f;
}

.event1-right {
  float: right;
  width: 27%;
}

.event1-right img {
  width: 100%;
}

.event1-text .link-lancamento {
  font-weight: 700;
  font-size: 17px;
  color: #8209c8;
  text-transform: uppercase;
  padding-bottom: 10px;
}

@media (max-width: 1259.98px) {
  .event1-text {
    padding-top: 10px;
  }

  .event1-text .txt2 {
    padding-bottom: 5px;
  }

  .txt3 p {
    margin-bottom: 0px;
  }
}

@media (max-width: 991.98px) {
  .event1-text {
    padding-top: 20px;
  }

  .event1-left {
    padding-bottom: 20px;
  }

  .event1 {
    display: flex;
    flex-direction: column;
  }

  .event1-left,
  .event1-right {
    width: 100%;
  }

  .event1-left {
    order: 1;
  }

  .event1-right {
    order: 2;
  }

  .img-lancamento {
    max-height: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .event1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1259.98px) {
  .event1-text .txt1 {
    font-size: 15px;
  }

  #lancamento-div {
    margin-top: 40px !important;
  }

  .link-lancamento {
    margin-top: 20px;
  }
}

@media (min-width: 1450px) {
  .event1-text .txt1 {
    font-size: 20px;
  }
}

.clearfix2:before,
.clearfix2:after {
  content: " ";
  display: table;
}

.clearfix2:after {
  clear: both;
}


.product-offer-table {}

.deal-time-diff {
  display: none !important;
}

.product-offer-col {
  display: inline-block !important;
  vertical-align: top !important;
}

.product-offer-txt {
  text-align: center !important;
  font-size: 13px !important;
  color: #5f5f5f !important;
}

.product-offer-txt span {
  display: block !important;
  font-weight: 700 !important;
  font-size: 30px !important;
  color: #fff !important;
}

.product-offer-divider {
  display: inline-block !important;
  vertical-align: top !important;
  font-size: 20px !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 5px 20px 0 !important;
}

@media (max-width: 575.98px) {
  .product-offer-divider {
    padding: 8px 5px 0 !important;
  }
}

@media (max-width: 991px) {
  .product-offer-txt span {
    font-size: 20px !important;
  }

  .product-offer-txt {
    font-size: 10px !important;
  }

  .product-offer-divider {
    padding: 5px 5px 0 !important;
    font-size: 14px !important;
  }

  .event1-right {
    display: none;
  }
}