/* ==========================================================================
   INTERFAZ E-COMMERCE PREMIUM - MODO OSCURO (SHOP INDUSTRIAL)
   ========================================================================== */

#telware-shop-showroom {
  background-color: #030712 !important;
  color: #f3f4f6 !important;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
  overflow-x: hidden !important;
}

#telware-shop-showroom * {
  box-sizing: border-box !important;
}

#telware-shop-showroom .shop-container {
  width: 90% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* 1. SHOP HERO CABECERA */
#telware-shop-showroom .shop-showroom-header {
  padding: 60px 0 20px 0 !important;
  position: relative !important;
  text-align: left !important;
}

#telware-shop-showroom .shop-header-blur {
  position: absolute !important;
  top: 0 !important;
  left: 10% !important;
  width: 400px !important;
  height: 200px !important;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.04) 0%, transparent 70%) !important;
  filter: blur(30px) !important;
  pointer-events: none !important;
}

#telware-shop-showroom .shop-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  padding: 6px 14px !important;
  border-radius: 30px !important;
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: #3b82f6 !important;
  margin-bottom: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

#telware-shop-showroom .badge-dot {
  width: 6px !important;
  height: 6px !important;
  background-color: #3b82f6 !important;
  border-radius: 50% !important;
  box-shadow: 0 0 8px #3b82f6 !important;
}

#telware-shop-showroom .shop-main-title {
  font-size: 36px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: -0.02em !important;
  margin: 0 0 10px 0 !important;
}

#telware-shop-showroom .shop-subtitle {
  font-size: 15px !important;
  color: #9ca3af !important;
  max-width: 800px !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* 2. MAQUETACIÓN E-COMMERCE (DISEÑO ASIDE + MAIN) */
#telware-shop-showroom .shop-marketplace-core {
  padding: 30px 0 80px 0 !important;
}

#telware-shop-showroom .shop-layout-flex {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 40px !important;
  align-items: start !important;
}

/* Barra lateral de filtros */
#telware-shop-showroom .filter-sticky-card {
  position: sticky !important;
  top: 30px !important;
  background-color: #090f1f !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  border-radius: 8px !important;
  padding: 24px !important;
}

#telware-shop-showroom .filter-sidebar-title {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin: 0 0 20px 0 !important;
  letter-spacing: 0.03em !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

#telware-shop-showroom .filter-sidebar-title svg {
  width: 16px !important;
  height: 16px !important;
  color: #3b82f6 !important;
}

/* Botones de Categoría Estilo Píldora Industrial */
#telware-shop-showroom .categories-pill-box {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}

#telware-shop-showroom .category-pill-link {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 16px !important;
  background: rgba(255, 255, 255, 0.01) !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  border-radius: 6px !important;
  color: #9ca3af !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

#telware-shop-showroom .category-pill-link .pill-indicator {
  opacity: 0 !important;
  transform: translateX(-5px) !important;
  transition: all 0.2s ease !important;
  color: #3b82f6 !important;
  font-weight: bold !important;
}

#telware-shop-showroom .category-pill-link:hover {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
}

#telware-shop-showroom .category-pill-link:hover .pill-indicator {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

#telware-shop-showroom .pill-active {
  background: rgba(59, 130, 246, 0.06) !important;
  border-color: rgba(59, 130, 246, 0.3) !important;
  color: #3b82f6 !important;
  font-weight: 600 !important;
}

#telware-shop-showroom .pill-active .pill-indicator {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Meta información superior de la Grilla */
#telware-shop-showroom .showcase-meta-bar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
  padding-bottom: 14px !important;
  margin-bottom: 25px !important;
}

#telware-shop-showroom .results-counter {
  font-size: 14px !important;
  color: #64748b !important;
  margin: 0 !important;
}

#telware-shop-showroom .results-counter span {
  color: #ffffff !important;
  font-weight: 600 !important;
}

/* 3. GRILLA DE TIENDA ONLINE AVANZADA */
#telware-shop-showroom .products-premium-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 24px !important;
}

/* Tarjeta de Producto Individual */
#telware-shop-showroom .product-corporate-card {
  background-color: #090f1f !important;
  border: 1px solid rgba(255, 255, 255, 0.04) !important;
  border-radius: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease, box-shadow 0.3s ease !important;
}

#telware-shop-showroom .product-corporate-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(59, 130, 246, 0.25) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4) !important;
}

/* Contenedor de Imagen con Efecto Zoom */
#telware-shop-showroom .card-image-wrapper {
  background-color: #0d1527 !important;
  padding: 24px !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.02) !important;
}

#telware-shop-showroom .product-fluid-image {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

#telware-shop-showroom .product-corporate-card:hover .product-fluid-image {
  transform: scale(1.06) !important;
}

/* Badge flotante en la tarjeta */
#telware-shop-showroom .card-stock-badge {
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  background-color: rgba(30, 41, 59, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  color: #94a3b8 !important;
  padding: 4px 10px !important;
  border-radius: 4px !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
  z-index: 2 !important;
  backdrop-filter: blur(4px) !important;
}

/* Contenido de texto y CTA */
#telware-shop-showroom .card-info-content {
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  flex-grow: 1 !important;
}

#telware-shop-showroom .product-item-title {
  font-size: 14.5px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  line-height: 1.4 !important;
  margin: 0 0 14px 0 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  height: 40px !important;
}

/* Fila de Precios */
#telware-shop-showroom .product-pricing-row {
  display: flex !important;
  align-items: flex-end !important;
  gap: 4px !important;
  margin-bottom: 20px !important;
  margin-top: auto !important;
}

#telware-shop-showroom .currency-tag {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #3b82f6 !important;
  margin-bottom: 2px !important;
}

#telware-shop-showroom .price-value {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

/* Botón de Acción Técnico */
#telware-shop-showroom .btn-card-action {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.06) !important;
  border-radius: 6px !important;
  color: #e2e8f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  padding: 12px 16px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  width: 100% !important;
}

#telware-shop-showroom .btn-card-action svg {
  width: 14px !important;
  height: 14px !important;
  transition: transform 0.2s ease !important;
}

#telware-shop-showroom .product-corporate-card:hover .btn-card-action {
  background: #3b82f6 !important;
  border-color: #3b82f6 !important;
  color: #ffffff !important;
}

#telware-shop-showroom .product-corporate-card:hover .btn-card-action svg {
  transform: translateX(3px) !important;
}

/* 4. COMPONENTE DE ESTADO VACÍO (EMPTY STATE) */
#telware-shop-showroom .shop-empty-state {
  grid-column: 1 / -1 !important;
  text-align: center !important;
  padding: 60px 20px !important;
  background: #090f1f !important;
  border: 1px dashed rgba(255, 255, 255, 0.08) !important;
  border-radius: 8px !important;
  max-width: 600px !important;
  margin: 20px auto !important;
}

#telware-shop-showroom .empty-icon-box {
  font-size: 40px !important;
  margin-bottom: 16px !important;
}

#telware-shop-showroom .shop-empty-state h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 10px 0 !important;
}

#telware-shop-showroom .shop-empty-state p {
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin: 0 0 24px 0 !important;
}

#telware-shop-showroom .btn-empty-back {
  display: inline-flex !important;
  background-color: #3b82f6 !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: opacity 0.2s ease !important;
}

#telware-shop-showroom .btn-empty-back:hover {
  opacity: 0.9 !important;
}

/* CONFIGURACIÓN DE RESPONSIVIDAD */
@media (max-width: 968px) {
  #telware-shop-showroom .shop-layout-flex {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  #telware-shop-showroom .filter-sticky-card {
    position: relative !important;
    top: 0 !important;
  }
  #telware-shop-showroom .categories-pill-box {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }
  #telware-shop-showroom .category-pill-link {
    width: fit-content !important;
  }
  #telware-shop-showroom .category-pill-link .pill-indicator {
    display: none !important;
  }
}

@media (max-width: 550px) {
  #telware-shop-showroom .shop-main-title { font-size: 28px !important; }
  #telware-shop-showroom .products-premium-grid { grid-template-columns: 1fr !important; }
  #telware-shop-showroom .categories-pill-box { flex-direction: column !important; }
  #telware-shop-showroom .category-pill-link { width: 100% !important; }
}