.offer-noimg {
  background: #f2f6fa;
  border: 2px dashed #bfcbd6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bfcbd6;
  font-size: 1.1rem;
  font-weight: 600;
}
.noimg-text {
  color: #bfcbd6;
  font-size: 1.05rem;
  font-weight: 600;
  text-align: center;
}
/* Estilos para la sección de ofertas y carrusel CYBERPUNK */
.offers-section {
  background: transparent !important;
  padding: 44px 0 32px 0;
  margin-top: 0;
}
.offers-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 18px;
  text-align: center;
}
.offers-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff !important;
  margin-bottom: 18px;
  letter-spacing: 0.04em;
  
}
.offers-tabs {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-bottom: 32px;
}
.offers-tab {
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 65, 194, 0.15) !important;
  color: #ffffff !important;
  font-size: 1.15rem;
  font-weight: 700;
  padding: 12px 44px;
  border-radius: 50px !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.18s, color 0.18s, border-color 0.18s, box-shadow 0.18s;
}
.offers-tab.active {
  background: rgba(0, 65, 194, 0.8) !important;
  color: #fff !important;
  border: 1px solid #0041C2 !important;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.offers-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  margin-top: 12px;
}
.offers-carousel .carousel-track {
  /* Deshabilitar desplazamiento manual: no mostrar barra y no permitir scroll por usuario */
  overflow-x: hidden !important;
}
.carousel-btn {
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%) !important;
  backdrop-filter: blur(6px) !important;
  color: #0041C2 !important;
  border-radius: 14px;
  width: 56px;
  height: 56px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(2,6,23,0.12);
  transition: background 180ms ease, box-shadow 180ms ease, color 180ms ease;
  z-index: 2;
  border: none !important;
}
.carousel-btn:hover {
  /* Evitar cambio brusco a fondo azul/ícono blanco. Mantener fondo claro y color del ícono. */
  background: linear-gradient(180deg, #f4f8ff 0%, #eaf4ff 100%) !important;
  color: #0041C2 !important;
  box-shadow: 0 14px 30px rgba(2,6,23,0.12) !important;
}
.carousel-track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  padding: 8px 0;
}
/* Hide scrollbar for WebKit browsers */
.carousel-track::-webkit-scrollbar { display: none; }
.offer-card {
  background: rgba(248, 251, 255, 0.95) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(0, 65, 194, 0.15) !important;
  border-radius: 16px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08) !important;
  min-width: 320px;
  max-width: 360px;
  padding: 28px 18px 32px 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.18s, border-color 0.18s;
}
.offer-card:hover {
  box-shadow: 0 6px 20px rgba(0, 65, 194, 0.12) !important;
  transform: translateY(-3px);
  border-color: #0041C2 !important;
}
.offer-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff3b3b;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(255,59,59,0.13);
}
.offer-badge.discount {
  /* Neutralizamos reglas antiguas y forzamos el estilo más vivo */
  background: linear-gradient(135deg, #FF1744 0%, #FF4569 100%) !important;
  color: #fff !important;
  padding: 6px 12px !important;
  border-radius: 18px !important;
  font-weight: 800 !important;
  font-size: 0.9rem !important;
  box-shadow: 0 8px 22px rgba(255, 23, 68, 0.48) !important;
  border: none !important;
  animation: none !important;
  transform: none !important;
}
.offer-badge.featured {
  left: auto;
  right: 10px;
  background: #2176c1;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  z-index: 3;
  box-shadow: 0 2px 8px rgba(33,118,193,0.13);
}
.offer-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  margin-bottom: 22px;
  background: #f2f6fa;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(33,118,193,0.10);
}
.offer-info {
  text-align: center;
  margin-top: 8px;
}
.offer-brand {
  font-weight: 800;
  color: #00D4FF !important;
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 2px;
  
}
.offer-name {
  font-weight: 600;
  color: #0041C2 !important;
  font-size: 1rem;
  display: block;
  margin-bottom: 2px;
}
.offer-desc {
  font-size: 0.95rem;
  color: rgba(0, 0, 0, 0.7) !important;
  display: block;
}
@media (max-width: 900px) {
  .carousel-track {
    gap: 12px;
  }
  .offer-card {
    min-width: 180px;
    max-width: 220px;
    padding: 12px 6px 16px 6px;
  }
  .offer-img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .offers-tabs {
    flex-direction: column;
    gap: 8px;
  }
  .carousel-track {
    gap: 8px;
  }
}

