.playPause {
  width: 150px;
}

#webcam-container {
  background: grey;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  box-shadow: var(--shadow);
  margin: 1rem 0;
  width: 100%;
  max-width: 350px;
  text-align: center;
}
#label-container {
  width: 100%;
  text-align: center;
  min-height: 1.5rem;
}

.result {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1rem;
  color: var(--accent-color);
}

.item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}

.texto {
  font-weight: bold;
}

.derecha {
  display: flex;
  align-items: center;
  gap: 6px;
}

.icono {
  width: 25px;
  height: 25px;
}

#catLista {
  list-style: none;
}
li {
  width: 230px;
}

.imgProducto {
  width: 150px;
  max-height: 100%;
  object-fit: contain;
}

.textoDescrip {
  font-size: 12px;
}
