.promo-ea {
  border-radius: 5px;
  margin: 0;
  box-shadow: 0 1px 6px #e2e2e2;
  overflow: hidden;
}

.promo-ea-top {
  background: linear-gradient(135deg, #ff3d3d, #ff7a18);
  padding: 10px 15px;
  color: #fff;
}

.badge-ea {
  display: inline-block;
  background: rgba(139,49,49,.8);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}

.promo-ea-top h2 {
  margin: 0 0 10px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.promo-ea-top p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  opacity: .95;
}

.promo-ea-bot {
  background: #fff;
  padding: 25px;
}

.timer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.timer-head span {
  font-size: 14px;
  font-weight: 600;
  color: #5a5a5a;
}

.timer-head small {
  font-size: 12px;
  color: #9b9b9b;
}

.timer-box {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.timer-box > div {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 14px 8px;
  flex: 1;
  text-align: center;
  min-width: 65px;
}

.timer-box .discount-box {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
}

.timer-box strong {
  display: block;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-bottom: 0px;
}

.timer-box small {
  display: block;
  font-size: 8px;
  color: rgba(255,255,255,.7);
  font-weight: 600;
  letter-spacing: .5px;
}

.timer-foot {
  text-align: center;
}

.timer-foot p {
  margin: 0 0 10px;
  font-size: 12px;
  color: #6b6b6b;
}

.timer-foot span {
  display: inline-block;
  background: #f0f0f0;
  color: #1a1a1a;
  padding: 6px 16px;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .promo-ea-top h2 {
    font-size: 22px;
  }
  .timer-box {
    gap: 8px;
  }
  .timer-box > div {
    min-width: 55px;
    padding: 10px 6px;
  }
  .timer-box strong {
    font-size: 22px;
  }
}

/* Module Product List Styles */
.desconto-estoque-antigo {
  margin: 25px 0;
}

.desconto-estoque-antigo .promo-title {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
  color: white;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.desconto-estoque-antigo .promo-title .title-text {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.desconto-estoque-antigo .promo-title .title-timer {
  display: flex;
  align-items: center;
  gap: 15px;
}

.desconto-estoque-antigo .promo-title .timer-label {
  font-size: 16px;
  font-weight: normal;
}

.desconto-estoque-antigo .promo-title .timer-boxes {
  display: flex;
  align-items: center;
  gap: 5px;
}

.desconto-estoque-antigo .promo-title .time-box {
  background: rgb(0, 0, 0);
  color: #ffffff;
  padding: 8px 12px;
  border-radius: 5px;
  min-width: 45px;
  text-align: center;
}

.desconto-estoque-antigo .promo-title .time-box strong {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  display: block;
}

.desconto-estoque-antigo .promo-title .separator {
  font-size: 24px;
  font-weight: bold;
  color: white;
}

@media (max-width: 768px) {
  .desconto-estoque-antigo .promo-title {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .desconto-estoque-antigo .promo-title .title-timer {
    flex-direction: column;
    gap: 10px;
  }
}

.desconto-estoque-antigo .promo-carousel-wrapper {
  position: relative;
  background: transparent !important;
}

.desconto-estoque-antigo .swiper-viewport {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.desconto-estoque-antigo .swiper-container {
  background: transparent !important;
}

.desconto-estoque-antigo .swiper-slide {
  padding: 0 5px;
  box-sizing: border-box;
  background: transparent !important;
}

@media (max-width: 767px) {
  .desconto-estoque-antigo .swiper-slide {
    padding: 0 0px;
  }
}

.desconto-estoque-antigo .swiper-slide .promo-ea {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.desconto-estoque-antigo .swiper-button-prev,
.desconto-estoque-antigo .swiper-button-next {
  background: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
}

.desconto-estoque-antigo .swiper-button-prev:hover,
.desconto-estoque-antigo .swiper-button-next:hover {
  background:#ffffff00;
}

.desconto-estoque-antigo .swiper-pagination {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .desconto-estoque-antigo .swiper-button-prev,
  .desconto-estoque-antigo .swiper-button-next {
    display: none;
  }
}

.desconto-estoque-antigo .product-card {
  margin-bottom: 0;
}

/* Novo estilo de card */
.desconto-estoque-antigo .card-ea {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px 0 rgba(99,99,99,.2);
  transition: transform 0.2s, box-shadow 0.2s;
  border:1px solid #e5e5e5;
  margin-bottom: 5px;
  margin-top: 4px;
}

.desconto-estoque-antigo .card-ea:hover {
  transform: translateY(-4px);
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.desconto-estoque-antigo .image-wrapper {
  position: relative;
  background: #f2f2f2;
  padding: 0px;
  text-align: center;
}

.desconto-estoque-antigo .image-wrapper img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  opacity: 1 !important;
  visibility: visible !important;
  min-height: 150px;
  background: transparent;
}

.desconto-estoque-antigo .image-wrapper .clock-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: none;
  z-index: 10;
}

.desconto-estoque-antigo .discount-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #ff6b3542 0%, #f7931e7d 100%);
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  text-shadow:0 1px 0 #ffffffba;
}

.desconto-estoque-antigo .card-content {
  padding: 15px;
}

.desconto-estoque-antigo .product-title {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  min-height: 28px;
  line-height: 1.4;
}

.desconto-estoque-antigo .product-title a {
  color: #333;
  text-decoration: none;
}

.desconto-estoque-antigo .product-title a:hover {
  color: #FF6B35;
}

.desconto-estoque-antigo .price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
  margin-bottom: 0px;
}

.desconto-estoque-antigo .price-new {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 4px 0;
  display: block;
}

.desconto-estoque-antigo .price-new span {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}

.desconto-estoque-antigo .price-current {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  display: block;
}

.desconto-estoque-antigo .installments {
  font-size: 14px;
  color: #555;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .desconto-estoque-antigo .swiper-button-prev,
  .desconto-estoque-antigo .swiper-button-next {
    display: none;
  }
}
